]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Do not store per-supplicant AP MLD MAC address information
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 22 Apr 2024 10:31:43 +0000 (13:31 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 22 Apr 2024 11:38:59 +0000 (14:38 +0300)
commit3b68eef7d7683bbf7ecf9d4950820fe2f09013a9
treede463d450f3d1ebe9419b0890194f66c2db04b0d
parented78f56dcecb46a36fe0bfffeeb90b78f8b31b9d
AP MLD: Do not store per-supplicant AP MLD MAC address information

There is no need to store the AP MLD MAC address within per-supplicant
data structure in struct wpa_state_machine since that MLD MAC address is
available from the generic authenticator data in struct
wpa_authenticator.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_i.h