Home
last modified time | relevance | path

Searched refs:p2p_pref_chan (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h775 struct p2p_channel *p2p_pref_chan; member
Dconfig_file.c1244 if (config->p2p_pref_chan) { in wpa_config_write_global()
1249 config->p2p_pref_chan[i].op_class, in wpa_config_write_global()
1250 config->p2p_pref_chan[i].chan); in wpa_config_write_global()
Dconfig.c2712 os_free(config->p2p_pref_chan); in wpa_config_free()
4502 os_free(config->p2p_pref_chan); in wpa_config_process_p2p_pref_chan()
4503 config->p2p_pref_chan = pref; in wpa_config_process_p2p_pref_chan()
4506 (u8 *) config->p2p_pref_chan, in wpa_config_process_p2p_pref_chan()
4778 { FUNC(p2p_pref_chan), CFG_CHANGED_P2P_PREF_CHAN },
Dp2p_supplicant.c4571 if (wpa_s->conf->p2p_pref_chan && wpa_s->conf->num_p2p_pref_chan) { in wpas_p2p_init()
4572 p2p.pref_chan = wpa_s->conf->p2p_pref_chan; in wpas_p2p_init()
7595 wpa_s->conf->p2p_pref_chan) < 0) { in wpas_p2p_update_config()
DChangeLog869 * added p2p_pref_chan configuration parameter to allow preferred P2P
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h804 struct p2p_channel *p2p_pref_chan; member
Dconfig_file.c1207 if (config->p2p_pref_chan) { in wpa_config_write_global()
1212 config->p2p_pref_chan[i].op_class, in wpa_config_write_global()
1213 config->p2p_pref_chan[i].chan); in wpa_config_write_global()
Dconfig.c2948 os_free(config->p2p_pref_chan); in wpa_config_free()
4861 os_free(config->p2p_pref_chan); in wpa_config_process_p2p_pref_chan()
4862 config->p2p_pref_chan = pref; in wpa_config_process_p2p_pref_chan()
4865 (u8 *) config->p2p_pref_chan, in wpa_config_process_p2p_pref_chan()
5151 { FUNC(p2p_pref_chan), CFG_CHANGED_P2P_PREF_CHAN },
Dp2p_supplicant.c4921 if (wpa_s->conf->p2p_pref_chan && wpa_s->conf->num_p2p_pref_chan) { in wpas_p2p_init()
4922 p2p.pref_chan = wpa_s->conf->p2p_pref_chan; in wpas_p2p_init()
8104 wpa_s->conf->p2p_pref_chan) < 0) { in wpas_p2p_update_config()
DChangeLog922 * added p2p_pref_chan configuration parameter to allow preferred P2P