Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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
H A 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
H A Dp2p_supplicant.c7462 return p2p_find(wpa_s->global->p2p, timeout, type, in wpas_p2p_find()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h1254 int p2p_find(struct p2p_data *p2p, unsigned int timeout,
H A Dp2p.c1173 int p2p_find(struct p2p_data *p2p, unsigned int timeout, in p2p_find() function