Page MenuHomeFreeBSD

wpa: Remove the now not-needed local logic to hard-code cipher support
AcceptedPublic

Authored by adrian on Wed, Apr 17, 2:13 AM.
Referenced Files
Unknown Object (File)
Fri, Apr 26, 5:16 AM
Unknown Object (File)
Sat, Apr 20, 11:21 AM
Unknown Object (File)
Sat, Apr 20, 12:34 AM
Unknown Object (File)
Fri, Apr 19, 4:46 PM
Unknown Object (File)
Wed, Apr 17, 3:22 PM
Unknown Object (File)
Wed, Apr 17, 2:54 AM
Subscribers

Details

Reviewers
cy
cc
Group Reviewers
wireless
Summary

A previous commit now exposes the supported net80211 ciphers for the
given NIC, rather than the hardware cipher list. This is going to be
especially important moving forward when we add more cipher and key
management support.

Diff Detail

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

Event Timeline

adrian retitled this revision from [wpa] Remove the now not-needed local logic to hard-code cipher support to wpa: Remove the now not-needed local logic to hard-code cipher support.Wed, Apr 17, 2:52 AM
adrian added a reviewer: wireless.
cy added a subscriber: cy.

LGTM

This revision is now accepted and ready to land.Wed, Apr 17, 3:20 AM
This revision now requires review to proceed.Wed, Apr 17, 4:46 PM
cc added a subscriber: cc.

LGTM

This revision is now accepted and ready to land.Wed, Apr 24, 2:23 PM

Is is likely mis-sorted in the stack as this should go after D44922?