Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c78 unsigned int heldPeriod; /* dot1xSuppHeldPeriod */ member
311 sm->heldWhile = sm->heldPeriod; in SM_STATE()
1113 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, in eapol_sm_configure() argument
1118 if (heldPeriod >= 0) in eapol_sm_configure()
1119 sm->heldPeriod = heldPeriod; in eapol_sm_configure()
1181 sm->heldPeriod, in eapol_sm_get_status()
1233 sm->heldPeriod, in eapol_sm_get_mib()
2131 sm->heldPeriod = 60; in eapol_sm_init()
H A Deapol_supp_sm.h336 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
399 static inline void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, in eapol_sm_configure() argument