Page MenuHomeFreeBSD

wpa: add support for GCMP-128 and BIP-128.
ClosedPublic

Authored by adrian on Aug 31 2024, 4:52 PM.
Referenced Files
F115451302: D46499.diff
Wed, Apr 23, 11:52 PM
F115377647: D46499.id142651.diff
Wed, Apr 23, 4:23 AM
Unknown Object (File)
Thu, Apr 17, 12:45 AM
Unknown Object (File)
Wed, Mar 26, 8:03 AM
Unknown Object (File)
Feb 24 2025, 1:17 AM
Unknown Object (File)
Feb 8 2025, 10:29 PM
Unknown Object (File)
Feb 8 2025, 10:28 PM
Unknown Object (File)
Feb 4 2025, 5:31 AM
Subscribers

Details

Summary

If net80211 announces support for GCMP and/or BIP then configure it
appropriately.

GCMP will be used by WPA3 in the future, and BIP is required for
802.11w/MFP (which is also required by WPA3.)

Diff Detail

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

Event Timeline

We should probably submit a pull request to our upstream too. Do you want to do it or should I?

This revision is now accepted and ready to land.Sep 13 2024, 9:29 PM

BTW, we should update wpa_supplicant210 and wpa_supplicant-devel too.

Lemme finish getting some more changes cleaned up and landed first. I have the MFP ioctl stuff to get into the wpa driver and GCMP to land in net80211 - enough so people can at least use it and make sure it isn't broken.

This revision was automatically updated to reflect the committed changes.

(note - i saw I was missing a BIP capability bit, so I added that to the commit before I pushed it.)