nl80211: Fix default group key management index configuration
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 23 Jan 2015 14:47:53 +0000 (16:47 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 24 Jan 2015 17:37:42 +0000 (19:37 +0200)
commit86f9b1c70607b6ea6a507951af6e3010801bb134
treeea2df295db8ff739f10e3a4abeb534979f0b3e67
parentb5f045deee8aad64f5eda7fbe9dd716e318faa4c
nl80211: Fix default group key management index configuration

The correct nl80211 flag for group key management cipher was set only
for BIP (AES-CMAC-128). The same flag needs to be used with the newer
ciphers BIP-CMAC-256, BIP-GMAC-128, and BIP-GMAC-256.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c