Searched refs:resend_eapol (Results 1 – 2 of 2) sorted by relevance
438 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()
120 ETSTimer resend_eapol; member