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

/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_er.h54 char *manufacturer_url; member in struct:wps_er_ap
H A Dwps.h443 const char *manufacturer_url; member in struct:wps_event_data::wps_event_er_ap
630 * manufacturer_url - Manufacturer URL (optional for UPnP)
632 char *manufacturer_url; member in struct:wps_context
H A Dwps_upnp_web.c202 if (sm->wps->manufacturer_url)
204 sm->wps->manufacturer_url);
327 if (sm->wps->manufacturer_url)
328 extra_len += os_strlen(sm->wps->manufacturer_url);
H A Dwps_er.c139 evap->manufacturer_url = ap->manufacturer_url;
161 os_free(ap->manufacturer_url);
458 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL");
460 ap->manufacturer_url);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h310 char *manufacturer_url; member in struct:hostapd_bss_config
H A Dwps_hostapd.c661 wps->manufacturer_url = hapd->conf->manufacturer_url;
H A Dap_config.c443 os_free(conf->manufacturer_url);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c421 ap->manufacturer_url ? ap->manufacturer_url : "",
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1976 } else if (os_strcmp(buf, "manufacturer_url") == 0) {
1977 os_free(bss->manufacturer_url);
1978 bss->manufacturer_url = os_strdup(pos);

Completed in 139 milliseconds