Searched defs:startPass (Results 1 - 1 of 1) sorted by last modified time

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c134 unsigned int startPass = DEFAULT_START_PASS, endPass = DEFAULT_END_PASS; local
180 startPass = strtoul(optarg, &chptr, 10);
219 endPass = startPass = strtoul(optarg, &chptr, 10);
245 if (endPass < startPass) {
247 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
257 testPrintI("startPass: %u", startPass);
266 for (pass = startPass; pass <= endPass; pass++) {
366 testPrintI("Successfully completed %u passes", pass - startPass);
[all...]

Completed in 42 milliseconds