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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c163 if (hapd->conf->hs20_icons_count)
559 for (j = 0; j < bss->hs20_icons_count && !icon; j++) {
638 for (i = 0; i < hapd->conf->hs20_icons_count; i++) {
645 if (i < hapd->conf->hs20_icons_count)
892 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h510 size_t hs20_icons_count; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c163 if (hapd->conf->hs20_icons_count)
559 for (j = 0; j < bss->hs20_icons_count && !icon; j++) {
638 for (i = 0; i < hapd->conf->hs20_icons_count; i++) {
645 if (i < hapd->conf->hs20_icons_count)
892 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h510 size_t hs20_icons_count; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c163 if (hapd->conf->hs20_icons_count)
559 for (j = 0; j < bss->hs20_icons_count && !icon; j++) {
638 for (i = 0; i < hapd->conf->hs20_icons_count; i++) {
645 if (i < hapd->conf->hs20_icons_count)
892 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h510 size_t hs20_icons_count; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1671 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1676 icon = &bss->hs20_icons[bss->hs20_icons_count];
1713 bss->hs20_icons_count++;

Completed in 81 milliseconds