Searched refs:wifi_station_wps_eapol_start_handle (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps_i.h | 139 void wifi_station_wps_eapol_start_handle(void *data, void *user_ctx);
|
D | esp_wps.c | 70 void wifi_station_wps_eapol_start_handle(void *data, void *user_ctx); 734 eloop_register_timeout(3, 0, wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_tx_start() 1049 eloop_cancel_timeout(wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_sm_rx_eapol_internal() 1052 eloop_register_timeout(3, 0, wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_sm_rx_eapol_internal() 1358 void wifi_station_wps_eapol_start_handle(void *data, void *user_ctx) in wifi_station_wps_eapol_start_handle() function 1484 eloop_cancel_timeout(wifi_station_wps_eapol_start_handle, NULL, NULL); in wifi_station_wps_init() 1542 eloop_cancel_timeout(wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_delete_timer()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 1371 eloop_cancel_timeout(wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_process_wsc_start()
|