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)
Thu, Jan 2, 6:58 PM
Unknown Object (File)
Nov 15 2024, 12:16 PM
Unknown Object (File)
Nov 6 2024, 10:24 PM
Unknown Object (File)
Oct 20 2024, 6:52 PM
Unknown Object (File)
Oct 3 2024, 6:31 PM
Unknown Object (File)
Oct 2 2024, 4:27 AM
Unknown Object (File)
Sep 29 2024, 11:15 PM
Unknown Object (File)
Sep 27 2024, 7:11 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 Passed
Unit
No Test Coverage
Build Status
Buildable 54233
Build 51123: arc lint + arc unit