Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1183 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
1188 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1192 if (mvm->nd_match_sets) in iwl_mvm_netdetect_config()
1209 kfree(mvm->nd_match_sets); in iwl_mvm_free_nd()
1210 mvm->nd_match_sets = NULL; in iwl_mvm_free_nd()
2420 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len; in iwl_mvm_query_netdetect_reasons()
2421 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid, in iwl_mvm_query_netdetect_reasons()
Dmvm.h955 struct cfg80211_match_set *nd_match_sets; member