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
357 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
360 sm->startCount >= sm->maxStart && in SM_STEP()
368 sm->startCount >= sm->maxStart && in SM_STEP()
1046 int startPeriod, int maxStart) in eapol_sm_configure() argument
1056 if (maxStart >= 0) in eapol_sm_configure()
1057 sm->maxStart = maxStart; in eapol_sm_configure()
1116 sm->maxStart, in eapol_sm_get_status()
1168 sm->maxStart, in eapol_sm_get_mib()
2020 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h281 int startPeriod, int maxStart);
333 int maxStart) in eapol_sm_configure() argument