commit | 09463307dd12d1c1b348eebc7aeb507baf21a165 | [log] [tgz] |
---|---|---|
author | Chet Lanctot <clanctot@qca.qualcomm.com> | Wed May 22 16:09:22 2013 -0700 |
committer | Madan Koyyala <mkoyya@codeaurora.org> | Tue Jun 04 11:19:44 2013 -0700 |
tree | d08135455e52687c8dff75ecf46a1b8ca42d7ba8 | |
parent | 3243e9a6aec4a25d4593f98041b55711a3cd2659 [diff] |
wlan: Fix so that certain management frames are not encrypted There is an error in the implementation Protected Management Frames (PMF, 802.11w). Some action frames are not designated as Robust Management Frames but they are being encrypted as if they are. The fix is to tell hardware not to encrypt management frames on a PMF connection unless the Protect bit in the Frame Control field is turned on. Change-Id: I5a9e14bf4753677b0e769003cb1bc150b8781611 CRs-Fixed: 488042