Преглед изворни кода

Merge branch 'bugfix/supplicant_osi_violation' into 'master'

Fix abstraction violation in wpa_supplicant

Closes IDF-8084

See merge request espressif/esp-idf!25488
Nachiket Kukade пре 2 година
родитељ
комит
17715777c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/wpa_supplicant/src/rsn_supp/wpa.c

+ 1 - 1
components/wpa_supplicant/src/rsn_supp/wpa.c

@@ -2596,7 +2596,7 @@ int wpa_michael_mic_failure(u16 isunicast)
          * Need to wait for completion of request frame. We do not get
          * Need to wait for completion of request frame. We do not get
          * any callback for the message completion, so just wait a
          * any callback for the message completion, so just wait a
          * short while and hope for the best. */
          * short while and hope for the best. */
-         esp_rom_delay_us(10000);
+         os_sleep(0, 10000);
 
 
         /*deauthenticate AP*/
         /*deauthenticate AP*/