Searched refs:authPeriod (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant/ |
D | eapol_sm.c | 110 unsigned int authPeriod; /* dot1xSuppAuthPeriod */ member 512 sm->authWhile = sm->authPeriod; in SM_STATE() 969 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, in eapol_sm_configure() argument 976 if (authPeriod >= 0) in eapol_sm_configure() 977 sm->authPeriod = authPeriod; in eapol_sm_configure() 1023 sm->authPeriod, in eapol_sm_get_status() 1068 sm->authPeriod, in eapol_sm_get_mib() 1744 sm->authPeriod = 30; in eapol_sm_init()
|
D | eapol_sm.h | 212 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, 257 int authPeriod, int startPeriod, in eapol_sm_configure() argument
|