HomeSort by: relevance | last modified time | path
    Searched refs:hs20_icons (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 717 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];
ap_config.h 639 } *hs20_icons; member in struct:hostapd_bss_config
ap_config.c 920 os_free(conf->hs20_icons);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 1843 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1847 bss->hs20_icons = icon;
1848 icon = &bss->hs20_icons[bss->hs20_icons_count];

Completed in 37 milliseconds