Home
last modified time | relevance | path

Searched refs:manufacturer_url (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_er.h48 char *manufacturer_url; member
Dwps_upnp_web.c203 if (iface->wps->manufacturer_url) in format_wps_device_xml()
205 iface->wps->manufacturer_url); in format_wps_device_xml()
334 if (iface->wps->manufacturer_url) in web_connection_parse_get()
335 extra_len += os_strlen(iface->wps->manufacturer_url); in web_connection_parse_get()
Dwps.h531 const char *manufacturer_url; member
737 char *manufacturer_url; member
Dwps_er.c140 evap->manufacturer_url = ap->manufacturer_url; in wps_er_ap_event()
162 os_free(ap->manufacturer_url); in wps_er_ap_free()
561 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL"); in wps_er_parse_device_description()
563 ap->manufacturer_url); in wps_er_parse_device_description()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1154 wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_init_wps()
1235 hapd->wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_update_wps()
Dap_config.h401 char *manufacturer_url; member
Dap_config.c504 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c727 ap->manufacturer_url ? ap->manufacturer_url : "", in wpa_supplicant_wps_event_er_ap_add()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2926 os_free(bss->manufacturer_url); in hostapd_config_fill()
2927 bss->manufacturer_url = os_strdup(pos); in hostapd_config_fill()