HomeSort by: relevance | last modified time | path
    Searched defs:op_class (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/src/common/
ocv.c 26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel);
30 oci->op_class, oci->channel);
34 op_class_map = get_oper_class(NULL, oci->op_class);
38 oci->op_class);
57 u8 op_class, channel; local
62 &op_class, &channel) < 0) {
68 *pos++ = op_class;
121 oci.op_class = oci_ie[0];
ocv.h 16 u8 op_class; member in struct:oci_info
dpp_auth.c 107 u8 op_class, channel; local
109 if (ieee80211_freq_to_channel_ext(neg_freq, 0, 0, &op_class,
120 wpabuf_put_u8(msg, op_class);
748 "DPP: Initiator requested different channel for negotiation: op_class=%u channel=%u --> freq=%d",
ieee802_11_common.c 1365 u8 op_class; local
1368 &op_class, channel);
1378 * @op_class: Buffer for returning operating class
1385 u8 *op_class, u8 *channel)
1403 *op_class = 83;
1405 *op_class = 84;
1407 *op_class = 81;
1418 *op_class = 82; /* channel 14 */
1428 *op_class = 0; /* TODO */
1453 *op_class = vht_opclass
    [all...]
ieee802_11_common.h 236 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
240 u8 *op_class, u8 *channel);
242 int sec_channel, u8 *op_class, u8 *channel);
245 int is_dfs_global_op_class(u8 op_class);
246 bool is_80plus_op_class(u8 op_class);
260 u8 op_class; member in struct:oper_class_map
288 u8 country_to_global_op_class(const char *country, u8 op_class);
290 const struct oper_class_map * get_oper_class(const char *country, u8 op_class);
294 bool is_6ghz_op_class(u8 op_class);
309 int op_class_to_bandwidth(u8 op_class);
    [all...]
dpp.c 4700 u8 op_class, channel; local
4719 mode = ieee80211_freq_to_channel_ext(freq, 0, 0, &op_class, &channel);
4727 "DPP: Selected %u MHz (op_class %u channel %u) as the negotiation channel based on information from NFC negotiated handover",
4728 freq, op_class, channel);
4729 os_snprintf(chan, sizeof(chan), "%u/%u", op_class, channel);
  /src/external/bsd/wpa/dist/src/ap/
