HomeSort by relevance Sort by last modified time
    Searched full:upnp (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 25 * A class for storing Upnp service information that is advertised
36 * UPnP version 1.0.
39 * compatible with UPnP Device Architecture 1.0.
54 * Create UPnP service information object.
61 * <a href="http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf">
62 * UPnP Device Architecture1.1</a><br>
63 * e.g) urn:schemas-upnp-org:device:MediaServer:1
66 * <a href="http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf"
    [all...]
WifiP2pUpnpServiceResponse.java 25 * A class for a response of upnp service discovery.
32 * UPnP version. should be {@link WifiP2pUpnpServiceInfo#VERSION_1_0}
40 *"uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"}
45 * Return UPnP version number.
61 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"
62 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:
64 * <li>"uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:service:
78 * @param data UPnP response data.
85 throw new IllegalArgumentException("Malformed upnp service response");
90 * Parse UPnP service discovery respons
    [all...]
WifiP2pServiceInfo.java 45 * UPnP protocol.
71 * [UPnP]
72 * # UPnP uuid
73 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012"}
75 * # UPnP rootdevice
76 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice"}
78 * # UPnP device
79 * {"upnp", "10", "uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp
    [all...]
WifiP2pUpnpServiceRequest.java 24 * A class for creating a Upnp service discovery request for use with
52 * Create a service discovery request to search all UPnP services.
54 * @return service request for UPnP.
60 * Create a service discovery request to search specified UPnP services.
66 * <li>"upnp:rootdevice"
67 * <li>"urn:schemas-upnp-org:device:MediaServer:2"
68 * <li>"urn:schemas-upnp-org:service:ContentDirectory:2"
71 * @return service request for UPnP.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryconstraints.h 44 #define SSDP_CONSTRAINTVALUE_TYPE_ROOT L"upnp:rootdevice"
45 #define SSDP_CONSTRAINTVALUE_TYPE_DEVICE_PREFIX L"urn:schemas-upnp-org:device:"
46 #define SSDP_CONSTRAINTVALUE_TYPE_SVC_PREFIX L"urn:schemas-upnp-org:service:"
47 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_IGD L"urn:schemas-upnp-org:device:InternetGatewayDevice:1"
48 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_LANDEVICE L"urn:schemas-upnp-org:device:LANDevice:1"
49 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_LIGHTING L"urn:schemas-upnp-org:device:Lighting:1"
50 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_LUXMETER L"urn:schemas-upnp-org:device:Luxmeter:1"
51 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_MDARNDR L"urn:schemas-upnp-org:device:MediaRenderer:1"
52 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_MDASRVR L"urn:schemas-upnp-org:device:MediaServer:1"
53 #define SSDP_CONSTRAINTVALUE_TYPE_DEV_POWERDEVICE L"urn:schemas-upnp-org:device:PowerDevice:1
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqUpnpRootDeviceTestCase.java 28 * Service discovery requester test case to search upnp root devices.
42 * create request to search UPnP root device
45 reqList.add(WifiP2pUpnpServiceRequest.newInstance("upnp:rootdevice"));
53 * UPnP: rootdevice.
63 return "Request upnp root devices test";
LocalServices.java 31 * Create UPnP MediaRenderer local service.
36 services.add("urn:schemas-upnp-org:service:AVTransport:1");
37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1");
40 "urn:schemas-upnp-org:device:MediaRenderer:1",
ServReqUpnpAllTestCase.java 28 * Service discovery requester test case to search all upnp services with ssdp:all.
42 * create request to search all UPnP services with "ssdp:all".
53 * UPnP: ALL services.
63 return "Request all upnp services test";
P2pClientPbcTestCase.java 45 * Check UPnP service on GO through service discovery request.
54 * Check UPnP services.
59 * add UPnP request.
93 * Receive only UPnP service.
UPnPServiceResponseListenerTest.java 77 "::upnp:rootdevice"));
79 "::urn:schemas-upnp-org:device:MediaRenderer:1"));
81 "::urn:schemas-upnp-org:service:AVTransport:1"));
83 "::urn:schemas-upnp-org:service:ConnectionManager:1"));
86 "::upnp:rootdevice"));
ServReqMultiClientTestCase01.java 25 * Service discovery requester test case to search all UPnP services on channel1
42 * create upnp and bonjour search requests.
49 * add UPnP request to channel1.
100 * channel1 receive only UPnP service.
ServReqAllTestCase01.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
56 * UPnP: ALL services.
ServReqAllTestCase02.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
59 * UPnP: ALL services.
ServReqAllTestCase03.java 30 * Service discovery requester test case to search all UPnP and Bonjour services with
58 * UPnP: ALL services.
ServReqRemoveRequestTestCase.java 77 * remove requests except for UPnP ssdp:all.
109 * search UPnP service with ssdp:all
119 * check that just UPnP response is received
ServReqDnsPtrTestCase.java 52 * UPnP: No services.
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 2 * UPnP SSDP for WPS
28 #define UPNP_CACHE_SEC_MIN 1800 /* min cachable time per UPnP standard */
173 * upnp version
175 * However, only the UPnP version is really required, the
179 wpabuf_put_str(msg, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n");
183 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString);
184 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
219 * @sm: WPS UPnP state machine from upnp_wps_device_init()
248 wpa_printf(MSG_INFO, "WPS UPnP: Advertisement sendto "
281 wpa_printf(MSG_MSGDUMP, "WPS UPnP: Advertisement state=%d", a->state)
    [all...]
upnp_xml.h 2 * UPnP XML helper routines
wps_upnp.c 2 * UPnP WPS Device
32 * -- UPnP requires that we be able to resolve domain names.
63 * Description: EAP-WPS UPnP device source
123 * Overview of WPS over UPnP:
125 * UPnP is a protocol that allows devices to discover each other and control
126 * each other. In UPnP terminology, a device is either a "device" (a server
129 * This file implements a UPnP "device".
131 * For us, we use mostly basic UPnP discovery, but the control part of interest
132 * is WPS carried via UPnP messages. There is quite a bit of basic UPnP
    [all...]
wps_upnp_event.c 2 * UPnP WPS Device - Event processing
76 wpa_printf(MSG_DEBUG, "WPS UPnP: Delete event %p", e);
91 wpa_printf(MSG_DEBUG, "WPS UPnP: Dequeue event %p for "
122 wpa_printf(MSG_DEBUG, "WPS UPnP: Retry event %p for subscription %p",
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry);
132 wpa_printf(MSG_DEBUG, "WPS UPnP: Giving up on sending event "
154 wpabuf_put_str(buf, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n");
157 "NT: upnp:event\r\n"
158 "NTS: upnp:propchange\r\n");
178 wpa_printf(MSG_DEBUG, "WPS UPnP: Failed to send event %p to %s
    [all...]
wps_upnp_web.c 2 * UPnP WPS Device - Web connections
36 "Server: unspecified, UPnP/1.0, unspecified\r\n";
47 "<scpd xmlns=\"urn:schemas-upnp-org:service-1-0\">\n"
154 "<root xmlns=\"urn:schemas-upnp-org:device-1-0\">\n"
330 wpa_printf(MSG_DEBUG, "WPS UPnP: HTTP GET for device XML");
344 wpa_printf(MSG_DEBUG, "WPS UPnP: HTTP GET for SCPD XML");
349 wpa_printf(MSG_DEBUG, "WPS UPnP: HTTP GET file not found: %s",
377 wpabuf_put_str(buf, "Server: Unspecified, UPnP/1.0, Unspecified\r\n");
434 wpa_printf(MSG_DEBUG, "WPS UPnP: GetDeviceInfo");
445 * registration over UPnP with the AP acting as an Enrollee. It shoul
    [all...]
wps_upnp_i.h 2 * UPnP for WPS / internal definitions
17 #define UPNP_MULTICAST_ADDRESS "239.255.255.250" /* for UPnP multicasting */
18 #define UPNP_MULTICAST_PORT 1900 /* UDP port to monitor for UPnP */
20 /* min subscribe time per UPnP standard */
112 struct dl_list peers; /* active UPnP peer sessions */
117 * multiple wireless interfaces sharing the same UPnP device instance. Each
121 * This is known as an opaque struct declaration to users of the WPS UPnP code.
wps_upnp.h 2 * UPnP WPS Device
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 404 2 = UPnP
408 For UPnP, an alternative command format can be used to specify a
409 single query TLV (i.e., a service discovery for a specific UPnP
412 p2p_serv_disc_req 00:00:00:00:00:00 upnp <version hex> <ST: from M-SEARCH>
416 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1
423 # list of all UPnP services
429 # list of all Bonjour and UPnP services
438 # UPnP examples
439 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 ssdp:al
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 

Completed in 232 milliseconds

1 2 3