Searched refs:start_listen (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_dev_disc.c324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h651 * start_listen() callback. It should be noted that the received Probe
693 * start_listen - Start Listen state
712 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
720 * previously requested with start_listen().
1659 * struct p2p_config::start_listen() callback has started.
1671 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c2548 wpa_printf(MSG_DEBUG, "P2P: Reject start_listen since p2p_listen_work already exists");
4463 p2p.start_listen = wpas_start_listen;

Completed in 112 milliseconds