Searched refs:maxStart (Results 1 – 5 of 5) sorted by relevance
80 unsigned int maxStart; /* dot1xSuppMaxStart */ member393 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() argument1124 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()
324 int startPeriod, int maxStart);388 int maxStart) in eapol_sm_configure() argument
80 unsigned int maxStart; /* dot1xSuppMaxStart */ member379 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() argument1108 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()
315 int startPeriod, int maxStart);379 int maxStart) in eapol_sm_configure() argument
100 uint32_t maxStart = std::max(startA, startB); in IsRangeOverlapped() local103 static_cast<uint64_t>(maxStart); in IsRangeOverlapped()