esp-idf/components/wpa_supplicant/src
Sarvesh Bodakhe aad6f44c25 fix(wifi): Avoid dereferencing a dangling function pointer in WPS supplicant
Avoid dereferencing a dangling function pointer in 'eap_server_sm_deinit()'.
This issue arises when hostap unregisteres EAP methods before it removes
the server state machine for station.
2024-03-18 12:43:38 +05:30
..
ap fix(wifi): Avoid dereferencing a dangling function pointer in WPS supplicant 2024-03-18 12:43:38 +05:30
common feat(wifi): Add support SAE-PK and WPA3-Enterprise transition disable 2024-03-15 13:55:31 +05:30
crypto esp_wifi: Move ccmp mgmt enc/decrypt logs to verbose 2023-06-20 17:24:40 +05:30
drivers wpa_supplicant: mark global variables defined in headers 'extern' 2022-01-27 11:00:09 +07:00
eap_common wpa_supplicant: wps code updation 2022-05-11 12:18:52 +00:00
eap_peer fix(wpa_supplicant): (PEAP client) Update Phase 2 auth requirements 2024-03-15 16:57:26 +08:00
eap_server WiFi: Add WPS softAP registrar example and events 2022-12-02 15:12:25 +05:30
eapol_auth wpa_supplicant: Add WPS registrar support for softAP mode 2022-05-24 12:11:53 +05:30
rsn_supp feat(esp_wifi): Add support of Network Introduction Protocol in DPP 2024-02-21 12:47:32 +05:30
tls wpa_supplicant: fix gcc-12 compile errors 2023-02-22 05:33:03 +00:00
utils fix(esp_wifi): Separate public and native wifi interface types 2024-02-01 12:17:37 +01:00
wps fix(wpa_supplicant): Add support to detect PBC overlap in wps registrar mode 2023-08-11 16:06:23 +05:30