Home
last modified time | relevance | path

Searched refs:upc (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_er.h55 char *upc; member
H A Dwps_upnp_web.c235 if (iface->wps->upc) in format_wps_device_xml()
236 xml_add_tagged_data(buf, "UPC", iface->wps->upc); in format_wps_device_xml()
341 if (iface->wps->upc) in web_connection_parse_get()
342 extra_len += os_strlen(iface->wps->upc); in web_connection_parse_get()
H A Dwps.h575 const char *upc; member
800 char *upc; member
H A Dwps_er.c146 evap->upc = ap->upc; in wps_er_ap_event()
169 os_free(ap->upc); in wps_er_ap_free()
592 ap->upc = xml_get_first_item(data, "UPC"); in wps_er_parse_device_description()
593 wpa_printf(MSG_DEBUG, "WPS ER: UPC='%s'", ap->upc); in wps_er_parse_device_description()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwps_hostapd.c1235 wps->upc = hapd->conf->upc; in hostapd_init_wps()
1318 hapd->wps->upc = hapd->conf->upc; in hostapd_update_wps()
H A Dap_config.h498 char *upc; member
H A Dap_config.c765 os_free(conf->upc); in hostapd_config_free_bss()