Searched refs:esp_supplicant_post_evt (Results 1 – 3 of 3) sorted by relevance
24 int esp_supplicant_post_evt(uint32_t evt_id, uint32_t data);
65 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
39 if (esp_supplicant_post_evt(SIG_SUPPLICANT_SCAN_DONE, 0) != 0) { in scan_done_event_handler()