Searched refs:hs20_icons (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c717 if (os_strcmp(name, bss->hs20_icons[j].name) == 0)
718 icon = &bss->hs20_icons[j];
867 icon = &hapd->conf->hs20_icons[i];
874 icon = &hapd->conf->hs20_icons[i];
H A Dap_config.h613 } *hs20_icons; member in struct:hostapd_bss_config
H A Dap_config.c791 os_free(conf->hs20_icons);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1885 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1889 bss->hs20_icons = icon;
1890 icon = &bss->hs20_icons[bss->hs20_icons_count];

Completed in 129 milliseconds