Searched refs:hs20_icons_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c186 if (hapd->conf->hs20_icons_count)
716 for (j = 0; j < bss->hs20_icons_count && !icon; j++) {
866 for (i = 0; i < hapd->conf->hs20_icons_count; i++) {
873 if (i < hapd->conf->hs20_icons_count)
1294 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h614 size_t hs20_icons_count; member in struct:hostapd_bss_config
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1885 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1890 icon = &bss->hs20_icons[bss->hs20_icons_count];
1927 bss->hs20_icons_count++;

Completed in 77 milliseconds