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

/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h314 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
378 int authPeriod, int startPeriod,
377 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
H A Deapol_supp_sm.c107 unsigned int authPeriod; /* dot1xSuppAuthPeriod */ member in struct:eapol_sm
570 sm->authWhile = sm->authPeriod;
1090 * @authPeriod: dot1xSuppAuthPeriod
1097 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, argument
1104 if (authPeriod >= 0)
1105 sm->authPeriod = authPeriod;
1160 "authPeriod=%u\n"
1166 sm->authPeriod,
1218 sm->authPeriod,
[all...]

Completed in 103 milliseconds