Page MenuHomeFreeBSD

net80211: ieee80211_probereq_ie fix length calculation for hw scans
ClosedPublic

Authored by bz on Jun 18 2021, 10:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 7:30 AM
Unknown Object (File)
Sat, Sep 21, 4:50 AM
Unknown Object (File)
Fri, Sep 20, 11:30 PM
Unknown Object (File)
Thu, Sep 19, 11:01 AM
Unknown Object (File)
Wed, Sep 4, 6:26 AM
Unknown Object (File)
Mon, Sep 2, 2:23 PM
Unknown Object (File)
Mon, Sep 2, 2:22 PM
Unknown Object (File)
Mon, Sep 2, 2:22 PM
Subscribers

Details

Summary

c338cf2c6d5eacdee813191d5976aa531d450ee7 split up ieee80211_probereq_ie().
For HW scans we usually do not want to add a SSID to the IEs.
During that split we allocate memory based on the length which will
always include the length of the SSID and only later we reduced the
length but never updated the value passed back to the caller.
Split the SSID handling up and reduce the length before malloc().
This not only makes us not over-allocate in these situatoins but also
fixes the length returned to the caller and with that usually directly
passed to firmware.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

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