mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
Make check_20mhz_bss() static
This is not used outside this file anymore, so there is no need to export the symbol either. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f0b347b615
commit
1887be4fa7
@ -237,7 +237,8 @@ int check_40mhz_5g(struct hostapd_hw_modes *mode,
|
||||
}
|
||||
|
||||
|
||||
int check_20mhz_bss(struct wpa_scan_res *bss, int pri_freq, int start, int end)
|
||||
static int check_20mhz_bss(struct wpa_scan_res *bss, int pri_freq, int start,
|
||||
int end)
|
||||
{
|
||||
struct ieee802_11_elems elems;
|
||||
struct ieee80211_ht_operation *oper;
|
||||
|
@ -26,7 +26,6 @@ void get_pri_sec_chan(struct wpa_scan_res *bss, int *pri_chan, int *sec_chan);
|
||||
int check_40mhz_5g(struct hostapd_hw_modes *mode,
|
||||
struct wpa_scan_results *scan_res, int pri_chan,
|
||||
int sec_chan);
|
||||
int check_20mhz_bss(struct wpa_scan_res *bss, int pri_freq, int start, int end);
|
||||
int check_40mhz_2g4(struct hostapd_hw_modes *mode,
|
||||
struct wpa_scan_results *scan_res, int pri_chan,
|
||||
int sec_chan);
|
||||
|
Loading…
Reference in New Issue
Block a user