HomeSort by relevance Sort by last modified time
    Searched refs:osu (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/hs20/client/
Makefile 1 all: hs20-osu-client
82 hs20-osu-client: $(OBJS)
83 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
91 rm -f core *~ *.o *.d hs20-osu-client
Android.mk 66 LOCAL_MODULE := hs20-osu-client
osu_client.c 2 * Hotspot 2.0 OSU client
740 wpa_printf(MSG_INFO, "Use OSU username '%s'", *user);
747 wpa_printf(MSG_INFO, "Use OSU password");
1901 struct osu_data *osu = NULL, *last = NULL; local
2136 struct osu_data *osu = NULL, *last = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 382 /* Get OSU directory information */
384 wpa_printf(MSG_WARNING, "Cannot stat the OSU directory %s",
497 snprintf(fname, sizeof(fname), "%s/osu-icon-%u.%s",
539 struct osu_provider *osu = &wpa_s->osu_prov[i]; local
540 for (j = 0; j < osu->icon_count; j++) {
541 struct osu_icon *icon = &osu->icon[j];
634 " OSU Providers list", MAC2STR(sa));
706 snprintf(fname, sizeof(fname), "%s/osu-providers.txt",
711 "Could not write OSU provider information");
720 struct osu_provider *osu = &wpa_s->osu_prov[i] local
768 struct osu_provider *osu = &wpa_s->osu_prov[i]; local
    [all...]
  /device/google/marlin/common/
base.mk 598 WPA += hs20-osu-client

Completed in 111 milliseconds