diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 8a305bfdb87b..61f1f37a9e27 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -651,11 +651,13 @@ struct ieee80211_if_conf { | |||
651 | * @ALG_WEP: WEP40 or WEP104 | 651 | * @ALG_WEP: WEP40 or WEP104 |
652 | * @ALG_TKIP: TKIP | 652 | * @ALG_TKIP: TKIP |
653 | * @ALG_CCMP: CCMP (AES) | 653 | * @ALG_CCMP: CCMP (AES) |
654 | * @ALG_AES_CMAC: AES-128-CMAC | ||
654 | */ | 655 | */ |
655 | enum ieee80211_key_alg { | 656 | enum ieee80211_key_alg { |
656 | ALG_WEP, | 657 | ALG_WEP, |
657 | ALG_TKIP, | 658 | ALG_TKIP, |
658 | ALG_CCMP, | 659 | ALG_CCMP, |
660 | ALG_AES_CMAC, | ||
659 | }; | 661 | }; |
660 | 662 | ||
661 | /** | 663 | /** |