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
375 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
378 sm->startCount >= sm->maxStart && in SM_STEP()
386 sm->startCount >= sm->maxStart && in SM_STEP()
1076 int startPeriod, int maxStart) in eapol_sm_configure() argument
1086 if (maxStart >= 0) in eapol_sm_configure()
1087 sm->maxStart = maxStart; in eapol_sm_configure()
1146 sm->maxStart, in eapol_sm_get_status()
1198 sm->maxStart, in eapol_sm_get_mib()
2064 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h303 int startPeriod, int maxStart);
356 int maxStart) in eapol_sm_configure() argument