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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_dev_disc.c352 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h432 * start_listen() callback. It should be noted that the received Probe
471 * start_listen - Start Listen state
490 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
498 * previously requested with start_listen().
1244 * struct p2p_config::start_listen() callback has started.
1256 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c289 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
336 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_dev_disc.c352 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h432 * start_listen() callback. It should be noted that the received Probe
471 * start_listen - Start Listen state
490 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
498 * previously requested with start_listen().
1244 * struct p2p_config::start_listen() callback has started.
1256 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c289 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
336 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.c352 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h432 * start_listen() callback. It should be noted that the received Probe
471 * start_listen - Start Listen state
490 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
498 * previously requested with start_listen().
1244 * struct p2p_config::start_listen() callback has started.
1256 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c289 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
336 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c3229 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c3229 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c3229 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c2746 p2p.start_listen = wpas_start_listen;

Completed in 165 milliseconds