Searched refs:cfg_op_channel (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h281 * cfg_op_channel - Whether op_channel is hardcoded in configuration
283 u8 cfg_op_channel; member in struct:p2p_config
1742 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
1746 int cfg_op_channel);
H A Dp2p.c1282 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1290 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1298 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4173 int cfg_op_channel)
4183 p2p->cfg->cfg_op_channel = cfg_op_channel;
4172 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
H A Dp2p_go_neg.c502 !p2p->cfg->cfg_op_channel) {
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h281 * cfg_op_channel - Whether op_channel is hardcoded in configuration
283 u8 cfg_op_channel; member in struct:p2p_config
1742 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
1746 int cfg_op_channel);
H A Dp2p.c1282 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1290 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1298 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4173 int cfg_op_channel)
4183 p2p->cfg->cfg_op_channel = cfg_op_channel;
4172 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
H A Dp2p_go_neg.c502 !p2p->cfg->cfg_op_channel) {
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h281 * cfg_op_channel - Whether op_channel is hardcoded in configuration
283 u8 cfg_op_channel; member in struct:p2p_config
1742 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
1746 int cfg_op_channel);
H A Dp2p.c1282 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1290 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1298 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4173 int cfg_op_channel)
4183 p2p->cfg->cfg_op_channel = cfg_op_channel;
4172 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) argument
H A Dp2p_go_neg.c502 !p2p->cfg->cfg_op_channel) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3083 p2p.cfg_op_channel = 1;
3095 p2p.cfg_op_channel = 0;
5318 u8 op_reg_class, op_channel, cfg_op_channel; local
5325 cfg_op_channel = 1;
5334 cfg_op_channel = 0;
5337 cfg_op_channel);

Completed in 8922 milliseconds