Searched refs:freq_hint (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h453 * freq_hint - Frequency of the channel the proposed AP is using
456 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
460 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c8714 if (params->freq_hint) {
8715 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
8717 params->freq_hint);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h453 * freq_hint - Frequency of the channel the proposed AP is using
456 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
460 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c8714 if (params->freq_hint) {
8715 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
8717 params->freq_hint);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h453 * freq_hint - Frequency of the channel the proposed AP is using
456 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
460 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c8714 if (params->freq_hint) {
8715 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
8717 params->freq_hint);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c1758 params.freq_hint = bss->freq;

Completed in 189 milliseconds