diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index a7044958c75f..3a204acad901 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -557,6 +557,15 @@ enum ieee80211_key_alg { | |||
557 | ALG_CCMP, | 557 | ALG_CCMP, |
558 | }; | 558 | }; |
559 | 559 | ||
560 | /** | ||
561 | * enum ieee80211_key_len - key length | ||
562 | * @WEP40: WEP 5 byte long key | ||
563 | * @WEP104: WEP 13 byte long key | ||
564 | */ | ||
565 | enum ieee80211_key_len { | ||
566 | LEN_WEP40 = 5, | ||
567 | LEN_WEP104 = 13, | ||
568 | }; | ||
560 | 569 | ||
561 | /** | 570 | /** |
562 | * enum ieee80211_key_flags - key flags | 571 | * enum ieee80211_key_flags - key flags |