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.c80 unsigned int maxStart; /* dot1xSuppMaxStart */ member
378 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
381 sm->startCount >= sm->maxStart && in SM_STEP()
389 sm->startCount >= sm->maxStart && in SM_STEP()
1093 int startPeriod, int maxStart) in eapol_sm_configure() argument
1103 if (maxStart >= 0) in eapol_sm_configure()
1104 sm->maxStart = maxStart; in eapol_sm_configure()
1163 sm->maxStart, in eapol_sm_get_status()
1215 sm->maxStart, in eapol_sm_get_mib()
2104 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h318 int startPeriod, int maxStart);
382 int maxStart) in eapol_sm_configure() argument