Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/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.h578 const char *manufacturer_url; member
794 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()
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dwps_hostapd.c1326 wps->manufacturer_url = hapd->conf->manufacturer_url; in hostapd_init_wps()
1459 wps->manufacturer_url = conf->manufacturer_url; in hostapd_update_wps()
Dap_config.h518 char *manufacturer_url; member
Dap_config.c890 os_free(conf->manufacturer_url); in hostapd_config_free_bss()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwps_supplicant.c770 ap->manufacturer_url ? ap->manufacturer_url : "", in wpa_supplicant_wps_event_er_ap_add()
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dconfig_file.c4065 os_free(bss->manufacturer_url); in hostapd_config_fill()
4066 bss->manufacturer_url = os_strdup(pos); in hostapd_config_fill()