Searched refs:authPeriod (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 302 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, 355 int authPeriod, int startPeriod, in eapol_sm_configure() argument
|
D | eapol_supp_sm.c | 106 unsigned int authPeriod; /* dot1xSuppAuthPeriod */ member 551 sm->authWhile = sm->authPeriod; in SM_STATE() 1075 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, in eapol_sm_configure() argument 1082 if (authPeriod >= 0) in eapol_sm_configure() 1083 sm->authPeriod = authPeriod; in eapol_sm_configure() 1144 sm->authPeriod, in eapol_sm_get_status() 1196 sm->authPeriod, in eapol_sm_get_mib() 2067 sm->authPeriod = 30; in eapol_sm_init()
|