mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
wpa_supplicant: fix wpa2 enterprise PEAP connection issue
Closes https://github.com/espressif/esp-idf/issues/1887
This commit is contained in:
parent
ddff375bab
commit
6c89ab9839
@ -305,7 +305,7 @@ struct wpabuf * eap_sm_build_nak(struct eap_sm *sm, EapType type, u8 id)
|
||||
wpabuf_put_be24(resp, m->vendor);
|
||||
wpabuf_put_be32(resp, m->method);
|
||||
} else
|
||||
wpabuf_put_u8(resp, EAP_TYPE_NONE);
|
||||
wpabuf_put_u8(resp, m->method);
|
||||
found++;
|
||||
}
|
||||
if (!found) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user