|
@@ -621,11 +621,14 @@ enum ieee80211_key_alg {
|
|
|
* @IEEE80211_KEY_FLAG_GENERATE_MMIC: This flag should be set by
|
|
|
* the driver for a TKIP key if it requires Michael MIC
|
|
|
* generation in software.
|
|
|
+ * @IEEE80211_KEY_FLAG_PAIRWISE: Set by mac80211, this flag indicates
|
|
|
+ * that the key is pairwise rather then a shared key.
|
|
|
*/
|
|
|
enum ieee80211_key_flags {
|
|
|
IEEE80211_KEY_FLAG_WMM_STA = 1<<0,
|
|
|
IEEE80211_KEY_FLAG_GENERATE_IV = 1<<1,
|
|
|
IEEE80211_KEY_FLAG_GENERATE_MMIC= 1<<2,
|
|
|
+ IEEE80211_KEY_FLAG_PAIRWISE = 1<<3,
|
|
|
};
|
|
|
|
|
|
/**
|