Home | History | Annotate | Download | only in p2p

Lines Matching refs:search_delay

1163 	     const u8 *dev_id, unsigned int search_delay,
1242 p2p->search_delay = search_delay;
3909 if (p2p->search_delay) {
3911 p2p->search_delay);
3912 p2p_set_timeout(p2p, p2p->search_delay / 1000,
3913 (p2p->search_delay % 1000) * 1000);
4127 if (p2p->search_delay && !p2p->in_search_delay) {
4129 p2p->search_delay);
4131 p2p_set_timeout(p2p, p2p->search_delay / 1000,
4132 (p2p->search_delay % 1000) * 1000);