/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 238 return doBooleanCommand("P2P_FIND"); 245 return doBooleanCommand("P2P_FIND " + timeout);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 561 if (!wpa_s->driver->p2p_find) 563 return wpa_s->driver->p2p_find(wpa_s->drv_priv, timeout, type);
|
README-P2P | 74 p2p_find [timeout in seconds] [type=<social|progressive>] 188 requests are sent during device discovery (see p2p_find).
|
wpa_cli.c | [all...] |
ctrl_iface.c | [all...] |
p2p_supplicant.c | [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 809 * p2p_find - Start P2P Find (Device Discovery) 819 int p2p_find(struct p2p_data *p2p, unsigned int timeout, 908 * dsicovery (start with a p2p_find() call). Response from the peer is [all...] |
p2p.c | 860 int p2p_find(struct p2p_data *p2p, unsigned int timeout, function [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 2021 int (*p2p_find)(void *priv, unsigned int timeout, int type); member in struct:wpa_driver_ops [all...] |
driver_test.c | [all...] |
driver_ndis.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 361 if (wpagui->ctrlRequest("P2P_FIND", reply, &reply_len) < 0 || [all...] |