Page MenuHomeFreeBSD

LinuxKPI: 802.11: deal with scan_ie_len
ClosedPublic

Authored by bz on Nov 1 2023, 12:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 19, 5:10 PM
Unknown Object (File)
Tue, May 19, 9:34 AM
Unknown Object (File)
Tue, May 19, 7:44 AM
Unknown Object (File)
Sat, May 16, 9:07 AM
Unknown Object (File)
Apr 15 2026, 3:26 AM
Unknown Object (File)
Apr 9 2026, 7:24 PM
Unknown Object (File)
Mar 20 2026, 3:57 AM
Unknown Object (File)
Mar 20 2026, 2:25 AM

Details

Summary

We only need to reserve the extra space for DSSS if
NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES is set, so add the conditional.
Also add checks in case scan_ie_len will grow beyond the maximum.
Given this is currently unlikely, leave the cleanup for later as
some other restructuring should be done first.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable