Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py1090 page.upc = page.update_help_changes = Func()
1097 del page.upc, page.update_help_changes
1181 d.upc = d.update_help_changes
1193 d.set.called = d.upc.called = 0
1200 self.assertFalse(d.upc.called)
1235 d.set.called = d.upc.called = 0
1241 self.assertFalse(d.upc.called)
1249 eq(d.upc.called, 2)
1266 d.set.called = d.upc.called = 0
1274 self.assertFalse(d.upc.called)
[all …]
/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.h575 const char *upc; member
800 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()
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()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1235 wps->upc = hapd->conf->upc; in hostapd_init_wps()
1318 hapd->wps->upc = hapd->conf->upc; in hostapd_update_wps()
Dap_config.h478 char *upc; member
Dap_config.c655 os_free(conf->upc); in hostapd_config_free_bss()
/external/u-boot/include/linux/
Dimmap_qe.h429 typedef struct upc { struct
/external/tcpdump/
DCREDITS45 Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3703 os_free(bss->upc); in hostapd_config_fill()
3704 bss->upc = os_strdup(pos); in hostapd_config_fill()