Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h464 * cfg_op_channel - Whether op_channel is hardcoded in configuration
466 u8 cfg_op_channel; member
2227 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2231 int cfg_op_channel);
H A Dp2p_go_neg.c538 !p2p->cfg->cfg_op_channel) { in p2p_go_select_channel()
658 (dev->flags & P2P_DEV_FORCE_FREQ) || p2p->cfg->cfg_op_channel) in p2p_check_pref_chan()
H A Dp2p.c1412 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 && in p2p_prepare_channel_best()
1419 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 && in p2p_prepare_channel_best()
1426 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 && in p2p_prepare_channel_best()
4780 int cfg_op_channel) in p2p_set_oper_channel()
4789 p2p->cfg->cfg_op_channel = cfg_op_channel; in p2p_set_oper_channel()
4779 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) p2p_set_oper_channel() argument
H A Dp2p_invitation.c343 !p2p->cfg->cfg_op_channel) { in p2p_process_invitation_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h479 * cfg_op_channel - Whether op_channel is hardcoded in configuration
481 u8 cfg_op_channel; member
2257 * @cfg_op_channel : Whether op_channel is hardcoded in configuration
2261 int cfg_op_channel);
H A Dp2p.c1524 if (!p2p->cfg->cfg_op_channel && p2p->best_freq_overall > 0 &&
1531 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_5 > 0 &&
1538 } else if (!p2p->cfg->cfg_op_channel && p2p->best_freq_24 > 0 &&
4991 int cfg_op_channel)
5000 p2p->cfg->cfg_op_channel = cfg_op_channel;
4990 p2p_set_oper_channel(struct p2p_data *p2p, u8 op_reg_class, u8 op_channel, int cfg_op_channel) global() argument
H A Dp2p_invitation.c361 !p2p->cfg->cfg_op_channel) { in p2p_process_invitation_req()
H A Dp2p_go_neg.c596 !p2p->cfg->cfg_op_channel) { in p2p_go_select_channel()
719 (dev->flags & P2P_DEV_FORCE_FREQ) || p2p->cfg->cfg_op_channel) in p2p_check_pref_chan()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c4546 p2p.cfg_op_channel = 1; in wpas_p2p_init()
4566 p2p.cfg_op_channel = 0; in wpas_p2p_init()
7566 u8 op_reg_class, op_channel, cfg_op_channel; in wpas_p2p_update_config() local
7573 cfg_op_channel = 1; in wpas_p2p_update_config()
7584 cfg_op_channel = 0; in wpas_p2p_update_config()
7587 cfg_op_channel); in wpas_p2p_update_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c5627 p2p.cfg_op_channel = 1;
5647 p2p.cfg_op_channel = 0;
8941 u8 op_reg_class, op_channel, cfg_op_channel;
8948 cfg_op_channel = 1;
8959 cfg_op_channel = 0;
8962 cfg_op_channel);

Completed in 48 milliseconds