Home
last modified time | relevance | path

Searched refs:server_uri (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c55 char server_uri[256]; member
780 MAC2STR(osu->bssid), osu->server_uri, osu->osu_methods); in hs20_osu_fetch_done()
936 os_memcpy(prov->server_uri, pos, uri_len); in hs20_osu_add_prov()
/freebsd/contrib/wpa/src/ap/
H A Dgas_serv.c753 if (p->server_uri) { in anqp_add_osu_provider()
754 wpabuf_put_u8(buf, os_strlen(p->server_uri)); in anqp_add_osu_provider()
755 wpabuf_put_str(buf, p->server_uri); in anqp_add_osu_provider()
H A Dap_config.h646 char *server_uri; member
H A Dap_config.c927 os_free(p->server_uri); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1926 bss->last_osu->server_uri = os_strdup(pos); in hs20_parse_osu_server_uri()