Home
last modified time | relevance | path

Searched refs:p2p_go_avoid_freq (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h302 struct wpa_freq_range_list p2p_go_avoid_freq; member
H A Dctrl_iface.c8770 os_free(p2p_wpa_s->global->p2p_go_avoid_freq.range); in wpa_supplicant_ctrl_iface_flush()
8771 p2p_wpa_s->global->p2p_go_avoid_freq.range = NULL; in wpa_supplicant_ctrl_iface_flush()
8772 p2p_wpa_s->global->p2p_go_avoid_freq.num = 0; in wpa_supplicant_ctrl_iface_flush()
H A Dp2p_supplicant.c3623 if (freq_range_list_includes(&global->p2p_go_avoid_freq, freq)) in wpas_p2p_disallowed_freq()
4977 &global->p2p_go_avoid_freq, in wpas_p2p_init()
H A Devents.c5484 if (freq_range_list_parse(&wpa_s->global->p2p_go_avoid_freq, str)) { in wpa_supplicant_notify_avoid_freq()
H A Dwpa_supplicant.c8251 os_free(global->p2p_go_avoid_freq.range); in wpa_supplicant_deinit()