Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1188 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
1193 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1197 if (mvm->nd_match_sets) in iwl_mvm_netdetect_config()
1214 kfree(mvm->nd_match_sets); in iwl_mvm_free_nd()
1215 mvm->nd_match_sets = NULL; in iwl_mvm_free_nd()
2222 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len; in iwl_mvm_query_netdetect_reasons()
2223 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid, in iwl_mvm_query_netdetect_reasons()
Dmvm.h953 struct cfg80211_match_set *nd_match_sets; member