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

/external/wpa_supplicant_8/hostapd/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.h587 * start_listen() callback. It should be noted that the received Probe
627 * start_listen - Start Listen state
646 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
654 * previously requested with start_listen().
1563 * struct p2p_config::start_listen() callback has started.
1575 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c308 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
355 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/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.h587 * start_listen() callback. It should be noted that the received Probe
627 * start_listen - Start Listen state
646 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
654 * previously requested with start_listen().
1563 * struct p2p_config::start_listen() callback has started.
1575 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c308 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
355 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/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.h587 * start_listen() callback. It should be noted that the received Probe
627 * start_listen - Start Listen state
646 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
654 * previously requested with start_listen().
1563 * struct p2p_config::start_listen() callback has started.
1575 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c308 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
355 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c2357 wpa_printf(MSG_DEBUG, "P2P: Reject start_listen since p2p_listen_work already exists");
3905 p2p.start_listen = wpas_start_listen;

Completed in 162 milliseconds