Skip to content

Commit

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

See merge request espressif/esp-idf!25567
  • Loading branch information
jack0c committed Aug 30, 2023
2 parents 937b82e + 46a4a46 commit 77a8a3f
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 @@ -2616,7 +2616,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 77a8a3f

Please sign in to comment.