OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_old_scan_res
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config.h
866
*
ignore_old_scan_res
- Ignore scan results older than request
873
int
ignore_old_scan_res
;
member in struct:wpa_config
config_file.c
1032
if (config->
ignore_old_scan_res
)
1033
fprintf(f, "
ignore_old_scan_res
=%d\n",
1034
config->
ignore_old_scan_res
);
bss.c
579
if (wpa_s->conf->
ignore_old_scan_res
) {
config.c
[
all
...]
p2p_supplicant.c
1126
d->
ignore_old_scan_res
= s->
ignore_old_scan_res
;
[
all
...]
Completed in 50 milliseconds