OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roaming_consortium_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c
611
hapd->conf->
roaming_consortium_count
== 0)
618
if (hapd->conf->
roaming_consortium_count
> 3 + 255)
620
else if (hapd->conf->
roaming_consortium_count
> 3)
621
*pos++ = hapd->conf->
roaming_consortium_count
- 3;
627
if (hapd->conf->
roaming_consortium_count
> 1)
631
if (hapd->conf->
roaming_consortium_count
> 3)
634
count = hapd->conf->
roaming_consortium_count
;
ap_config.h
577
unsigned int
roaming_consortium_count
;
member in struct:hostapd_bss_config
gas_serv.c
383
for (i = 0; i < hapd->conf->
roaming_consortium_count
; i++) {
/src/external/bsd/wpa/dist/hostapd/
config_file.c
1305
bss->
roaming_consortium_count
+ 1,
1310
os_memcpy(rc[bss->
roaming_consortium_count
].oi, oi, len);
1311
rc[bss->
roaming_consortium_count
].len = len;
1314
bss->
roaming_consortium_count
++;
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026