Home
last modified time | relevance | path

Searched refs:remove_stale_groups (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_pd.c712 if (p2p->cfg->remove_stale_groups) { in p2p_process_prov_disc_req()
713 p2p->cfg->remove_stale_groups( in p2p_process_prov_disc_req()
1515 if (p2p->cfg->remove_stale_groups) { in p2p_process_prov_disc_resp()
1516 p2p->cfg->remove_stale_groups(p2p->cfg->cb_ctx, in p2p_process_prov_disc_resp()
H A Dp2p.h1078 int (*remove_stale_groups)(void *ctx, const u8 *peer, const u8 *go, member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4939 p2p.remove_stale_groups = wpas_remove_stale_groups; in wpas_p2p_init()