HomeSort by relevance Sort by last modified time
    Searched full:p2p_find (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 2 # Tests p2p_find
34 class P2P_Find (threading.Thread):
109 # Sets up p2p_find
114 # Run p2p_find
170 p2p_find_test = P2P_Find(interface_name, wpas_dbus_interface, timeout)
177 # Start P2P_Find
p2p_listen.py 2 # Tests P2P_Find
101 # Run p2p_find
167 # Start P2P_Find
p2p_flush.py 158 # Start P2P_Find
p2p_stop_find.py 164 # Start P2P_Find
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 74 p2p_find [timeout in seconds] [type=<social|progressive>] \
93 "p2p_find dev_type=1-0050F204-1".
231 requests are sent during device discovery (see p2p_find).
560 concurrent search iterations to make p2p_find friendlier to concurrent
config.h 1049 * there is a concurrent operation to make p2p_find friendlier to
    [all...]
ctrl_iface.c     [all...]
ChangeLog 251 p2p_find to avoid taking all radio resources
252 - use 500 ms p2p_find search delay by default during concurrent
315 * added optional dev_id parameter for p2p_find
    [all...]
wpa_cli.c     [all...]
wpa_supplicant.conf 281 # iterations to make p2p_find friendlier to concurrent operations by avoiding
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 591 * find_stopped - Notification of a p2p_find operation stopping
934 * p2p_find - Start P2P Find (Device Discovery)
946 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
    [all...]
p2p_i.h 419 struct os_reltime find_start; /* time of last p2p_find start */
p2p.c 1047 int p2p_find(struct p2p_data *p2p, unsigned int timeout, function
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 787 return doBooleanCommand("P2P_FIND");
794 return doBooleanCommand("P2P_FIND " + timeout);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 355 if (wpagui->ctrlRequest("P2P_FIND", reply, &reply_len) < 0 ||
    [all...]

Completed in 5135 milliseconds