Home
last modified time | relevance | path

Searched refs:nd_channels (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dd3.c988 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
1002 mvm->nd_channels = kmemdup(nd_config->channels, in iwl_mvm_netdetect_config()
1006 if (mvm->nd_channels) in iwl_mvm_netdetect_config()
1017 kfree(mvm->nd_channels); in iwl_mvm_free_nd()
1018 mvm->nd_channels = NULL; in iwl_mvm_free_nd()
1812 mvm->nd_channels[j]->center_freq; in iwl_mvm_query_netdetect_reasons()
Dmvm.h741 struct ieee80211_channel **nd_channels; member