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 1001 * ignore_old_scan_res - Ignore scan results older than request
1008 int ignore_old_scan_res; member in struct:wpa_config
    [all...]
config_file.c 1149 if (config->ignore_old_scan_res)
1150 fprintf(f, "ignore_old_scan_res=%d\n",
1151 config->ignore_old_scan_res);
    [all...]
bss.c 626 if (wpa_s->conf->ignore_old_scan_res) {
p2p_supplicant.c     [all...]
config.c     [all...]

Completed in 77 milliseconds