Searched defs:op_class (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c51 * @op_class: Operating class
55 int p2p_channel_to_freq(int op_class, int channel) argument
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) argument
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...]
H A Dp2p.h239 u8 op_class; member in struct:p2p_channel
H A Dp2p.c1213 u8 op_class, op_channel; local
1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1223 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel)) {
1225 freq, op_class, op_channel);
1229 p2p->op_reg_class = op_class;
1248 u8 op_class, op_channel; local
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1257 p2p->op_reg_class = op_class;
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1264 p2p->op_reg_class = op_class;
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c51 * @op_class: Operating class
55 int p2p_channel_to_freq(int op_class, int channel) argument
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) argument
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...]
H A Dp2p.h239 u8 op_class; member in struct:p2p_channel
H A Dp2p.c1213 u8 op_class, op_channel; local
1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1223 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel)) {
1225 freq, op_class, op_channel);
1229 p2p->op_reg_class = op_class;
1248 u8 op_class, op_channel; local
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1257 p2p->op_reg_class = op_class;
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1264 p2p->op_reg_class = op_class;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c51 * @op_class: Operating class
55 int p2p_channel_to_freq(int op_class, int channel) argument
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) argument
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...]
H A Dp2p.h239 u8 op_class; member in struct:p2p_channel
H A Dp2p.c1213 u8 op_class, op_channel; local
1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1223 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel)) {
1225 freq, op_class, op_channel);
1229 p2p->op_reg_class = op_class;
1248 u8 op_class, op_channel; local
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1257 p2p->op_reg_class = op_class;
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1264 p2p->op_reg_class = op_class;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c2960 u8 op_class, chan; local
2965 op_class = atoi(pos);
2977 pref[num].op_class = op_class;
H A Dp2p_supplicant.c3014 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
3072 for (op = 0; op_class[op].op_class; op++) {
3073 struct p2p_oper_class_map *o = &op_class[op];
3085 "class %u", o->op_class);
3088 reg->reg_class = o->op_class;
3110 for (op = 0; op_class[op].op_class; op++) {
3111 struct p2p_oper_class_map *o = &op_class[o
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h1098 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h1098 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h1098 u8 op_class; member in struct:ieee80211_2040_intol_chan_report

Completed in 307 milliseconds