Home
last modified time | relevance | path

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

/hostap-3.6.0/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.py121 resp.p2p_find(social=True)
328 r_dev.p2p_find(social=True)
329 i_dev.p2p_find(social=True)
Dtest_p2p_autogo.py651 dev[1].p2p_find(freq=2422)
655 dev[1].p2p_find(freq=2422)
670 dev[1].p2p_find(freq=2422)
690 dev[1].p2p_find(freq=2412)
760 dev[1].p2p_find(freq=2412)
Dtest_p2p_grpform.py129 dev[1].p2p_find(social=True)
222 dev[1].p2p_find(social=True)
761 dev[2].p2p_find()
955 dev[0].p2p_find(social=True)
1158 dev[0].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_service.py448 dev[2].p2p_find(social=True)
Dtest_p2p_device.py115 wpas.p2p_find()
Dwpasupplicant.py619 def p2p_find(self, social=False, progressive=False, dev_id=None, member in WpaSupplicant
658 self.p2p_find(social, freq=freq)
Dtest_p2p_channel.py1109 dev[1].p2p_find(social=True)
Dtest_p2p_messages.py128 dev[1].p2p_find(social=True)
Dtest_dbus.py2771 dev[1].p2p_find(social=True)
3581 dev[1].p2p_find(social=True)
/hostap-3.6.0/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-3.6.0/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
DChangeLog516 * added p2p_search_delay parameter to make the default p2p_find delay
822 p2p_find to avoid taking all radio resources
823 - use 500 ms p2p_find search delay by default during concurrent
886 * added optional dev_id parameter for p2p_find
Dp2p_supplicant.c7339 return p2p_find(wpa_s->global->p2p, timeout, type, in wpas_p2p_find()
/hostap-3.6.0/src/p2p/
Dp2p.h1251 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
Dp2p.c1158 int p2p_find(struct p2p_data *p2p, unsigned int timeout, in p2p_find() function