mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/tw20805_fix_wpa2_enterprise_issue' into 'master'
wpa_supplicant: fix wpa2 enterprise PEAP connection issue See merge request idf/esp-idf!2474
This commit is contained in:
commit
1b1a179f20
@ -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_be24(resp, m->vendor);
|
||||||
wpabuf_put_be32(resp, m->method);
|
wpabuf_put_be32(resp, m->method);
|
||||||
} else
|
} else
|
||||||
wpabuf_put_u8(resp, EAP_TYPE_NONE);
|
wpabuf_put_u8(resp, m->method);
|
||||||
found++;
|
found++;
|
||||||
}
|
}
|
||||||
if (!found) {
|
if (!found) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user