Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c523 SM_STATE(BE_AUTH, IDLE) in SM_STATE() argument
525 SM_ENTRY_MA(BE_AUTH, IDLE, be_auth); in SM_STATE()
548 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
575 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
578 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
581 SM_ENTER(BE_AUTH, IDLE); in SM_STEP()
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server.c310 SM_STATE(EAP, IDLE) in SM_STATE() argument
312 SM_ENTRY(EAP, IDLE); in SM_STATE()
1236 SM_ENTER(EAP, IDLE); in SM_STEP()
1267 SM_ENTER(EAP, IDLE); in SM_STEP()
1270 SM_ENTER(EAP, IDLE); in SM_STEP()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c2113 SM_STATE(WPA_PTK_GROUP, IDLE) in SM_STATE() argument
2115 SM_ENTRY_MA(WPA_PTK_GROUP, IDLE, wpa_ptk_group); in SM_STATE()
2215 SM_ENTER(WPA_PTK_GROUP, IDLE); in SM_STEP()
2234 SM_ENTER(WPA_PTK_GROUP, IDLE); in SM_STEP()
2237 SM_ENTER(WPA_PTK_GROUP, IDLE); in SM_STEP()
/hal_espressif-latest/components/esp_pm/
Dpm_impl.c642 ESP_PM_TRACE_ENTER(IDLE, core_id); in esp_pm_impl_idle_hook()
DKconfig60 bool "Put RTOS IDLE related codes in internal RAM"
/hal_espressif-latest/components/esp_hw_support/
DKconfig195 …NOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking c…