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
633
if (wpa_s->last_scan_res_used >= wpa_s->
last_scan_res_size
) {
636
if (wpa_s->
last_scan_res_size
== 0)
639
siz = wpa_s->
last_scan_res_size
* 2;
645
wpa_s->
last_scan_res_size
= siz;
743
wpa_s->last_scan_res_used, wpa_s->
last_scan_res_size
,
wpa_supplicant_i.h
402
unsigned int
last_scan_res_size
;
member in struct:wpa_supplicant
Completed in 169 milliseconds