Home
last modified time | relevance | path

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

/hostap-latest/src/eapol_auth/
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()
Deapol_auth_sm_i.h59 bool reAuthenticate; member
Deapol_auth_dump.c175 _SB(sm->reAuthenticate)); in eapol_auth_dump_state()
/hostap-latest/src/ap/
Dieee802_1x.c1463 sta->eapol_sm->reAuthenticate = true; in ieee802_1x_new_station()