Home | History | Annotate | Download | only in client

Lines Matching refs:osu

2  * Hotspot 2.0 OSU client
714 wpa_printf(MSG_INFO, "Use OSU username '%s'", *user);
721 wpa_printf(MSG_INFO, "Use OSU password");
1875 struct osu_data *osu = NULL, *last = NULL;
1890 if (strncmp(buf, "OSU-PROVIDER ", 13) == 0) {
1891 last = realloc(osu, (osu_count + 1) * sizeof(*osu));
1894 osu = last;
1895 last = &osu[osu_count++];
1996 return osu;
2020 os_snprintf(fname, sizeof(fname), "%s/osu-ca.pem", dir);
2040 wpa_printf(MSG_INFO, "Associate with OSU SSID");
2041 write_summary(ctx, "Associate with OSU SSID");
2054 write_summary(ctx, "Could not connect to OSU network");
2055 wpa_printf(MSG_INFO, "Remove OSU network connection");
2080 wpa_printf(MSG_INFO, "Remove OSU network connection");
2081 write_summary(ctx, "Remove OSU network connection");
2106 struct osu_data *osu = NULL, *last = NULL;
2110 write_summary(ctx, "OSU provider selection");
2117 snprintf(fname, sizeof(fname), "%s/osu-providers.txt", dir);
2118 osu = parse_osu_providers(fname, &osu_count);
2119 if (osu == NULL) {
2120 wpa_printf(MSG_INFO, "Could not any OSU providers from %s",
2122 write_result(ctx, "No OSU providers available");
2128 last = &osu[i];
2142 free(osu);
2146 wpa_printf(MSG_INFO, "OSU Provider selected based on requested operator friendly name '%s'",
2148 write_summary(ctx, "OSU Provider selected based on requested operator friendly name '%s'",
2154 snprintf(fname, sizeof(fname), "%s/osu-providers.html", dir);
2158 free(osu);
2171 last = &osu[i];
2174 "<a href=\"http://localhost:12345/osu/%d\">"
2178 "<a href=\"osu://%d\">"
2182 fprintf(f, "<img src=\"osu-icon-%d.%s\">\n",
2216 snprintf(fname, sizeof(fname), "file://%s/osu-providers.html", dir);
2217 write_summary(ctx, "Start web browser with OSU provider selection page");
2225 wpa_printf(MSG_INFO, "Selected OSU id=%d", ret);
2226 last = &osu[ret - 1];
2231 write_summary(ctx, "Selected OSU provider id=%d BSSID=%s SSID=%s URL=%s",
2251 os_snprintf(fname, sizeof(fname), "%s/osu-icon-%d.%s",
2284 free(osu);
2304 snprintf(fname, sizeof(fname), "%s/osu-info", dir);
2321 wpa_printf(MSG_INFO, "Starting OSU fetch");
2322 write_summary(ctx, "Starting OSU provider information fetch");
2324 wpa_printf(MSG_INFO, "Could not start OSU fetch");
2329 res = get_wpa_cli_event(mon, "OSU provider fetch completed",
2336 wpa_printf(MSG_INFO, "OSU fetch did not complete");
2337 write_summary(ctx, "OSU fetch did not complete");
2340 wpa_printf(MSG_INFO, "OSU provider fetch completed");
2911 f = fopen("hs20-osu-client.workarounds", "r");
2931 printf("usage: hs20-osu-client [-dddqqKt] [-S<station ifname>] \\\n"
2955 "- osu_select <OSU info directory> [CA cert]\n");
3035 wpa_printf(MSG_DEBUG, "===[hs20-osu-client START - command: %s ]======"
3198 "===[hs20-osu-client END ]======================");