Home
last modified time | relevance | path

Searched refs:freq_24 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h199 int freq_24, int freq_5, int freq_overall);
270 int freq_24, int freq_5, in wpas_p2p_update_best_channels() argument
H A Devents.c6722 data->best_chan.freq_24, data->best_chan.freq_5, in wpa_supplicant_event()
6724 wpa_s->best_24_freq = data->best_chan.freq_24; in wpa_supplicant_event()
6727 wpas_p2p_update_best_channels(wpa_s, data->best_chan.freq_24, in wpa_supplicant_event()
H A Dp2p_supplicant.c8526 int freq_24, int freq_5, int freq_overall) in wpas_p2p_update_best_channels() argument
8531 p2p_set_best_channels(p2p, freq_24, freq_5, freq_overall); in wpas_p2p_update_best_channels()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h2125 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5,
H A Dp2p.c5011 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, in p2p_set_best_channels() argument
5015 freq_24, freq_5, freq_overall); in p2p_set_best_channels()
5016 p2p->best_freq_24 = freq_24; in p2p_set_best_channels()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h6517 int freq_24; member