HomeSort by relevance Sort by last modified time
    Searched refs:p2p (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 19 import android.net.wifi.p2p.WifiP2pConfig;
20 import android.net.wifi.p2p.WifiP2pGroup;
22 import android.net.wifi.p2p.nsd.WifiP2pServiceInfo;
53 // mutually exclude access from Wifi and P2p state machines
192 /* Does a graceful shutdown of supplicant. Is a common stop function for both p2p and sta.
641 * "sta" prioritizes STA connection over P2P and "p2p" prioritizes
642 * P2P connection over STA
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 229 OBJS += ../src/p2p/p2p.o
230 OBJS += ../src/p2p/p2p_utils.o
231 OBJS += ../src/p2p/p2p_parse.o
232 OBJS += ../src/p2p/p2p_build.o
233 OBJS += ../src/p2p/p2p_go_neg.o
234 OBJS += ../src/p2p/p2p_sd.o
235 OBJS += ../src/p2p/p2p_pd.o
236 OBJS += ../src/p2p/p2p_invitation.o
237 OBJS += ../src/p2p/p2p_dev_disc.
    [all...]
bss.c 576 const u8 *ssid, *p2p; local
606 p2p = wpa_scan_get_vendor_ie(res, P2P_IE_VENDOR_TYPE);
608 if (p2p == NULL &&
611 * If it's a P2P specific interface, then don't update
612 * the scan result without a P2P IE.
614 wpa_printf(MSG_DEBUG, "BSS: No P2P IE - skipping BSS " MACSTR
615 " update for P2P interface", MAC2STR(res->bssid));
619 if (p2p && ssid[1] == P2P_WILDCARD_SSID_LEN &&
621 return; /* Skip P2P listen discovery results here */
886 * wpa_bss_get_p2p_dev_addr - Fetch a BSS table entry based on P2P Device Add
    [all...]
scan.c 20 #include "p2p/p2p.h"
70 if (!wpa_s->global->p2p_disabled && wpa_s->global->p2p &&
72 wpa_s->wps->dev.p2p = 1;
339 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
347 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
444 size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p);
465 * used for a non-P2P connection.
603 "mode scan during P2P search");
606 "while P2P operation is in progress")
    [all...]
