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.h59 Boolean reAuthenticate; member
Deapol_auth_dump.c145 _SB(sm->reAuthenticate)); in eapol_auth_dump_state()
Deapol_auth_sm.c230 if (sm->reAuthenticate) in SM_STATE()
251 sm->reAuthenticate = FALSE; in SM_STATE()
404 if (sm->eapolStart || sm->reAuthenticate) in SM_STEP()
610 sm->reAuthenticate = TRUE; in SM_STATE()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c952 sta->eapol_sm->reAuthenticate = TRUE; in ieee802_1x_new_station()