Searched refs:maxStart (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 80 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() 1092 * @maxStart: dot1xSuppMaxStart 1098 int startPeriod, int maxStart) in eapol_sm_configure() 1108 if (maxStart >= 0) in eapol_sm_configure() 1109 sm->maxStart = maxStart; in eapol_sm_configure() 1162 "maxStart in eapol_sm_get_status() 1097 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) eapol_sm_configure() argument [all...] |
H A D | eapol_supp_sm.h | 315 int startPeriod, int maxStart); 379 int maxStart) in eapol_sm_configure() 377 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) eapol_sm_configure() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 79 unsigned int maxStart; /* dot1xSuppMaxStart */ member 402 if (sm->startWhen == 0 && sm->startCount < sm->maxStart) in SM_STEP() 405 sm->startCount >= sm->maxStart && in SM_STEP() 413 sm->startCount >= sm->maxStart && in SM_STEP() 1117 * @maxStart: dot1xSuppMaxStart 1123 int startPeriod, int maxStart) in eapol_sm_configure() 1133 if (maxStart >= 0) in eapol_sm_configure() 1134 sm->maxStart = maxStart; in eapol_sm_configure() 1187 "maxStart in eapol_sm_get_status() 1122 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) eapol_sm_configure() argument [all...] |
H A D | eapol_supp_sm.h | 330 int startPeriod, int maxStart); 394 int maxStart) in eapol_sm_configure() 392 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) eapol_sm_configure() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 100 uint32_t maxStart = std::max(startA, startB); in IsRangeOverlapped() local 103 static_cast<uint64_t>(maxStart); in IsRangeOverlapped()
|
Completed in 7 milliseconds