/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.
|
/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
|
/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 */ 177 * upnp version 179 * However, only the UPnP version is really required, the 183 wpabuf_put_str(msg, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n"); 187 wpabuf_printf(msg, "%s: upnp:rootdevice\r\n", NTString); 188 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n", 227 * @sm: WPS UPnP state machine from upnp_wps_device_init() 256 wpa_printf(MSG_INFO, "WPS UPnP: Advertisement sendto " 289 wpa_printf(MSG_MSGDUMP, "WPS UPnP: Advertisement state=%d", a->state) [all...] |
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...] |
upnp_xml.h | 2 * UPnP XML helper routines
|
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"); 426 wpa_printf(MSG_DEBUG, "WPS UPnP: GetDeviceInfo"); 433 * registration over UPnP with the AP acting as an Enrollee. It shoul [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_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 /* FIX: maintain separate structures for each UPnP peer */ 118 * multiple wireless interfaces sharing the same UPnP device instance. Each 122 * This is known as an opaque struct declaration to users of the WPS UPnP code.
|
wps_upnp.h | 2 * UPnP WPS Device
|
/external/chromium_org/chrome/common/extensions/api/ |
dial.idl | 19 // The uPnP configuration ID reported by the device. Corresponds to the 20 // CONFIGID.UPNP.ORG header in the M-SEARCH response.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 245 2 = UPnP 249 For UPnP, an alternative command format can be used to specify a 250 single query TLV (i.e., a service discovery for a specific UPnP 253 p2p_serv_disc_req 00:00:00:00:00:00 upnp <version hex> <ST: from M-SEARCH> 257 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 urn:schemas-upnp-org:device:InternetGatewayDevice:1 264 # list of all UPnP services 270 # list of all Bonjour and UPnP services 279 # UPnP examples 280 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 ssdp:al [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.services_3.2.100.v20100503.jar | |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
sencha_framework.html | 189 case 'upnp-discover': 193 case 'upnp-browse': 251 calls <a href="https://github.com/GoogleChrome/sencha-video-player-app/blob/master/lib/Upnp.js">Upnp.js</a>. 255 The <code>Upnp library</code> uses the Chrome App 259 <code>Upnp.js</code> also uses 273 with a key upnp-discovery, and two callback listeners: 278 key: 'upnp-discover', 343 for the 'upnp-discover' message from <code>app.js</code> 354 When <code>Upnp.js</code> discovers a new media server [all...] |