Page MenuHomeFreeBSD

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

Authored by adrian on Sat, Aug 31, 4:52 PM.
Referenced Files
Unknown Object (File)
Wed, Sep 18, 9:44 AM
Unknown Object (File)
Wed, Sep 18, 6:23 AM
Unknown Object (File)
Tue, Sep 17, 11:35 PM
Unknown Object (File)
Sun, Sep 15, 7:29 PM
Unknown Object (File)
Fri, Sep 13, 9:33 PM
Unknown Object (File)
Wed, Sep 11, 3:19 AM
Unknown Object (File)
Sun, Sep 8, 4:18 AM
Unknown Object (File)
Thu, Sep 5, 9:23 PM
Subscribers

Details

Reviewers
cy
Group Reviewers
wireless
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59260
Build 56147: arc lint + arc unit

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.Fri, Sep 13, 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.