Home
last modified time | relevance | path

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

/hostap-latest/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-latest/doc/
Dp2p.doxygen110 - \ref p2p_config::dev_found()
193 the full scan are reported with the \ref p2p_config::dev_found() callback.
/hostap-latest/src/p2p/
Dp2p.h764 void (*dev_found)(void *ctx, const u8 *addr, member
Dp2p.c531 p2p->cfg->dev_found(p2p->cfg->cb_ctx, in p2p_add_group_clients()
919 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_device()
1802 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_dev_info()
5500 p2p->cfg->dev_found(p2p->cfg->cb_ctx, p2p_dev_addr, &dev->info, in p2p_process_nfc_connection_handover()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c4918 p2p.dev_found = wpas_dev_found; in wpas_p2p_init()