suse man page for enum_ieee80211_key_flags

Query: enum_ieee80211_key_flags

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ENUM
IEEE80211_KEY_F(9) Advanced driver interface ENUM IEEE80211_KEY_F(9)
NAME
enum_ieee80211_key_flags - key flags
SYNOPSIS
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 };
CONSTANTS
IEEE80211_KEY_FLAG_WMM_STA Set by mac80211, this flag indicates that the STA this key will be used with could be using QoS. IEEE80211_KEY_FLAG_GENERATE_IV This flag should be set by the driver to indicate that it requires IV generation for this particular key. 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. IEEE80211_KEY_FLAG_SW_MGMT 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.
DESCRIPTION
These flags are used for communication about keys between the driver and mac80211, with the flags parameter of struct ieee80211_key_conf.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ENUM IEEE80211_KEY_F(9)
Related Man Pages
enum_ieee80211_channel_flags(9) - centos
enum_ieee80211_key_flags(9) - centos
enum_ieee80211_conf_flags(9) - suse
enum_ieee80211_key_flags(9) - suse
enum_ieee80211_sta_info_flags(9) - suse
Similar Topics in the Unix Linux Community
Mixed enum types - coverity defect