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

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 51 * @op_class: Operating class
55 int p2p_channel_to_freq(int op_class, int channel)
59 switch (op_class) {
104 * @op_class: Buffer for returning operating class
108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel)
115 *op_class = 81; /* 2.407 GHz, channels 1..13 */
121 *op_class = 82; /* channel 14 */
130 *op_class = 115; /* 5 GHz, channels 36..48 */
139 *op_class = 124; /* 5 GHz, channels 149..161 */
296 p2p->cfg->pref_chan[0].op_class,
    [all...]
p2p.c 1213 u8 op_class, op_channel; local
1248 u8 op_class, op_channel; local
    [all...]
p2p_i.h 568 int p2p_channel_to_freq(int op_class, int channel);
569 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
p2p.h 239 u8 op_class; member in struct:p2p_channel
    [all...]
p2p_go_neg.c 396 p2p->cfg->pref_chan[i].op_class,
398 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
400 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
438 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
453 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
500 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
505 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
    [all...]
  /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
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 2960 u8 op_class, chan; local
    [all...]
p2p_supplicant.c 3014 u8 op_class; member in struct:p2p_oper_class_map
3021 static struct p2p_oper_class_map op_class[] = { variable in typeref:struct:p2p_oper_class_map
    [all...]
config_file.c 932 config->p2p_pref_chan[i].op_class,
sme.c 929 ic_report->op_class = 0;
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1098 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
    [all...]

Completed in 198 milliseconds