mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
wpa_supplicant: fix wpa2 enterprise PEAP connection issue
Closes https://github.com/espressif/esp-idf/issues/1887
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user