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)
891 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h480 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)
891 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h480 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)
891 if (hapd->conf->hs20_icons_count) {
H A Dap_config.h480 size_t hs20_icons_count; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1627 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1632 icon = &bss->hs20_icons[bss->hs20_icons_count];
1669 bss->hs20_icons_count++;

Completed in 60 milliseconds