Home
last modified time | relevance | path

Searched refs:esp_supplicant_post_evt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common_i.h24 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data);
Desp_common.c65 if (esp_supplicant_post_evt(SIG_SUPPLICANT_RX_ACTION, (u32)frm) != 0) { in handle_action_frm()
412 } else if (esp_supplicant_post_evt(SIG_SUPPLICANT_DEL_TASK, 0) != 0) { in esp_supplicant_common_deinit()
817 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data) in esp_supplicant_post_evt() function
Desp_scan.c39 if (esp_supplicant_post_evt(SIG_SUPPLICANT_SCAN_DONE, 0) != 0) { in scan_done_event_handler()