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

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c95 float delayMax = DEFAULT_DELAY_MAX; variable
152 delayMax = strtod(optarg, &chptr);
153 if ((*chptr != '\0') || (delayMax < 0.0)) {
240 if (delayMax < delayMin) {
242 testPrintE(" delayMin: %f delayMax: %f", delayMin, delayMax);
260 testPrintI("delayMax: %f", delayMax);
442 * by the file scope variables delayMin and delayMax. The
464 amt = delayMin + ((delayMax
[all...]

Completed in 47 milliseconds