]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P2: Allow P2P IE to be added into NAN SDFs
authorShivani Baranwal <quic_shivbara@quicinc.com>
Mon, 5 Aug 2024 09:33:00 +0000 (15:03 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 27 Aug 2024 07:51:56 +0000 (10:51 +0300)
commita58b2ba2fc385c931ad87c1d41343f1a336a5131
tree03ad6aefb09c809ca4053d149af77b78a2f923d2
parentae221945f646c9fccd65a20c870ddf2815318813
P2P2: Allow P2P IE to be added into NAN SDFs

Extend the NAN Subscribe and Publish methods to allow p2p=1 to be
specified to include P2P attributes in a P2P IE to be added into the NAN
Element Container attribute. In addition, use the P2P Device Address for
the NAN SDFs for the P2P cases.

Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
14 files changed:
hostapd/ctrl_iface.c
src/ap/nan_usd_ap.c
src/ap/nan_usd_ap.h
src/common/nan_de.c
src/common/nan_de.h
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_build.c
src/p2p/p2p_i.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/nan_usd.c
wpa_supplicant/nan_usd.h
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h