]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P2: SSID randomization on group reinvoke
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Sat, 11 Jan 2025 06:08:10 +0000 (11:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 24 Jan 2025 09:22:40 +0000 (11:22 +0200)
commit374353d31bc083def45eddc214d7b02b2427b4c2
treea9097adb21b2b1c4eee25df0f9769ac9c332c00f
parentce193d6e1561fc10e8e99afa79e5450216abb623
P2P2: SSID randomization on group reinvoke

P2P R2 allows the GO to randomize SSID and Group BSSID when a group is
reinvoked. Add support to fetch the group details based on the device
identity block info of the peer with which the group reinvoke is
initiated. As the previous SSID of the network is no longer valid, fetch
the network details based on the ID of the device identity block.

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