Searched refs:p2p_pref_chan (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h566 struct p2p_channel *p2p_pref_chan; member in struct:wpa_config
H A Dconfig_file.c861 if (config->p2p_pref_chan) {
863 fprintf(f, "p2p_pref_chan=");
866 config->p2p_pref_chan[i].op_class,
867 config->p2p_pref_chan[i].chan);
H A Dconfig.c1892 os_free(config->p2p_pref_chan);
2909 os_free(config->p2p_pref_chan);
2910 config->p2p_pref_chan = pref;
2913 (u8 *) config->p2p_pref_chan,
2920 wpa_printf(MSG_ERROR, "Line %d: Invalid p2p_pref_chan list", line);
3002 { FUNC(p2p_pref_chan), CFG_CHANGED_P2P_PREF_CHAN },
H A Dp2p_supplicant.c4985 wpa_s->conf->p2p_pref_chan) < 0) {

Completed in 599 milliseconds