/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 320 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
|
p2p.h | 438 * 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(). [all...] |
p2p.c | 304 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) { [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | [all...] |