Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1191 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
1196 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1200 if (mvm->nd_match_sets) in iwl_mvm_netdetect_config()
1217 kfree(mvm->nd_match_sets); in iwl_mvm_free_nd()
1218 mvm->nd_match_sets = NULL; in iwl_mvm_free_nd()
2641 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len; in iwl_mvm_query_netdetect_reasons()
2642 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid, in iwl_mvm_query_netdetect_reasons()
Dmvm.h1031 struct cfg80211_match_set *nd_match_sets; member