Searched refs:freq_24 (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h186 int freq_24, int freq_5, int freq_overall);
256 int freq_24, int freq_5,
255 wpas_p2p_update_best_channels(struct wpa_supplicant *wpa_s, int freq_24, int freq_5, int freq_overall) argument
H A Devents.c4216 data->best_chan.freq_24, data->best_chan.freq_5,
4218 wpa_s->best_24_freq = data->best_chan.freq_24;
4221 wpas_p2p_update_best_channels(wpa_s, data->best_chan.freq_24,
H A Dp2p_supplicant.c7640 int freq_24, int freq_5, int freq_overall)
7645 p2p_set_best_channels(p2p, freq_24, freq_5, freq_overall);
7639 wpas_p2p_update_best_channels(struct wpa_supplicant *wpa_s, int freq_24, int freq_5, int freq_overall) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h2093 * @freq_24: Frequency (MHz) of best channel in 2.4 GHz band
2097 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5,
H A Dp2p.c4965 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, argument
4969 freq_24, freq_5, freq_overall);
4970 p2p->best_freq_24 = freq_24;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h2093 * @freq_24: Frequency (MHz) of best channel in 2.4 GHz band
2097 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5,
H A Dp2p.c4965 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, argument
4969 freq_24, freq_5, freq_overall);
4970 p2p->best_freq_24 = freq_24;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h2093 * @freq_24: Frequency (MHz) of best channel in 2.4 GHz band
2097 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5,
H A Dp2p.c4965 void p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, argument
4969 freq_24, freq_5, freq_overall);
4970 p2p->best_freq_24 = freq_24;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h4876 * @freq_24: Best 2.4 GHz band channel frequency in MHz
4883 int freq_24; member in struct:wpa_event_data::best_channel
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h4876 * @freq_24: Best 2.4 GHz band channel frequency in MHz
4883 int freq_24; member in struct:wpa_event_data::best_channel
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h4876 * @freq_24: Best 2.4 GHz band channel frequency in MHz
4883 int freq_24; member in struct:wpa_event_data::best_channel

Completed in 313 milliseconds