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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h715 * freq_hint - Frequency of the channel the proposed AP is using
718 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
722 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c5099 if (params->freq_hint) {
5100 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
5102 params->freq_hint))
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h715 * freq_hint - Frequency of the channel the proposed AP is using
718 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
722 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c5099 if (params->freq_hint) {
5100 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
5102 params->freq_hint))
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h715 * freq_hint - Frequency of the channel the proposed AP is using
718 * hint for the driver. Unlike the @freq parameter, @freq_hint does not
722 int freq_hint; member in struct:wpa_driver_associate_params
H A Ddriver_nl80211.c5099 if (params->freq_hint) {
5100 wpa_printf(MSG_DEBUG, " * freq_hint=%d", params->freq_hint);
5102 params->freq_hint))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c2525 params.freq_hint = bss->freq;

Completed in 421 milliseconds