Home
last modified time | relevance | path

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/
Desp_wps_i.h139 void wifi_station_wps_eapol_start_handle(void *data, void *user_ctx);
Desp_wps.c70 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/
Dwps_enrollee.c1371 eloop_cancel_timeout(wifi_station_wps_eapol_start_handle, NULL, NULL); in wps_process_wsc_start()