Lines Matching refs:net_detect
1090 mvm->net_detect = true; in __iwl_mvm_suspend()
1113 mvm->net_detect = false; in __iwl_mvm_suspend()
1946 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local
1983 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
1985 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
1999 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2016 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
2023 if (net_detect) { in iwl_mvm_query_netdetect_reasons()
2024 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
2025 kfree(net_detect->matches[i]); in iwl_mvm_query_netdetect_reasons()
2026 kfree(net_detect); in iwl_mvm_query_netdetect_reasons()
2186 if (mvm->net_detect) { in __iwl_mvm_resume()