Searched refs:nd_channels (Results 1 – 2 of 2) sorted by relevance
1183 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()1197 mvm->nd_channels = kmemdup(nd_config->channels, in iwl_mvm_netdetect_config()1201 if (mvm->nd_channels) in iwl_mvm_netdetect_config()1212 kfree(mvm->nd_channels); in iwl_mvm_free_nd()1213 mvm->nd_channels = NULL; in iwl_mvm_free_nd()2361 mvm->nd_channels[i]->center_freq; in iwl_mvm_query_set_freqs()2369 mvm->nd_channels[i]->center_freq; in iwl_mvm_query_set_freqs()
958 struct ieee80211_channel **nd_channels; member