P2PS: PD Request processing and PD Response building
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5fefce2747
commit
1300cc8e8f
5 changed files with 434 additions and 14 deletions
|
@ -5067,6 +5067,7 @@ int wpas_p2p_init(struct wpa_global *global, struct wpa_supplicant *wpa_s)
|
|||
p2p.remove_stale_groups = wpas_remove_stale_groups;
|
||||
p2p.p2ps_prov_complete = wpas_p2ps_prov_complete;
|
||||
p2p.prov_disc_resp_cb = wpas_prov_disc_resp_cb;
|
||||
p2p.p2ps_group_capability = p2ps_group_capability;
|
||||
|
||||
os_memcpy(wpa_s->global->p2p_dev_addr, wpa_s->own_addr, ETH_ALEN);
|
||||
os_memcpy(p2p.dev_addr, wpa_s->global->p2p_dev_addr, ETH_ALEN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue