From 9f64b827c35f93aa4515fcf84a27fa209fa550c8 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 26 May 2009 17:08:43 +0300 Subject: [PATCH] hostapd: Fix non-802.11w build --- hostapd/ieee802_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/ieee802_11.c b/hostapd/ieee802_11.c index 33acb76..b65b0e2 100644 --- a/hostapd/ieee802_11.c +++ b/hostapd/ieee802_11.c @@ -1363,7 +1363,6 @@ static void hostapd_sa_query_action(struct hostapd_data *hapd, "Reply to pending SA Query received"); ap_sta_stop_sa_query(hapd, sta); } -#endif /* CONFIG_IEEE80211W */ static int robust_action_frame(u8 category) @@ -1371,6 +1370,7 @@ static int robust_action_frame(u8 category) return category != WLAN_ACTION_PUBLIC && category != WLAN_ACTION_HT; } +#endif /* CONFIG_IEEE80211W */ static void handle_action(struct hostapd_data *hapd, -- 1.7.9.5