OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_scan_res_size
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
bss.c
662
if (wpa_s->last_scan_res_used >= wpa_s->
last_scan_res_size
) {
665
if (wpa_s->
last_scan_res_size
== 0)
668
siz = wpa_s->
last_scan_res_size
* 2;
674
wpa_s->
last_scan_res_size
= siz;
756
wpa_s->last_scan_res_used, wpa_s->
last_scan_res_size
);
wpa_supplicant_i.h
482
unsigned int
last_scan_res_size
;
member in struct:wpa_supplicant
Completed in 32 milliseconds