Home
last modified time | relevance | path

Searched refs:reAuthenticate (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h62 Boolean reAuthenticate; member
Deapol_auth_sm.c232 if (sm->reAuthenticate) in SM_STATE()
253 sm->reAuthenticate = FALSE; in SM_STATE()
406 if (sm->eapolStart || sm->reAuthenticate) in SM_STEP()
612 sm->reAuthenticate = TRUE; in SM_STATE()
Deapol_auth_dump.c175 _SB(sm->reAuthenticate)); in eapol_auth_dump_state()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1134 sta->eapol_sm->reAuthenticate = TRUE; in ieee802_1x_new_station()