]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/mac80211/ieee80211_i.h
mac80211: implement nan_change_conf
[linux.git] / net / mac80211 / ieee80211_i.h
index c71c73594790747115451e270552e5dc2e4d50d5..712b20b05660d83c205e1d7f0df5a8efe9cfb75c 100644 (file)
@@ -830,6 +830,15 @@ struct ieee80211_if_mntr {
        u8 mu_follow_addr[ETH_ALEN] __aligned(2);
 };
 
+/**
+ * struct ieee80211_if_nan - NAN state
+ *
+ * @conf: current NAN configuration
+ */
+struct ieee80211_if_nan {
+       struct cfg80211_nan_conf conf;
+};
+
 struct ieee80211_sub_if_data {
        struct list_head list;
 
@@ -929,6 +938,7 @@ struct ieee80211_sub_if_data {
                struct ieee80211_if_mesh mesh;
                struct ieee80211_if_ocb ocb;
                struct ieee80211_if_mntr mntr;
+               struct ieee80211_if_nan nan;
        } u;
 
 #ifdef CONFIG_MAC80211_DEBUGFS