Searched refs:p2p_pref_chan (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4558 if (wpa_s->conf->p2p_pref_chan && wpa_s->conf->num_p2p_pref_chan) {
4559 p2p.pref_chan = wpa_s->conf->p2p_pref_chan;
7574 wpa_s->conf->p2p_pref_chan) < 0) {
H A Dconfig_file.c1244 if (config->p2p_pref_chan) {
1246 fprintf(f, "p2p_pref_chan=");
1249 config->p2p_pref_chan[i].op_class,
1250 config->p2p_pref_chan[i].chan);
H A Dconfig.h775 struct p2p_channel *p2p_pref_chan; member in struct:wpa_config
H A Dconfig.c2712 os_free(config->p2p_pref_chan);
4502 os_free(config->p2p_pref_chan);
4503 config->p2p_pref_chan = pref;
4506 (u8 *) config->p2p_pref_chan,
4513 wpa_printf(MSG_ERROR, "Line %d: Invalid p2p_pref_chan list", line);
4778 { FUNC(p2p_pref_chan), CFG_CHANGED_P2P_PREF_CHAN },

Completed in 124 milliseconds