Home
last modified time | relevance | path

Searched refs:p2p_find (Results 1 – 19 of 19) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_p2p_discovery.py31 dev[0].p2p_find(social=True, delay=1)
90 if "FAIL" not in dev[0].p2p_find(dev_id="foo"):
92 if "FAIL" not in dev[0].p2p_find(dev_type="foo"):
94 if "FAIL" not in dev[0].p2p_find(dev_type="1-foo-2"):
96 if "FAIL" not in dev[0].p2p_find(dev_type="1-11223344"):
228 dev[0].p2p_find(social=True, dev_type="5-0050F204-1")
232 dev[0].p2p_find(social=True, dev_type="1-0050F204-2")
249 dev[2].p2p_find(social=True, dev_type="5-0050F204-1")
253 dev[2].p2p_find(social=True, dev_type="1-0050F204-2")
268 dev[0].p2p_find(social=True, dev_id="02:03:04:05:06:07")
[all …]
Dtest_p2p_wifi_display.py56 dev[1].p2p_find(social=True)
119 dev[2].p2p_find(social=True)
246 dev[1].p2p_find(social=True)
397 dev[0].p2p_find(social=True)
451 dev[0].p2p_find(social=True)
Dp2p_utils.py127 resp.p2p_find(social=True)
342 r_dev.p2p_find(social=True)
343 i_dev.p2p_find(social=True)
Dtest_p2p_autogo.py676 dev[1].p2p_find(freq=2422)
680 dev[1].p2p_find(freq=2422)
695 dev[1].p2p_find(freq=2422)
715 dev[1].p2p_find(freq=2412)
785 dev[1].p2p_find(freq=2412)
Dtest_p2p_grpform.py129 dev[1].p2p_find(social=True)
222 dev[1].p2p_find(social=True)
763 dev[2].p2p_find()
957 dev[0].p2p_find(social=True)
1160 dev[0].p2p_find(social=True)
Dtest_p2p_service.py497 dev[2].p2p_find(social=True)
626 dev[1].p2p_find(social=True)
Dtest_rfkill.py143 if "OK" in dev1.p2p_find():
Dtest_p2p_concurrency.py75 dev[1].p2p_find(freq=5745)
Dtest_p2p_device.py115 wpas.p2p_find()
Dwpasupplicant.py624 def p2p_find(self, social=False, progressive=False, dev_id=None, member in WpaSupplicant
663 self.p2p_find(social, freq=freq)
Dtest_p2p_channel.py1142 dev[1].p2p_find(social=True)
Dtest_p2p_messages.py129 dev[1].p2p_find(social=True)
Dtest_dbus.py2806 dev[1].p2p_find(social=True)
3634 dev[1].p2p_find(social=True)
/hostap-latest/doc/
Dp2p.doxygen95 - \ref p2p_find()
188 calling \ref p2p_find(). The P2P module start the discovery by requesting a
296 is started with a call to \ref p2p_find(). The pending service discovery
423 > p2p_find
450 > p2p_find
/hostap-latest/wpa_supplicant/
DREADME-P2P74 p2p_find [timeout in seconds] [type=<social|progressive>] \
95 "p2p_find dev_type=1-0050F204-1".
100 p2p_find 5 dev_id=11:22:33:44:55:66 seek=alt.example.chat seek=alt.example.video
385 requests are sent during device discovery (see p2p_find).
745 concurrent search iterations to make p2p_find friendlier to concurrent
DChangeLog566 * added p2p_search_delay parameter to make the default p2p_find delay
872 p2p_find to avoid taking all radio resources
873 - use 500 ms p2p_find search delay by default during concurrent
936 * added optional dev_id parameter for p2p_find
Dp2p_supplicant.c7462 return p2p_find(wpa_s->global->p2p, timeout, type, in wpas_p2p_find()
/hostap-latest/src/p2p/
Dp2p.h1254 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
Dp2p.c1173 int p2p_find(struct p2p_data *p2p, unsigned int timeout, in p2p_find() function