Searched refs:dev_found (Results 1 – 5 of 5) sorted by relevance
/hostap-3.6.0/tests/fuzzing/p2p/ |
D | p2p.c | 42 static void dev_found(void *ctx, const u8 *addr, in dev_found() function 90 p2p.dev_found = dev_found; in init_p2p()
|
/hostap-3.6.0/doc/ |
D | p2p.doxygen | 110 - \ref p2p_config::dev_found() 193 the full scan are reported with the \ref p2p_config::dev_found() callback.
|
/hostap-3.6.0/src/p2p/ |
D | p2p.h | 762 void (*dev_found)(void *ctx, const u8 *addr, member
|
D | p2p.c | 528 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.6.0/wpa_supplicant/ |
D | p2p_supplicant.c | 4805 p2p.dev_found = wpas_dev_found; in wpas_p2p_init()
|