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

1 2 3 4 5 67

  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 25 #include "p2p/p2p.h"
860 " p2p" : "",
1031 wpa_dbg(wpa_s, MSG_DEBUG, " skip - no P2P IE seen");
1041 wpa_dbg(wpa_s, MSG_DEBUG, " skip - no P2P element");
1047 wpa_dbg(wpa_s, MSG_DEBUG, " skip - could not fetch P2P element");
1054 wpa_dbg(wpa_s, MSG_DEBUG, " skip - no matching GO P2P Device Address in P2P element");
1062 * TODO: skip the AP if its P2P IE has Group Formation
1063 * bit set in the P2P Group Capability Bitmap and w
    [all...]
scan.c 20 #include "p2p/p2p.h"
71 if (!wpa_s->global->p2p_disabled && wpa_s->global->p2p &&
73 wpa_s->wps->dev.p2p = 1;
342 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO "
350 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only common "
367 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Scan only GO preferred frequency %d MHz during invitation",
381 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Clear p2p_in_invitation");
472 size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p);
507 * used for a non-P2P connection
    [all...]
wpa_supplicant_i.h 113 * p2p_mgmt - Interface used for P2P management (P2P Device operations)
116 * This is used only when the driver supports a dedicated P2P Device
224 * P2P Device configuration parameters.
226 * This can also be %NULL. In such a case, if a P2P Device dedicated
272 struct p2p_data *p2p; member in struct:wpa_global
847 * Whether this P2P group is configured to use cross connection (only
848 * valid if this is P2P GO interface). The actual cross connect packet
923 /* Channel preferences for AP/P2P GO use */
    [all...]
config_file.c 22 #include "p2p/p2p.h"
658 psk->p2p ? "P2P-" : "", MAC2STR(psk->addr), hex);
    [all...]
config.c 17 #include "p2p/p2p.h"
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 39 import android.net.wifi.p2p.WifiP2pConfig;
40 import android.net.wifi.p2p.WifiP2pGroup;
41 import android.net.wifi.p2p.nsd.WifiP2pServiceInfo;
389 /* Does a graceful shutdown of supplicant. Is a common stop function for both p2p and sta.
757 * flags=[WPA2-EAP-CCMP][ESS][P2P][HS20]
    [all...]
WifiStateMachine.java 76 import android.net.wifi.p2p.IWifiP2pManager;
111 import com.android.server.wifi.p2p.WifiP2pServiceImpl;
143 * Wi-Fi now supports three modes of operation: Client, SoftAp and p2p
144 * In the current implementation, we support concurrent wifi p2p and wifi operation.
146 * handles p2p operation.
732 /* P2p commands */
735 /* In order to shut down supplicant cleanly, we wait till p2p has
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 99 /* Wi-Fi Alliance - P2P IE */
100 elems->p2p = pos;
1190 /* Do not enable HT40 on 2.4 GHz for P2P use for now */
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 19 #include "p2p/p2p.h"
128 if (elems.p2p) {
    [all...]
ieee802_11.c 24 #include "p2p/p2p.h"
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 132 import com.android.settings.wifi.p2p.WifiP2pSettings;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 2130 milliseconds

1 2 3 4 5 67