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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h125 int freq_24, int freq_5, int freq_overall);
H A Devents.c2611 data->best_chan.freq_overall);
2614 wpa_s->best_overall_freq = data->best_chan.freq_overall;
2618 data->best_chan.freq_overall);
H A Dp2p_supplicant.c4361 int freq_24, int freq_5, int freq_overall)
4366 p2p_set_best_channels(p2p, freq_24, freq_5, freq_overall);
4360 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.h1531 * @freq_overall: Frequency (MHz) of best channel overall
1534 int freq_overall);
H A Dp2p.c3908 int freq_overall)
3911 " 5 GHz: %d, overall: %d", freq_24, freq_5, freq_overall);
3914 p2p->best_freq_overall = freq_overall;
3907 p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, int freq_overall) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h1531 * @freq_overall: Frequency (MHz) of best channel overall
1534 int freq_overall);
H A Dp2p.c3908 int freq_overall)
3911 " 5 GHz: %d, overall: %d", freq_24, freq_5, freq_overall);
3914 p2p->best_freq_overall = freq_overall;
3907 p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, int freq_overall) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h1531 * @freq_overall: Frequency (MHz) of best channel overall
1534 int freq_overall);
H A Dp2p.c3908 int freq_overall)
3911 " 5 GHz: %d, overall: %d", freq_24, freq_5, freq_overall);
3914 p2p->best_freq_overall = freq_overall;
3907 p2p_set_best_channels(struct p2p_data *p2p, int freq_24, int freq_5, int freq_overall) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3415 * @freq_overall: Best channel frequency in MHz
3422 int freq_overall; member in struct:wpa_event_data::best_channel
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3415 * @freq_overall: Best channel frequency in MHz
3422 int freq_overall; member in struct:wpa_event_data::best_channel
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3415 * @freq_overall: Best channel frequency in MHz
3422 int freq_overall; member in struct:wpa_event_data::best_channel

Completed in 120 milliseconds