Home
last modified time | relevance | path

Searched refs:resend_eapol (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dwpa_auth.c438 ets_timer_disarm(&sm->resend_eapol); in wpa_auth_sta_deinit()
439 ets_timer_done(&sm->resend_eapol); in wpa_auth_sta_deinit()
820 ets_timer_disarm(&sm->resend_eapol); in wpa_receive()
821 ets_timer_done(&sm->resend_eapol); in wpa_receive()
1163 ets_timer_disarm(&sm->resend_eapol); in wpa_send_eapol()
1164 ets_timer_setfn(&sm->resend_eapol, (ETSTimerFunc *)resend_eapol_handle, (void*)(sm->index)); in wpa_send_eapol()
1165 ets_timer_arm(&sm->resend_eapol, 1000, 0); in wpa_send_eapol()
Dwpa_auth_i.h120 ETSTimer resend_eapol; member