Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c80 unsigned int maxStart; /* dot1xSuppMaxStart */ member
393 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
396 sm->startCount >= sm->maxStart && in SM_STEP()
404 sm->startCount >= sm->maxStart && in SM_STEP()
1114 int startPeriod, int maxStart) in eapol_sm_configure() argument
1124 if (maxStart >= 0) in eapol_sm_configure()
1125 sm->maxStart = maxStart; in eapol_sm_configure()
1184 sm->maxStart, in eapol_sm_get_status()
1236 sm->maxStart, in eapol_sm_get_mib()
2133 sm->maxStart = 3; in eapol_sm_init()
H A Deapol_supp_sm.h337 int startPeriod, int maxStart);
401 int maxStart) in eapol_sm_configure() argument