]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P2: Handle join case without pending GO interface address
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Wed, 11 Dec 2024 19:41:43 +0000 (01:11 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 12 Dec 2024 17:55:30 +0000 (19:55 +0200)
commit305cd904962f1b886eae843b4e62d10c08b45470
treea1d7d5d9cafea17eaf0ff886a513928aa04203de
parent2552de375db536208f538b689f007f58bd07cb83
P2P2: Handle join case without pending GO interface address

Fetch a BSS entry using bssid = NULL instead of 00:00:00:00:00:00 when
starting join without a specific GO interface address. This is needed
for P2P2 client joining a group with preconfigured credentials (i.e.,
skipping the provisioning step).

Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
wpa_supplicant/p2p_supplicant.c