Page MenuHomeFreeBSD

net80211: add AES-GCM to the hostap logic
ClosedPublic

Authored by adrian on Mar 1 2025, 4:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 10:47 AM
Unknown Object (File)
Sun, Nov 23, 3:08 AM
Unknown Object (File)
Fri, Nov 21, 2:50 AM
Unknown Object (File)
Wed, Nov 12, 12:33 AM
Unknown Object (File)
Sun, Nov 9, 7:12 PM
Unknown Object (File)
Thu, Oct 30, 8:53 PM
Unknown Object (File)
Oct 28 2025, 4:58 AM
Unknown Object (File)
Oct 25 2025, 1:47 AM

Details

Summary

This is currently an untested diff set for implementing the
AES-GCM negotiation in hostap mode.

  • Decode the AES-GCM-128 cipher in the RSN field;
  • Add AES-GCM as the first cipher to check when deciding the unicast cipher type;
  • Refactor out the "can we do HT A-MPDU + this cipher" check for the unicast cipher; and
  • .. add AES-GCM-128 to the allowable ciphers.

I haven't tested this yet to make sure I haven't broken the hostapd
path, nor that it actually DOES negotiate AES-GCM-128.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62706
Build 59590: arc lint + arc unit