sme.c 172 params.p2p = ssid->p2p_group;
341 if (wpa_s->global->p2p) {
702 params.p2p = 1;
    [all...]
wpa_supplicant_i.h 109 * p2p_mgmt - Interface used for P2P management (P2P Device operations)
112 * This is used only when the driver supports a dedicated P2P Device
250 struct p2p_data *p2p; member in struct:wpa_global
628 * Whether this P2P group is configured to use cross connection (only
629 * valid if this is P2P GO interface). The actual cross connect packet
679 /* Channel preferences for AP/P2P GO use */
wpa_supplicant.c 36 #include "p2p/p2p.h"
1470 struct wpabuf *p2p; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 213 struct p2p_data *p2p; member in struct:hostapd_data
218 /* Number of non-P2P association stations */
221 /* Periodic NoA (used only when no non-P2P clients in the group) */
ap_config.h 386 int p2p; member in struct:hostapd_bss_config
ap_drv_ops.c 15 #include "p2p/p2p.h"
115 if (hapd->conf->p2p & P2P_MANAGE) {
142 if (hapd->conf->p2p & P2P_MANAGE) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 17 package android.net.wifi.p2p;
27 * A class representing a Wi-Fi p2p device
37 * The device name is a user friendly string to identify a Wi-Fi p2p device
42 * The device MAC address uniquely identifies a Wi-Fi p2p device
116 * P2P-DEVICE-FOUND 00:18:6b:de:a3:6e p2p_dev_addr=00:18:6b:de:a3:6e
134 * P2P-DEVICE-LOST p2p_dev_addr=fa:7b:7a:42:02:13
156 * P2P-DEVICE-FOUND fa:7b:7a:42:02:13 p2p_dev_addr=fa:7b:7a:42:02:13
157 * pri_dev_type=1-0050F204-1 name='p2p-TEST1' config_methods=0x188 dev_capab=0x27
160 * P2P-DEVICE-LOST p2p_dev_addr=fa:7b:7a:42:02:13
219 if (tokens[0].startsWith("P2P-DEVICE-FOUND"))
    [all...]
WifiP2pGroup.java 17 package android.net.wifi.p2p;
30 * A class representing a Wi-Fi P2p group. A p2p group consists of a single group
68 /** P2P group started string pattern */
84 * P2P-GROUP-STARTED p2p-wlan0-0 [client|GO] ssid="DIRECT-W8" freq=2437
88 * P2P-GROUP-REMOVED p2p-wlan0-0 [client|GO] reason=REQUESTED
90 * P2P-INVITATION-RECEIVED sa=fa:7b:7a:42:02:13 go_dev_addr=f8:7b:7a:42:02:13
93 * P2P-INVITATION-RECEIVED sa=b8:f9:34:2a:c7:9d persistent=
    [all...]
WifiP2pService.java 17 package android.net.wifi.p2p;
46 import android.net.wifi.p2p.WifiP2pGroupList.GroupDeleteListener;
47 import android.net.wifi.p2p.nsd.WifiP2pServiceInfo;
48 import android.net.wifi.p2p.nsd.WifiP2pServiceRequest;
49 import android.net.wifi.p2p.nsd.WifiP2pServiceResponse;
92 * WifiP2pService includes a state machine to perform Wi-Fi p2p operations. Applications
97 * Note that the term Wifi when used without a p2p suffix refers to the client mode
145 /* User wants to disconnect wifi in favour of p2p */
147 /* User wants to keep his wifi connection and drop p2p */
149 /* Delayed message to timeout p2p disable *
    [all...]
  /external/chromium_org/third_party/libjingle/
libjingle_p2p_constants.target.darwin-arm.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
libjingle_p2p_constants.target.darwin-mips.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
libjingle_p2p_constants.target.darwin-x86.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
libjingle_p2p_constants.target.linux-arm.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
libjingle_p2p_constants.target.linux-mips.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
libjingle_p2p_constants.target.linux-x86.mk 27 third_party/libjingle/source/talk/p2p/base/constants.cc
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 35 import android.net.wifi.p2p.WifiP2pManager;
36 import android.net.wifi.p2p.WifiP2pManager.ActionListener;
37 import android.net.wifi.p2p.WifiP2pManager.Channel;
323 // display session info if there is an active p2p session
533 Slog.d(TAG, "Setting wifi p2p channel: lc=" + lc + ", oc=" + oc);
540 Slog.d(TAG, "Successfully set wifi p2p channels.");
546 Slog.e(TAG, "Failed to set wifi p2p channels with reason " + reason + ".");
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 97 /* Wi-Fi Alliance - P2P IE */
98 elems->p2p = pos;
  /external/wpa_supplicant_8/src/wps/
wps.c 520 if (dev->p2p && wps_build_dev_name(dev, ie)) {
wps.h 84 * @p2p: Whether the device is a P2P device
103 int p2p; member in struct:wps_device_data
170 * p2p_dev_addr - P2P Device Address from (Re)Association Request
172 * On AP/GO, this is set to the P2P Device Address of the associating
173 * P2P client if a P2P IE is included in the (Re)Association Request
174 * frame and the P2P Device Address is included. Otherwise, this is set
175 * to %NULL to indicate the station does not have a P2P Device Address.
249 * @p2p_dev_addr: P2P Device Address of the Enrollee or all zeros if no
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 324 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
351 * p2p - Whether this connection is a P2P group
353 int p2p; member in struct:wpa_driver_auth_params
569 * p2p - Whether this connection is a P2P group
571 int p2p; member in struct:wpa_driver_associate_params
719 * beacon_ies - WPS/P2P IE(s) for Beacon frames
721 * This is used to add IEs like WPS IE and P2P IE by drivers that do
727 * proberesp_ies - P2P/WPS IE(s) for Probe Response frame
    [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 360 milliseconds

1 2 3 4 56 7