mac80211: Support BIGTK configuration for Beacon protection
[openwrt/staging/blogic.git] / net / mac80211 / ieee80211_i.h
index 8a49d78ad7c94ab62ed44fa99196002a334a987d..de39f9ca9935b3c2c019cca2b631190a61316add 100644 (file)
@@ -901,10 +901,13 @@ struct ieee80211_sub_if_data {
        /* bit field of ACM bits (BIT(802.1D tag)) */
        u8 wmm_acm;
 
-       struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
+       struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS +
+                                        NUM_DEFAULT_MGMT_KEYS +
+                                        NUM_DEFAULT_BEACON_KEYS];
        struct ieee80211_key __rcu *default_unicast_key;
        struct ieee80211_key __rcu *default_multicast_key;
        struct ieee80211_key __rcu *default_mgmt_key;
+       struct ieee80211_key __rcu *default_beacon_key;
 
        u16 sequence_number;
        __be16 control_port_protocol;
@@ -978,6 +981,7 @@ struct ieee80211_sub_if_data {
                struct dentry *default_unicast_key;
                struct dentry *default_multicast_key;
                struct dentry *default_mgmt_key;
+               struct dentry *default_beacon_key;
        } debugfs;
 #endif