Searched refs:freq_24 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.h | 199 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 D | events.c | 6722 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 D | p2p_supplicant.c | 8526 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 D | p2p.h | 2125 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5,
|
H A D | p2p.c | 5011 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 D | driver.h | 6517 int freq_24; member
|