Searched refs:upc (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 1319 frame.upc = frame.update_help_changes = Func() 1326 del frame.upc, frame.update_help_changes 1346 fr.upc = fr.update_help_changes 1358 fr.set.called = fr.upc.called = 0 1365 self.assertFalse(fr.upc.called) 1400 fr.set.called = fr.upc.called = 0 1406 self.assertFalse(fr.upc.called) 1414 eq(fr.upc.called, 2) 1431 fr.set.called = fr.upc.called = 0 1439 self.assertFalse(fr.upc [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.h | 55 char *upc; member
|
H A D | wps_upnp_web.c | 235 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 D | wps.h | 575 const char *upc; member 798 * upc - Universal Product Code (optional for UPnP) 800 char *upc; member
|
H A D | wps_er.c | 146 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.h | 55 char *upc; member
|
H A D | wps_upnp_web.c | 235 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 D | wps.h | 579 const char *upc; member 802 * upc - Universal Product Code (optional for UPnP) 804 char *upc; member
|
H A D | wps_er.c | 146 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 1328 wps->upc = hapd->conf->upc; in hostapd_init_wps() 1461 wps->upc = conf->upc; in hostapd_update_wps()
|
H A D | ap_config.h | 506 char *upc; member
|
H A D | ap_config.c | 860 os_free(conf->upc); in hostapd_config_free_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1235 wps->upc = hapd->conf->upc; in hostapd_init_wps() 1318 hapd->wps->upc = hapd->conf->upc; in hostapd_update_wps()
|
H A D | ap_config.h | 498 char *upc; member
|
H A D | ap_config.c | 765 os_free(conf->upc); in hostapd_config_free_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 3937 } else if (os_strcmp(buf, "upc") == 0) { in hostapd_config_fill() 3938 os_free(bss->upc); in hostapd_config_fill() 3939 bss->upc = os_strdup(pos); in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 3739 } else if (os_strcmp(buf, "upc") == 0) { 3740 os_free(bss->upc); 3741 bss->upc = os_strdup(pos);
|
Completed in 36 milliseconds