Home
last modified time | relevance | path

Searched refs:get_persistent_group (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_pd.c119 if (p2p->cfg->get_persistent_group) { in p2ps_add_pd_req_attrs()
120 shared_group = p2p->cfg->get_persistent_group( in p2ps_add_pd_req_attrs()
319 if (persist_ssid && p2p->cfg->get_persistent_group && dev && in p2p_build_prov_disc_resp()
327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp()
Dp2p.h1044 int (*get_persistent_group)(void *ctx, const u8 *addr, const u8 *ssid, member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_pd.c119 if (p2p->cfg->get_persistent_group) { in p2ps_add_pd_req_attrs()
120 shared_group = p2p->cfg->get_persistent_group( in p2ps_add_pd_req_attrs()
319 if (persist_ssid && p2p->cfg->get_persistent_group && dev && in p2p_build_prov_disc_resp()
327 persist = p2p->cfg->get_persistent_group( in p2p_build_prov_disc_resp()
Dp2p.h1035 int (*get_persistent_group)(void *ctx, const u8 *addr, const u8 *ssid, member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c4492 p2p.get_persistent_group = wpas_get_persistent_group; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c4840 p2p.get_persistent_group = wpas_get_persistent_group; in wpas_p2p_init()