Skip to content

Commit

Permalink
Merge branch 'bugfix/supplicant_osi_violation_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Fix abstraction violation in wpa_supplicant (Backport v5.1)

See merge request espressif/esp-idf!25565
  • Loading branch information
jack0c committed Aug 28, 2023
2 parents b20c3f8 + c15472b commit 4299b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/wpa_supplicant/src/rsn_supp/wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ int wpa_michael_mic_failure(u16 isunicast)
* Need to wait for completion of request frame. We do not get
* any callback for the message completion, so just wait a
* short while and hope for the best. */
esp_rom_delay_us(10000);
os_sleep(0, 10000);

/*deauthenticate AP*/

Expand Down

0 comments on commit 4299b93

Please sign in to comment.