Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Di82365.c594 u_char *upc; in i82365_interfacer() local
630 upc = ioremap ( MAP_ATTRMEM_TO, MAP_ATTRMEM_LEN ); in i82365_interfacer()
634upc[pccsock[sockno].configoffset] = ( upc[pccsock[sockno].configoffset] & 0xc0 ) | ( par1 & 0x3f ); in i82365_interfacer()
Dpcmcia.c61 u_char *uc, upc;
/external/wpa_supplicant_8/src/wps/
Dwps_er.h55 char *upc; member
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()
Dwps.h537 const char *upc; member
762 char *upc; member
Dwps_er.c146 evap->upc = ap->upc; in wps_er_ap_event()
169 os_free(ap->upc); in wps_er_ap_free()
593 ap->upc = xml_get_first_item(data, "UPC"); in wps_er_parse_device_description()
594 wpa_printf(MSG_DEBUG, "WPS ER: UPC='%s'", ap->upc); in wps_er_parse_device_description()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1169 wps->upc = hapd->conf->upc; in hostapd_init_wps()
1250 hapd->wps->upc = hapd->conf->upc; in hostapd_update_wps()
Dap_config.h439 char *upc; member
Dap_config.c544 os_free(conf->upc); in hostapd_config_free_bss()
/external/tcpdump/
DCREDITS44 Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3147 os_free(bss->upc); in hostapd_config_fill()
3148 bss->upc = os_strdup(pos); in hostapd_config_fill()