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)
Mon, Feb 24, 1:00 AM
Unknown Object (File)
Feb 8 2025, 12:58 PM
Unknown Object (File)
Jan 24 2025, 9:53 AM
Unknown Object (File)
Jan 24 2025, 6:54 AM
Unknown Object (File)
Jan 2 2025, 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

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