]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P2: Store ID of Device Identity block in network block
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Sat, 11 Jan 2025 05:50:11 +0000 (11:20 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jan 2025 11:27:11 +0000 (13:27 +0200)
commitec4569174750215b86006513aca18011fa316a0e
treeb70b443a51c2c6025c02c1a96462eccb94e75144
parentc96fd75b1841d42dc3b9c81a5cd8901973c5b25a
P2P2: Store ID of Device Identity block in network block

Each peer's Device Identity key is unique, while Group SSID, P2P Device
Addresses, and P2P Interface addresses can be randomized. Add support to
map the GO or P2P2 client information of a network block with the
identifier of the Device Identity block. On a P2P Device with the role
of a client, store the ID of the GO in go_dik_id, and on a device with
the role of GO, store the IDs of P2P clients in a list.

Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
src/p2p/p2p.c
src/p2p/p2p.h
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/p2p_supplicant.c