Home
last modified time | relevance | path

Searched refs:authPeriod (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c107 unsigned int authPeriod; /* dot1xSuppAuthPeriod */ member
584 sm->authWhile = sm->authPeriod; in SM_STATE()
1113 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, in eapol_sm_configure() argument
1120 if (authPeriod >= 0) in eapol_sm_configure()
1121 sm->authPeriod = authPeriod; in eapol_sm_configure()
1182 sm->authPeriod, in eapol_sm_get_status()
1234 sm->authPeriod, in eapol_sm_get_mib()
2136 sm->authPeriod = 30; in eapol_sm_init()
H A Deapol_supp_sm.h336 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
400 int authPeriod, int startPeriod, in eapol_sm_configure() argument