mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Silence compiler warning with CONFIG_NO_ROAMING=y
Comment out unused static functions if CONFIG_NO_ROAMING is defined. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
e1650a7b0e
commit
dd530b8739
@ -1701,6 +1701,8 @@ static void wpa_supplicant_rsn_preauth_scan_results(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CONFIG_NO_ROAMING
|
||||||
|
|
||||||
static int wpas_get_snr_signal_info(u32 frequency, int avg_signal, int noise)
|
static int wpas_get_snr_signal_info(u32 frequency, int avg_signal, int noise)
|
||||||
{
|
{
|
||||||
if (noise == WPA_INVALID_NOISE)
|
if (noise == WPA_INVALID_NOISE)
|
||||||
@ -1721,6 +1723,8 @@ wpas_get_est_throughput_from_bss_snr(const struct wpa_supplicant *wpa_s,
|
|||||||
return wpas_get_est_tpt(wpa_s, ies, ie_len, rate, snr);
|
return wpas_get_est_tpt(wpa_s, ies, ie_len, rate, snr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* CONFIG_NO_ROAMING */
|
||||||
|
|
||||||
|
|
||||||
static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s,
|
static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s,
|
||||||
struct wpa_bss *selected,
|
struct wpa_bss *selected,
|
||||||
|
Loading…
Reference in New Issue
Block a user