Searched refs:delayMin (Results 1 - 1 of 1) sorted by path

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c94 float delayMin = DEFAULT_DELAY_MIN; variable
143 delayMin = strtod(optarg, &chptr);
144 if ((*chptr != '\0') || (delayMin < 0.0)) {
240 if (delayMax < delayMin) {
242 testPrintE(" delayMin: %f delayMax: %f", delayMin, delayMax);
259 testPrintI("delayMin: %f", delayMin);
442 * by the file scope variables delayMin and delayMax. The
444 * range, with a bias towards values closer to delayMin
[all...]

Completed in 336 milliseconds