You are not logged in.
Upstream hostapd only using a mailing list no bug tracker.
Offline
Hi all,
Actually, the bug lies in Realtek WiFi driver. Specifically, here:
https://github.com/RinCat/RTL88x2BU-Lin … _ap.c#L135
The driver assumes the DS Parameter Set is always present, and hardcodes an offset. The hardcoded offset += 3 should be replaced with an actual IE lookup, matching how SSID and Supported Rates are handled:
/* DS Parameter Set IE */
p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _DSSET_IE_, &tmp_len,
(pnetwork_mlmeext->IELength - _BEACON_IE_OFFSET_));
if (p != NULL)
offset += tmp_len + 2;So I believe that the proper fix is to apply this to all Realtek's vendor drivers (which are a plenty, and seems all of them have this bug).
Last edited by andreadaoud (2026-04-13 12:14:33)
Offline
Mod note: Closing this old thread.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline