mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-06 00:38:10 +00:00
fix(esp_wifi): Fixed static analyzer issues
This commit is contained in:
@@ -1629,6 +1629,7 @@ SM_STATE(WPA_PTK, PTKCALCNEGOTIATING)
|
||||
SM_ENTRY_MA(WPA_PTK, PTKCALCNEGOTIATING, wpa_ptk);
|
||||
sm->EAPOLKeyReceived = FALSE;
|
||||
sm->update_snonce = FALSE;
|
||||
os_memset(&PTK, 0, sizeof(PTK));
|
||||
pmk_len = PMK_LEN;
|
||||
|
||||
/* WPA with IEEE 802.1X: use the derived PMK from EAP
|
||||
|
||||
Reference in New Issue
Block a user