Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
335 if (iface->wps->manufacturer_url) in web_connection_parse_get()
336 extra_len += os_strlen(iface->wps->manufacturer_url); in web_connection_parse_get()
Dwps.h569 const char *manufacturer_url; member
785 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()
560 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL"); in wps_er_parse_device_description()
562 ap->manufacturer_url); in wps_er_parse_device_description()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
335 if (iface->wps->manufacturer_url) in web_connection_parse_get()
336 extra_len += os_strlen(iface->wps->manufacturer_url); in web_connection_parse_get()
Dwps.h573 const char *manufacturer_url; member
789 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()
560 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL"); in wps_er_parse_device_description()
562 ap->manufacturer_url); in wps_er_parse_device_description()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwps_hostapd.c1232 wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_init_wps()
1315 hapd->wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_update_wps()
Dap_config.h495 char *manufacturer_url; member
Dap_config.c762 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwps_hostapd.c1325 wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_init_wps()
1458 wps->manufacturer_url = conf->manufacturer_url; in hostapd_update_wps()
Dap_config.h503 char *manufacturer_url; member
Dap_config.c856 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwps_supplicant.c762 ap->manufacturer_url ? ap->manufacturer_url : "", in wpa_supplicant_wps_event_er_ap_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwps_supplicant.c754 ap->manufacturer_url ? ap->manufacturer_url : "", in wpa_supplicant_wps_event_er_ap_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3731 os_free(bss->manufacturer_url);
3732 bss->manufacturer_url = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3834 os_free(bss->manufacturer_url); in hostapd_config_fill()
3835 bss->manufacturer_url = os_strdup(pos); in hostapd_config_fill()