fix(supplicant): Fix abstraction violation in wpa_supplicant

This commit is contained in:
Nachiket Kukade 2023-08-22 21:02:57 +05:30
parent 06a4943e41
commit c15472b12e

View File

@ -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*/