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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_dev_disc.c320 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h438 * start_listen() callback. It should be noted that the received Probe
477 * start_listen - Start Listen state
496 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
504 * previously requested with start_listen().
1275 * struct p2p_config::start_listen() callback has started.
1287 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
344 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_dev_disc.c320 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h438 * start_listen() callback. It should be noted that the received Probe
477 * start_listen - Start Listen state
496 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
504 * previously requested with start_listen().
1275 * struct p2p_config::start_listen() callback has started.
1287 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
344 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.c320 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
H A Dp2p.h438 * start_listen() callback. It should be noted that the received Probe
477 * start_listen - Start Listen state
496 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
504 * previously requested with start_listen().
1275 * struct p2p_config::start_listen() callback has started.
1287 * struct p2p_config::start_listen() callback has ended.
H A Dp2p.c304 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
344 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c3223 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c3223 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c3223 p2p.start_listen = test_start_listen;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3265 p2p.start_listen = wpas_start_listen;

Completed in 183 milliseconds