Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c213 sm->keyRun = false; in SM_STATE()
344 sm->keyRun = false; in SM_STATE()
363 sm->keyRun = false; in SM_STATE()
521 sm->keyRun = true; in SM_STATE()
694 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA)) in SM_STEP()
698 if (!sm->keyTxEnabled || !sm->keyRun) in SM_STEP()
H A Deapol_auth_sm_i.h55 bool keyRun; member
H A Deapol_auth_dump.c170 _SB(sm->keyDone), _SB(sm->keyRun), in eapol_auth_dump_state()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c46 bool keyRun; member
302 sm->keyRun = false; in SM_STATE()
505 sm->keyRun = true; in SM_STATE()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c1402 sta->eapol_sm->keyRun = true; in ieee802_1x_new_station()
1425 sta->eapol_sm->keyRun = true; in ieee802_1x_new_station()
1446 sta->eapol_sm->keyRun = true; in ieee802_1x_new_station()
H A Dwpa_auth_glue.c308 sta->eapol_sm->keyRun = value; in hostapd_wpa_auth_set_eapol()
335 return sta->eapol_sm->keyRun; in hostapd_wpa_auth_get_eapol()