]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Use a helper function to check if a STA is a non-AP MLD
authorJouni Malinen <j@w1.fi>
Sun, 21 Jan 2024 16:45:28 +0000 (18:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 21 Jan 2024 17:08:08 +0000 (19:08 +0200)
commit6bda0aca8bfe638c01aef1115f4d716b6e97c9d4
treee39f23a5a0f0099934bbd9ad8090d4f94094643c
parentee9375fb3b5dd6e0319ce5a427fed32969bf7e0a
AP MLD: Use a helper function to check if a STA is a non-AP MLD

This makes it easier to change the struct sta_info design for MLD by
reducing the number of direct references.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_drv_ops.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/ieee802_11.c
src/ap/ieee802_11_eht.c
src/ap/ieee802_11_shared.c
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/wnm_ap.c
src/ap/wpa_auth_glue.c