]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Update fetching MLD ID to use BSSID Index
authorRameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
Thu, 9 Oct 2025 11:18:47 +0000 (16:48 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 13 Oct 2025 20:01:46 +0000 (23:01 +0300)
commit740f50acb4ffa7e14f8d85c06df7cd3a7dbfa6d9
treefda733f40a4f383cc88fe4f42e5340fb48f82397
parent19c9a6e9bfa811e65f8e1cf00c0238a8915c4e05
AP MLD: Update fetching MLD ID to use BSSID Index

Currently, hostapd_get_mld_id() returns 0 by default if mld_ap is set.
Update this function to correctly fetch the MBSSID Index based on the
hostapd data.

Signed-off-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
Signed-off-by: Manish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
src/ap/hostapd.c