mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
WPS: Use strict validation of (Re)AssocResp only if IEs are known
This commit is contained in:
parent
0bdaa741cd
commit
5dac11e027
@ -1103,7 +1103,7 @@ static int wpa_supplicant_event_associnfo(struct wpa_supplicant *wpa_s,
|
|||||||
l = data->assoc_info.resp_ies_len;
|
l = data->assoc_info.resp_ies_len;
|
||||||
|
|
||||||
#ifdef CONFIG_WPS_STRICT
|
#ifdef CONFIG_WPS_STRICT
|
||||||
if (wpa_s->current_ssid &&
|
if (p && wpa_s->current_ssid &&
|
||||||
wpa_s->current_ssid->key_mgmt == WPA_KEY_MGMT_WPS) {
|
wpa_s->current_ssid->key_mgmt == WPA_KEY_MGMT_WPS) {
|
||||||
struct wpabuf *wps;
|
struct wpabuf *wps;
|
||||||
wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
|
wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
|
||||||
|
Loading…
Reference in New Issue
Block a user