summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm/mvm.h
diff options
context:
space:
mode:
authorLuciano Coelho2014-09-24 07:29:11 +0200
committerEmmanuel Grumbach2014-10-29 11:49:13 +0100
commit3c2f3b20e4a834f1d8ae34002b22f9021a861715 (patch)
tree7dc255133e6e88b3c41587bc2b8a79c349ffbeae /drivers/net/wireless/iwlwifi/mvm/mvm.h
parentiwlwifi: mvm: spin off a function to start scan offload (diff)
downloadkernel-qcow2-linux-3c2f3b20e4a834f1d8ae34002b22f9021a861715.tar.gz
kernel-qcow2-linux-3c2f3b20e4a834f1d8ae34002b22f9021a861715.tar.xz
kernel-qcow2-linux-3c2f3b20e4a834f1d8ae34002b22f9021a861715.zip
iwlwifi: mvm: add debugfs entry to configure netdetect SSIDs
Before we get all the chain (ie. mac80211, cfg80211, nl80211 and userspace) changed to support net-detect, we can use this debugfs entry for easy testing and as a proof of concept. Signed-off-by: Luciano Coelho <luciano.coelho@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mvm.h')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/mvm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h
index 14ec67864bf2..60aee625b966 100644
--- a/drivers/net/wireless/iwlwifi/mvm/mvm.h
+++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h
@@ -659,6 +659,10 @@ struct iwl_mvm {
#ifdef CONFIG_PM_SLEEP
struct wiphy_wowlan_support wowlan;
int gtk_ivlen, gtk_icvlen, ptk_ivlen, ptk_icvlen;
+
+ /* sched scan settings for net detect */
+ struct cfg80211_sched_scan_request *nd_config;
+ struct ieee80211_scan_ies *nd_ies;
#ifdef CONFIG_IWLWIFI_DEBUGFS
u32 d3_wake_sysassert; /* must be u32 for debugfs_create_bool */
bool d3_test_active;