Searched refs:endPass (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c134 unsigned int startPass = DEFAULT_START_PASS, endPass = DEFAULT_END_PASS; local
199 endPass = strtoul(optarg, &chptr, 10);
219 endPass = startPass = strtoul(optarg, &chptr, 10);
245 if (endPass < startPass) {
247 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
258 testPrintI("endPass: %u", endPass);
266 for (pass = startPass; pass <= endPass; pass++) {

Completed in 858 milliseconds