HomeSort by relevance Sort by last modified time
    Searched defs:op_class (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 580 u8 op_class; local
583 &op_class, channel);
593 * @op_class: Buffer for returning operating class
599 u8 *op_class, u8 *channel)
617 *op_class = 83;
619 *op_class = 84;
621 *op_class = 81;
632 *op_class = 82; /* channel 14 */
642 *op_class = 0; /* TODO */
667 *op_class = vht_opclass
    [all...]
ieee802_11_common.h 123 int ieee80211_chan_to_freq(const char *country, u8 op_class, u8 chan);
126 u8 *op_class, u8 *channel);
139 u8 op_class; member in struct:oper_class_map
ieee802_11_defs.h 1412 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
1481 u8 op_class; member in struct:multi_band_ie
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 118 u8 op_class, op_channel; local
129 if (p2p_freq_to_channel(preferred_freq_list[i], &op_class,
139 if (p2p_freq_to_channel(preferred_freq_list[i], &op_class,
145 wpabuf_put_u8(buf, op_class);
p2p_go_neg.c 442 p2p->cfg->pref_chan[i].op_class,
444 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
446 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
455 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
463 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
471 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
483 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
529 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
534 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
553 u8 op_class, op_channel local
616 u8 op_class, op_channel; local
681 u8 op_class, op_channel; local
    [all...]
p2p.h 416 u8 op_class; member in struct:p2p_channel
    [all...]
p2p.c 1355 u8 op_class, op_channel; local
1392 u8 op_class, op_channel; local
2273 u8 channel, op_class; local
5228 u8 op_class, channel; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 336 u8 op_class, channel; local
345 &op_class, &channel) ==
353 *eid++ = op_class;
    [all...]
ieee802_11.c 1037 u8 op_class, channel, phytype; local
1072 &op_class, &channel) == NUM_HOSTAPD_MODES) {
1073 op_class = 0;
1076 *pos++ = op_class;
    [all...]
sta_info.h 51 u8 op_class; member in struct:mbo_non_pref_chan_info
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 428 static int wnm_nei_get_chan(struct wpa_supplicant *wpa_s, u8 op_class, u8 chan)
441 freq = ieee80211_chan_to_freq(country, op_class, chan);
442 if (freq <= 0 && op_class == 0) {
639 u8 op_class, u8 chan, u8 phy_type, u8 pref)
656 *pos++ = op_class;
671 u8 op_class, chan; local
699 if (ieee80211_freq_to_channel_ext(bss->freq, sec_chan, vht, &op_class,
716 return wnm_add_nei_rep(buf, len, bss->bssid, info, op_class, chan,
947 " info=0x%x op_class=%u chan=%u phy=%u pref=%d freq=%d",
    [all...]
config.c 4001 u8 op_class, chan; local
    [all...]
ctrl_iface.c 5964 u8 channel, op_class; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.h 112 enum aarch64_operand_class op_class;
111 enum aarch64_operand_class op_class; member in struct:aarch64_operand
  /toolchain/binutils/binutils-2.25/include/opcode/
ia64.h 354 enum ia64_operand_class op_class; member in struct:ia64_operand
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 134 uint8 op_class; /* Operating Class */ member in struct:wifi_p2p_listen_channel_se_s
314 uint8 op_class; /* Operating Class */ member in struct:wifi_p2p_op_channel_se_s

Completed in 1150 milliseconds