mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
OWE: Fix CONFIG_OWE=y build without CONFIG_IEEE80211R=y
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
d555c39c41
commit
64624f31cf
@ -2277,9 +2277,9 @@ static int wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s,
|
|||||||
{
|
{
|
||||||
int l, len, found = 0, wpa_found, rsn_found;
|
int l, len, found = 0, wpa_found, rsn_found;
|
||||||
const u8 *p;
|
const u8 *p;
|
||||||
#ifdef CONFIG_IEEE80211R
|
#if defined(CONFIG_IEEE80211R) || defined(CONFIG_OWE)
|
||||||
u8 bssid[ETH_ALEN];
|
u8 bssid[ETH_ALEN];
|
||||||
#endif /* CONFIG_IEEE80211R */
|
#endif /* CONFIG_IEEE80211R || CONFIG_OWE */
|
||||||
|
|
||||||
wpa_dbg(wpa_s, MSG_DEBUG, "Association info event");
|
wpa_dbg(wpa_s, MSG_DEBUG, "Association info event");
|
||||||
if (data->assoc_info.req_ies)
|
if (data->assoc_info.req_ies)
|
||||||
|
Loading…
Reference in New Issue
Block a user