neighbor_db.c 239 u8 channel, op_class; local
284 &op_class, &channel) ==
305 * Neighbor Report element size = BSSID + BSSID info + op_class + chan +
314 wpabuf_put_u8(nr, op_class);
drv_callbacks.c 1128 u8 seg0_idx = 0, seg1_idx = 0, op_class, chan_no; local
1264 &op_class, &chan_no) !=
1266 hapd->iconf->op_class = op_class;
beacon.c 209 if (!is_6ghz_op_class(hapd->iconf->op_class))
275 if (is_6ghz_op_class(hapd->iconf->op_class)) {
285 *pos++ = hapd->iconf->op_class;
289 if (hapd->iconf->op_class == 131 ||
290 hapd->iconf->op_class == 136)
444 u8 op_class, channel; local
453 &op_class, &channel) ==
461 *eid++ = op_class;
578 if (is_6ghz_op_class(hapd->iconf->op_class)) {
789 !is_6ghz_op_class(hapd->iconf->op_class)) {
    [all...]
hostapd.c 2084 if (iface->conf->op_class) {
2085 freq = ieee80211_chan_to_freq(NULL, iface->conf->op_class,
2089 "Could not convert op_class %u channel %u to operating frequency",
2090 iface->conf->op_class, iface->conf->channel);
2098 * op_class parameter. Select a matching channel from the configured
2127 if (!is_6ghz_op_class(iface->conf->op_class))
2130 bw = op_class_to_bandwidth(iface->conf->op_class);
2163 if (iface->conf->op_class) {
2166 ch_width = op_class_to_ch_width(iface->conf->op_class);
4510 u8 op_class, chan = 0 local
    [all...]
sta_info.h 60 u8 op_class; member in struct:mbo_non_pref_chan_info
  /src/external/bsd/wpa/dist/src/p2p/
p2p_build.c 119 u8 op_class, op_channel; local
130 if (p2p_freq_to_channel(pref_freq_list[i].freq, &op_class,
141 if (p2p_freq_to_channel(pref_freq_list[i].freq, &op_class,
148 wpabuf_put_u8(buf, op_class);
p2p_go_neg.c 485 p2p->cfg->pref_chan[i].op_class,
487 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
489 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
498 p2p_dbg(p2p, "Pick possible EDMG channel (op_class %u channel %u) from intersection",
506 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
514 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
522 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
534 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
580 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
585 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u"
605 u8 op_class, op_channel; local
654 u8 op_class, op_channel; local
699 u8 op_class, op_channel; local
    [all...]
p2p.h 425 u8 op_class; member in struct:p2p_channel
2028 * @op_class: Selected operating class
2038 int p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class,
2407 void p2p_set_override_pref_op_chan(struct p2p_data *p2p, u8 op_class,
2431 int p2p_channel_to_freq(int op_class, int channel);
p2p.c 1403 u8 op_class, op_channel; local
1408 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1413 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1414 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1417 freq, op_class, op_channel);
1421 p2p->op_reg_class = op_class;
1440 u8 op_class, op_channel; local
1451 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1454 p2p->op_reg_class = op_class;
1458 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel
2299 u8 channel, op_class; local
5322 u8 op_class, channel; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c 21 u8 op_class, u8 chan,
25 bool is_6ghz = is_6ghz_op_class(op_class);
72 u8 op_class, u8 channel)
83 if (is_6ghz_op_class(op_class)) {
101 if (allow_channel(mode, op_class, adj_chan, &flags) ==
142 u8 op_class, u8 channel)
152 if (is_6ghz_op_class(op_class)) {
170 if (allow_channel(mode, op_class, adj_chan, &flags) ==
212 u8 op_class, u8 channel)
234 if (allow_channel(mode, op_class, adj_chan, &flags) =
560 u8 op_class = global_op_class[op].op_class; local
    [all...]
wnm_sta.c 545 static int wnm_nei_get_chan(struct wpa_supplicant *wpa_s, u8 op_class, u8 chan)
558 freq = ieee80211_chan_to_freq(country, op_class, chan);
559 if (freq <= 0 && op_class == 0) {
909 u32 bss_info, u8 op_class, u8 chan, u8 phy_type,
930 wpabuf_put_u8(*buf, op_class);
945 u8 op_class, chan; local
974 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
991 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type,
1296 " info=0x%x op_class=%u chan=%u phy=%u pref=%d freq=%d",
dpp_supplicant.c 346 u8 op_class, channel; local
349 0, 0, &op_class, &channel);
352 if (op_class == last_op_class)
357 op_class, channel);
363 last_op_class = op_class;
  /src/sys/arch/alpha/alpha/
fp_complete.c 688 uint64_t op_class; local
756 op_class = 1UL << inst.generic_format.opcode;
757 if (op_class & FPUREG_CLASS) {
760 } else if (op_class & CPUREG_CLASS) {
763 } else if (op_class & TRAPSHADOWBOUNDARY) {
764 if (op_class & CHECKFUNCTIONCODE) {
  /src/external/gpl3/binutils/dist/include/opcode/
ia64.h 357 enum ia64_operand_class op_class; member in struct:ia64_operand
  /src/external/gpl3/binutils.old/dist/include/opcode/
ia64.h 357 enum ia64_operand_class op_class; member in struct:ia64_operand
  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 652 enum reg_class op_class = classes[i];
658 if (op_class == NO_REGS)
674 = move_out_cost[op_class][rclass] * frequency;
681 if (op_class == NO_REGS)
697 = move_in_cost[rclass][op_class] * frequency;
703 if (op_class == NO_REGS)
721 pp_costs[k] = ((move_in_cost[rclass][op_class]
722 + move_out_cost[op_class][rclass])
732 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
733 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0
649 enum reg_class op_class = classes[i]; local
885 enum reg_class op_class = classes[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 651 enum reg_class op_class = classes[i];
657 if (op_class == NO_REGS)
673 = move_out_cost[op_class][rclass] * frequency;
680 if (op_class == NO_REGS)
696 = move_in_cost[rclass][op_class] * frequency;
702 if (op_class == NO_REGS)
720 pp_costs[k] = ((move_in_cost[rclass][op_class]
721 + move_out_cost[op_class][rclass])
731 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
732 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0
648 enum reg_class op_class = classes[i]; local
884 enum reg_class op_class = classes[i]; local
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
ia64.h 357 enum ia64_operand_class op_class; member in struct:ia64_operand
  /src/external/gpl3/gdb.old/dist/include/opcode/
ia64.h 357 enum ia64_operand_class op_class; member in struct:ia64_operand

Completed in 61 milliseconds

1 2