Searched refs:op_class (Results 1 - 22 of 22) 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 */
399 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
450 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
481 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p_i.h604 int p2p_channel_to_freq(int op_class, int channel);
605 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
619 u8 *op_class, u8 *op_channel);
620 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
H A Dp2p.c1193 u8 op_class, op_channel; local
1198 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1203 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1204 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1207 freq, op_class, op_channel);
1211 p2p->op_reg_class = op_class;
1230 u8 op_class, op_channel; local
1239 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1242 p2p->op_reg_class = op_class;
1246 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4593 u8 op_class, channel; local
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
H A Dp2p_go_neg.c431 p2p->cfg->pref_chan[i].op_class,
433 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
435 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
444 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
452 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
460 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
472 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
518 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
523 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
/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 */
399 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
450 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
481 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p_i.h604 int p2p_channel_to_freq(int op_class, int channel);
605 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
619 u8 *op_class, u8 *op_channel);
620 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
H A Dp2p.c1193 u8 op_class, op_channel; local
1198 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1203 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1204 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1207 freq, op_class, op_channel);
1211 p2p->op_reg_class = op_class;
1230 u8 op_class, op_channel; local
1239 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1242 p2p->op_reg_class = op_class;
1246 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4593 u8 op_class, channel; local
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
H A Dp2p_go_neg.c431 p2p->cfg->pref_chan[i].op_class,
433 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
435 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
444 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
452 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
460 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
472 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
518 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
523 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
/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 */
399 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class,
450 p2p_channel_select(struct p2p_channels *chans, const int *classes, u8 *op_class, u8 *op_channel) argument
481 p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, u8 *op_channel) argument
[all...]
H A Dp2p_i.h604 int p2p_channel_to_freq(int op_class, int channel);
605 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
619 u8 *op_class, u8 *op_channel);
620 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
H A Dp2p.c1193 u8 op_class, op_channel; local
1198 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1203 if (!p2p_channels_includes(&p2p->cfg->channels, op_class, op_channel) &&
1204 (go || !p2p_channels_includes(&p2p->cfg->cli_channels, op_class,
1207 freq, op_class, op_channel);
1211 p2p->op_reg_class = op_class;
1230 u8 op_class, op_channel; local
1239 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1242 p2p->op_reg_class = op_class;
1246 p2p_freq_to_channel(p2p->best_freq_5, &op_class,
4593 u8 op_class, channel; local
[all...]
H A Dp2p.h251 u8 op_class; member in struct:p2p_channel
H A Dp2p_go_neg.c431 p2p->cfg->pref_chan[i].op_class,
433 p2p->op_reg_class = p2p->cfg->pref_chan[i].op_class;
435 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection",
444 p2p_dbg(p2p, "Pick possible VHT channel (op_class %u channel %u) from intersection",
452 p2p_dbg(p2p, "Pick possible HT40 channel (op_class %u channel %u) from intersection",
460 p2p_dbg(p2p, "Pick possible 5 GHz channel (op_class %u channel %u) from intersection",
472 p2p_dbg(p2p, "Using original operating class and channel (op_class %u channel %u) from intersection",
518 p2p_dbg(p2p, "Selected operating channel (op_class %u channel %u) not acceptable to the peer",
523 p2p_dbg(p2p, "Try to optimize channel selection with peer information received; previously selected op_class %u channel %u",
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3465 u8 op_class; member in struct:p2p_oper_class_map
3472 static struct p2p_oper_class_map op_class[] = { variable in typeref:struct:p2p_oper_class_map
3603 for (op = 0; op_class[op].op_class; op++) {
3604 struct p2p_oper_class_map *o = &op_class[op];
3617 o->op_class);
3620 reg->reg_class = o->op_class;
3628 o->op_class);
3631 cli_reg->reg_class = o->op_class;
3660 for (op = 0; op_class[o
[all...]
H A Dconfig.c3642 u8 op_class, chan; local
3647 op_class = atoi(pos);
3659 pref[num].op_class = op_class;
H A Dconfig_file.c1030 config->p2p_pref_chan[i].op_class,
H A Dsme.c1038 ic_report->op_class = 0;
/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 205 milliseconds