mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
WNM: Mark wnm_scan_response() static
This function is not used outside wnm_sta.c. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ff2c5758bb
commit
6900b6d96f
@ -533,8 +533,8 @@ static void wnm_send_bss_transition_mgmt_resp(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void wnm_scan_response(struct wpa_supplicant *wpa_s,
|
static void wnm_scan_response(struct wpa_supplicant *wpa_s,
|
||||||
struct wpa_scan_results *scan_res)
|
struct wpa_scan_results *scan_res)
|
||||||
{
|
{
|
||||||
u8 bssid[ETH_ALEN];
|
u8 bssid[ETH_ALEN];
|
||||||
|
|
||||||
|
@ -54,9 +54,6 @@ int ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s,
|
|||||||
void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
|
void ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s,
|
||||||
const struct ieee80211_mgmt *mgmt, size_t len);
|
const struct ieee80211_mgmt *mgmt, size_t len);
|
||||||
|
|
||||||
void wnm_scan_response(struct wpa_supplicant *wpa_s,
|
|
||||||
struct wpa_scan_results *scan_res);
|
|
||||||
|
|
||||||
int wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *wpa_s,
|
int wnm_send_bss_transition_mgmt_query(struct wpa_supplicant *wpa_s,
|
||||||
u8 query_reason);
|
u8 query_reason);
|
||||||
void wnm_deallocate_memory(struct wpa_supplicant *wpa_s);
|
void wnm_deallocate_memory(struct wpa_supplicant *wpa_s);
|
||||||
|
Loading…
Reference in New Issue
Block a user