Home
last modified time | relevance | path

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

/src/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h59 bool reAuthenticate; member
H A Deapol_auth_sm.c252 if (sm->reAuthenticate) in SM_STATE()
273 sm->reAuthenticate = false; in SM_STATE()
431 if (sm->eapolStart || sm->reAuthenticate) in SM_STEP()
637 sm->reAuthenticate = true; in SM_STATE()
1107 sm->reAuthenticate = true; in eapol_auth_reauthenticate()
H A Deapol_auth_dump.c175 _SB(sm->reAuthenticate)); in eapol_auth_dump_state()
/src/contrib/wpa/src/ap/
H A Dieee802_1x.c1463 sta->eapol_sm->reAuthenticate = true; in ieee802_1x_new_station()