Page MenuHomeFreeBSD

net80211: add new method for ieee80211_cipher (ic_setiv)
ClosedPublic

Authored by avos on Sep 11 2015, 9:19 PM.
Tags
None
Referenced Files
F151901918: D3638.id.diff
Sat, Apr 11, 10:59 AM
F151850530: D3638.id9077.diff
Sat, Apr 11, 2:28 AM
Unknown Object (File)
Wed, Apr 8, 11:54 PM
Unknown Object (File)
Mon, Apr 6, 10:15 AM
Unknown Object (File)
Sat, Apr 4, 12:39 PM
Unknown Object (File)
Fri, Apr 3, 10:02 AM
Unknown Object (File)
Fri, Apr 3, 12:47 AM
Unknown Object (File)
Sun, Mar 29, 10:34 PM
Subscribers

Details

Summary

Add a method, that will fill buffer with IV/EIV for passed key.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to net80211: add new method for ieee80211_cipher (ic_setiv).
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: adrian.
avos set the repository for this revision to rS FreeBSD src repository - subversion.

This panics on my setup :( It panics in ccmp_encrypt(). ; it's doing software encryption under urtwn. It may be a build issue so I'll rebuild a completely clean kernel again and try.

This revision was automatically updated to reflect the committed changes.