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) {
112 * @op_class: Buffer for returning operating class
116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
123 *op_class = 81; /* 2.407 GHz, channels 1..13 */
129 *op_class = 82; /* channel 14 */
138 *op_class = 115; /* 5 GHz, channels 36..48 */
147 *op_class = 124; /* 5 GHz, channels 149..161 */
156 *op_class
460 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
491 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
1697 * @op_class: Selected operating class
1705 int p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class,
H A Dp2p.c1194 u8 op_class, op_channel; local
1199 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1204 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1205 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1208 freq, op_class, op_channel);
1212 p2p->op_reg_class = op_class;
1231 u8 op_class, op_channel; local
1240 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1243 p2p->op_reg_class = op_class;
1247 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4107 p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class, u8 *op_channel) argument
4629 u8 op_class, channel; local
[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) {
112 * @op_class: Buffer for returning operating class
116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
123 *op_class = 81; /* 2.407 GHz, channels 1..13 */
129 *op_class = 82; /* channel 14 */
138 *op_class = 115; /* 5 GHz, channels 36..48 */
147 *op_class = 124; /* 5 GHz, channels 149..161 */
156 *op_class
460 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
491 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
1697 * @op_class: Selected operating class
1705 int p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class,
H A Dp2p.c1194 u8 op_class, op_channel; local
1199 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1204 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1205 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1208 freq, op_class, op_channel);
1212 p2p->op_reg_class = op_class;
1231 u8 op_class, op_channel; local
1240 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1243 p2p->op_reg_class = op_class;
1247 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4107 p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class, u8 *op_channel) argument
4629 u8 op_class, channel; local
[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) {
112 * @op_class: Buffer for returning operating class
116 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) argument
123 *op_class = 81; /* 2.407 GHz, channels 1..13 */
129 *op_class = 82; /* channel 14 */
138 *op_class = 115; /* 5 GHz, channels 36..48 */
147 *op_class = 124; /* 5 GHz, channels 149..161 */
156 *op_class
460 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
491 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
1697 * @op_class: Selected operating class
1705 int p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class,
H A Dp2p.c1194 u8 op_class, op_channel; local
1199 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1204 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1205 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1208 freq, op_class, op_channel);
1212 p2p->op_reg_class = op_class;
1231 u8 op_class, op_channel; local
1240 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1243 p2p->op_reg_class = op_class;
1247 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4107 p2p_config_get_random_social(struct p2p_config *p2p, u8 *op_class, u8 *op_channel) argument
4629 u8 op_class, channel; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c3645 u8 op_class, chan; local
3650 op_class = atoi(pos);
3662 pref[num].op_class = op_class;
H A Dp2p_supplicant.c3478 u8 op_class; member in struct:p2p_oper_class_map
3485 static struct p2p_oper_class_map op_class[] = { variable in typeref:struct:p2p_oper_class_map
3617 for (op = 0; op_class[op].op_class; op++) {
3618 struct p2p_oper_class_map *o = &op_class[op];
3631 o->op_class);
3634 reg->reg_class = o->op_class;
3642 o->op_class);
3645 cli_reg->reg_class = o->op_class;
3674 for (op = 0; op_class[o
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h1215 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h1215 u8 op_class; member in struct:ieee80211_2040_intol_chan_report
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h1215 u8 op_class; member in struct:ieee80211_2040_intol_chan_report

Completed in 385 milliseconds