Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c79 unsigned int maxStart; /* dot1xSuppMaxStart */ member
377 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
380 sm->startCount >= sm->maxStart && in SM_STEP()
388 sm->startCount >= sm->maxStart && in SM_STEP()
1078 int startPeriod, int maxStart) in eapol_sm_configure() argument
1088 if (maxStart >= 0) in eapol_sm_configure()
1089 sm->maxStart = maxStart; in eapol_sm_configure()
1148 sm->maxStart, in eapol_sm_get_status()
1200 sm->maxStart, in eapol_sm_get_mib()
2080 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h311 int startPeriod, int maxStart);
367 int maxStart) in eapol_sm_configure() argument