HomeSort by relevance Sort by last modified time
    Searched full:delaymin (Results 1 - 1 of 1) sorted by null

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 94 float delayMin = DEFAULT_DELAY_MIN;
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 622 milliseconds