Searched refs:IDLE (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm.c | 523 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/ |
D | eap_server.c | 310 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/ |
D | wpa_auth.c | 2113 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/ |
D | pm_impl.c | 642 ESP_PM_TRACE_ENTER(IDLE, core_id); in esp_pm_impl_idle_hook()
|
D | Kconfig | 60 bool "Put RTOS IDLE related codes in internal RAM"
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 195 …NOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking c…
|