Home
last modified time | relevance | path

Searched refs:best_chan (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c6722 data->best_chan.freq_24, data->best_chan.freq_5, in wpa_supplicant_event()
6723 data->best_chan.freq_overall); in wpa_supplicant_event()
6724 wpa_s->best_24_freq = data->best_chan.freq_24; in wpa_supplicant_event()
6725 wpa_s->best_5_freq = data->best_chan.freq_5; in wpa_supplicant_event()
6726 wpa_s->best_overall_freq = data->best_chan.freq_overall; in wpa_supplicant_event()
6727 wpas_p2p_update_best_channels(wpa_s, data->best_chan.freq_24, in wpa_supplicant_event()
6728 data->best_chan.freq_5, in wpa_supplicant_event()
6729 data->best_chan.freq_overall); in wpa_supplicant_event()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h6520 } best_chan; member