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
F160845254: D49189.id151712.diff
Sun, Jun 28, 1:23 PM
Unknown Object (File)
Thu, Jun 25, 9:11 PM
Unknown Object (File)
Thu, Jun 25, 2:22 AM
Unknown Object (File)
Thu, Jun 18, 7:51 PM
Unknown Object (File)
May 20 2026, 9:35 AM
Unknown Object (File)
May 20 2026, 1:49 AM
Unknown Object (File)
May 17 2026, 10:49 PM
Unknown Object (File)
May 15 2026, 4:21 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 Not Applicable
Unit
Tests Not Applicable