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

  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 41 int probe_idx; member in struct:bgscan_learn_data
243 idx = data->probe_idx;
248 data->probe_idx = idx + 1;
249 if (data->supp_freqs[data->probe_idx] == 0)
250 data->probe_idx = 0;
264 } while (idx != data->probe_idx);

Completed in 329 milliseconds