]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Use separate variables for BSSID and peer address
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Fri, 4 Nov 2022 10:45:31 +0000 (16:15 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 10 Nov 2022 19:12:50 +0000 (21:12 +0200)
commit309765eb660d4d762e1b68c04144cfa494a4cd8d
treead126e1fdee5e54f2816de98a2bcb0dae4c787bc
parent42f0c44d8492e9a4fdd1a1c0314b808f467f2d16
PASN: Use separate variables for BSSID and peer address

Using separate variables for BSSID and peer address is needed to support
Wi-Fi Aware (NAN) use cases where the group address is used as the BSSID
and that could be different from any other peer address. The
infrastructure BSS cases will continue to use the AP's BSSID as both the
peer address and BSSID for the PASN exchanges.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c
src/pasn/pasn_common.h
src/pasn/pasn_initiator.c
src/pasn/pasn_responder.c
wpa_supplicant/pasn_supplicant.c