Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eapol_auth/
HDeapol_auth_sm.c212 sm->keyRun = FALSE; in SM_STATE()
332 sm->keyRun = FALSE; in SM_STATE()
351 sm->keyRun = FALSE; in SM_STATE()
508 sm->keyRun = TRUE; in SM_STATE()
679 sm->keyRun && !(sm->flags & EAPOL_SM_USES_WPA)) in SM_STEP()
683 if (!sm->keyTxEnabled || !sm->keyRun) in SM_STEP()
HDeapol_auth_sm_i.h55 Boolean keyRun; member
HDeapol_auth_dump.c170 _SB(sm->keyDone), _SB(sm->keyRun), in eapol_auth_dump_state()
/dragonfly/contrib/wpa_supplicant/src/eapol_supp/
HDeapol_supp_sm.c46 Boolean keyRun; member
293 sm->keyRun = FALSE; in SM_STATE()
491 sm->keyRun = TRUE; in SM_STATE()
/dragonfly/contrib/wpa_supplicant/src/ap/
HDwpa_auth_glue.c214 sta->eapol_sm->keyRun = value ? TRUE : FALSE; in hostapd_wpa_auth_set_eapol()
242 return sta->eapol_sm->keyRun; in hostapd_wpa_auth_get_eapol()
HDieee802_1x.c1301 sta->eapol_sm->keyRun = TRUE; in ieee802_1x_new_station()
1324 sta->eapol_sm->keyRun = TRUE; in ieee802_1x_new_station()
1345 sta->eapol_sm->keyRun = TRUE; in ieee802_1x_new_station()