Home
last modified time | relevance | path

Searched refs:portValid (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c50 bool portValid; member
397 sm->portValid) in SM_STEP()
405 !sm->portValid) in SM_STEP()
409 if (sm->eapSuccess && !sm->portValid && in SM_STEP()
415 sm->portValid = true; in SM_STEP()
419 if (sm->eapSuccess && sm->portValid) in SM_STEP()
421 else if (sm->eapFail || (sm->keyDone && !sm->portValid)) in SM_STEP()
435 if (sm->eapolEap && sm->portValid) in SM_STEP()
437 else if (!sm->portValid) in SM_STEP()
864 sm->portValid = true; in eapol_sm_processKey()
[all …]
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h58 bool portValid; member
H A Deapol_auth_sm.c433 else if (sm->eapolLogoff || !sm->portValid) in SM_STEP()
437 if (sm->authSuccess && sm->portValid) in SM_STEP()
440 (sm->keyDone && !sm->portValid)) in SM_STEP()
841 sm->portValid = false; in eapol_auth_alloc()
843 sm->portValid = true; in eapol_auth_alloc()
H A Deapol_auth_dump.c174 _SB(sm->portValid), in eapol_auth_dump_state()
/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c85 sta->eapol_sm->portValid = true; in rsn_preauth_receive()
H A Dieee802_1x.c1408 sta->eapol_sm->portValid = true; in ieee802_1x_new_station()
1431 sta->eapol_sm->portValid = true; in ieee802_1x_new_station()
2830 sm->portValid = valid; in ieee802_1x_notify_port_valid()