enum ieee80211_key_flags — key flags
enum ieee80211_key_flags { IEEE80211_KEY_FLAG_WMM_STA, IEEE80211_KEY_FLAG_GENERATE_IV, IEEE80211_KEY_FLAG_GENERATE_MMIC, IEEE80211_KEY_FLAG_PAIRWISE, IEEE80211_KEY_FLAG_SW_MGMT };
Set by mac80211, this flag indicates that the STA this key will be used with could be using QoS.
This flag should be set by the driver to indicate that it requires IV generation for this particular key.
This flag should be set by the driver for a TKIP key if it requires Michael MIC generation in software.
Set by mac80211, this flag indicates that the key is pairwise rather then a shared key.
This flag should be set by the driver for a CCMP key if it requires CCMP encryption of management frames (MFP) to be done in software.