Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/eapol_supp/
Deapol_supp_sm.c84 unsigned int maxStart; /* dot1xSuppMaxStart */ member
390 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
393 sm->startCount >= sm->maxStart && in SM_STEP()
401 sm->startCount >= sm->maxStart && in SM_STEP()
1017 int startPeriod, int maxStart) in eapol_sm_configure() argument
1027 if (maxStart >= 0) in eapol_sm_configure()
1028 sm->maxStart = maxStart; in eapol_sm_configure()
1072 sm->maxStart, in eapol_sm_get_status()
1117 sm->maxStart, in eapol_sm_get_mib()
1851 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h236 int startPeriod, int maxStart);
282 int maxStart) in eapol_sm_configure() argument