Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c910 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
915 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
919 if (mvm->nd_match_sets) in iwl_mvm_netdetect_config()
936 kfree(mvm->nd_match_sets); in iwl_mvm_free_nd()
937 mvm->nd_match_sets = NULL; in iwl_mvm_free_nd()
1800 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len; in iwl_mvm_query_netdetect_reasons()
1801 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid, in iwl_mvm_query_netdetect_reasons()
Dmvm.h971 struct cfg80211_match_set *nd_match_sets; member