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/
H A Dwps_er.h48 char *manufacturer_url; member
H A 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()
H A Dwps.h569 const char *manufacturer_url; member
783 * manufacturer_url - Manufacturer URL (optional for UPnP)
785 char *manufacturer_url; member
H A 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/
H A Dwps_er.h48 char *manufacturer_url; member
H A 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()
H A Dwps.h573 const char *manufacturer_url; member
787 * manufacturer_url - Manufacturer URL (optional for UPnP)
789 char *manufacturer_url; member
H A 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/ap/
H A 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()
H A Dap_config.h503 char *manufacturer_url; member
H A Dap_config.c857 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
H A Dap_config.h495 char *manufacturer_url; member
H A Dap_config.c762 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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_standard/wpa_supplicant/
H A Dwps_supplicant.c777 ap->manufacturer_url ? ap->manufacturer_url : "", in wpa_supplicant_wps_event_er_ap_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3928 } else if (os_strcmp(buf, "manufacturer_url") == 0) { in hostapd_config_fill()
3929 os_free(bss->manufacturer_url); in hostapd_config_fill()
3930 bss->manufacturer_url = os_strdup(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3730 } else if (os_strcmp(buf, "manufacturer_url") == 0) {
3731 os_free(bss->manufacturer_url);
3732 bss->manufacturer_url = os_strdup(pos);

Completed in 48 milliseconds