Home
last modified time | relevance | path

Searched refs:upc (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py1319 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 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
798 * upc - Universal Product Code (optional for UPnP)
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.h579 const char *upc; member
802 * upc - Universal Product Code (optional for UPnP)
804 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c1328 wps->upc = hapd->conf->upc; in hostapd_init_wps()
1461 wps->upc = conf->upc; in hostapd_update_wps()
H A Dap_config.h506 char *upc; member
H A Dap_config.c860 os_free(conf->upc); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3937 } 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 Dap_config_file.c3739 } else if (os_strcmp(buf, "upc") == 0) {
3740 os_free(bss->upc);
3741 bss->upc = os_strdup(pos);

Completed in 36 milliseconds