Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1198 if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels)) in iwl_mvm_netdetect_config()
1203 mvm->nd_match_sets = kmemdup(nd_config->match_sets, in iwl_mvm_netdetect_config()
1207 if (mvm->nd_match_sets) in iwl_mvm_netdetect_config()
1224 kfree(mvm->nd_match_sets); in iwl_mvm_free_nd()
1225 mvm->nd_match_sets = NULL; in iwl_mvm_free_nd()
2993 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len; in iwl_mvm_query_netdetect_reasons()
2994 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid, in iwl_mvm_query_netdetect_reasons()
Dmvm.h1187 struct cfg80211_match_set *nd_match_sets; member