HomeSort by relevance Sort by last modified time
    Searched refs:ignore_old_scan_res (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 849 * ignore_old_scan_res - Ignore scan results older than request
856 int ignore_old_scan_res; member in struct:wpa_config
config_file.c 1015 if (config->ignore_old_scan_res)
1016 fprintf(f, "ignore_old_scan_res=%d\n",
1017 config->ignore_old_scan_res);
bss.c 578 if (wpa_s->conf->ignore_old_scan_res) {
config.c     [all...]
p2p_supplicant.c 999 d->ignore_old_scan_res = s->ignore_old_scan_res;
    [all...]

Completed in 1103 milliseconds