[PATCH] AP: Correctly set the BSS parameters change count in RNR
Andrei Otcheretianski
andrei.otcheretianski at intel.com
Thu Dec 21 03:45:21 PST 2023
From: Ilan Peer <ilan.peer at intel.com>
Signed-off-by: Ilan Peer <ilan.peer at intel.com>
---
src/ap/ieee802_11.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c
index a65287d77e..b2c16f2950 100644
--- a/src/ap/ieee802_11.c
+++ b/src/ap/ieee802_11.c
@@ -7599,7 +7599,8 @@ static u8 * hostapd_eid_rnr_iface(struct hostapd_data *hapd,
else
*eid++ = hapd->conf->mld_id;
- *eid++ = hapd->mld_link_id | (1 << 4);
+ *eid++ = hapd->mld_link_id |
+ (hapd->eht_mld_bss_param_change << 4);
*eid++ = 0;
len += RNR_TBTT_INFO_MLD_LEN;
#endif /* CONFIG_IEEE80211BE */
--
2.43.0
More information about the Hostap
mailing list