Home
last modified time | relevance | path

Searched refs:dev_found (Results 1 – 5 of 5) sorted by relevance

/hostap-3.7.0/tests/fuzzing/p2p/
Dp2p.c42 static void dev_found(void *ctx, const u8 *addr, in dev_found() function
90 p2p.dev_found = dev_found; in init_p2p()
/hostap-3.7.0/doc/
Dp2p.doxygen110 - \ref p2p_config::dev_found()
193 the full scan are reported with the \ref p2p_config::dev_found() callback.
/hostap-3.7.0/src/p2p/
Dp2p.h762 void (*dev_found)(void *ctx, const u8 *addr, member
Dp2p.c528 p2p->cfg->dev_found(p2p->cfg->cb_ctx, in p2p_add_group_clients()
905 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_device()
1773 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_dev_info()
5464 p2p->cfg->dev_found(p2p->cfg->cb_ctx, p2p_dev_addr, &dev->info, in p2p_process_nfc_connection_handover()
/hostap-3.7.0/wpa_supplicant/
Dp2p_supplicant.c4805 p2p.dev_found = wpas_dev_found; in wpas_p2p_init()