Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
Deapol_supp_sm.c80 unsigned int maxStart; /* dot1xSuppMaxStart */ member
393 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
396 sm->startCount >= sm->maxStart && in SM_STEP()
404 sm->startCount >= sm->maxStart && in SM_STEP()
1114 int startPeriod, int maxStart) in eapol_sm_configure() argument
1124 if (maxStart >= 0) in eapol_sm_configure()
1125 sm->maxStart = maxStart; in eapol_sm_configure()
1184 sm->maxStart, in eapol_sm_get_status()
1236 sm->maxStart, in eapol_sm_get_mib()
2124 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h324 int startPeriod, int maxStart);
388 int maxStart) in eapol_sm_configure() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
Deapol_supp_sm.c80 unsigned int maxStart; /* dot1xSuppMaxStart */ member
379 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP()
382 sm->startCount >= sm->maxStart && in SM_STEP()
390 sm->startCount >= sm->maxStart && in SM_STEP()
1098 int startPeriod, int maxStart) in eapol_sm_configure() argument
1108 if (maxStart >= 0) in eapol_sm_configure()
1109 sm->maxStart = maxStart; in eapol_sm_configure()
1168 sm->maxStart, in eapol_sm_get_status()
1220 sm->maxStart, in eapol_sm_get_mib()
2108 sm->maxStart = 3; in eapol_sm_init()
Deapol_supp_sm.h315 int startPeriod, int maxStart);
379 int maxStart) in eapol_sm_configure() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp100 uint32_t maxStart = std::max(startA, startB); in IsRangeOverlapped() local
103 static_cast<uint64_t>(maxStart); in IsRangeOverlapped()