Lines Matching refs:net_detect
1287 mvm->net_detect = true; in __iwl_mvm_suspend()
1310 mvm->net_detect = false; in __iwl_mvm_suspend()
2574 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local
2617 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
2619 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2635 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2652 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
2659 if (net_detect) { in iwl_mvm_query_netdetect_reasons()
2660 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
2661 kfree(net_detect->matches[i]); in iwl_mvm_query_netdetect_reasons()
2662 kfree(net_detect); in iwl_mvm_query_netdetect_reasons()
2743 u8 sta_id = mvm->net_detect ? IWL_MVM_INVALID_STA : in iwl_mvm_choose_query_wakeup_reasons()
2749 if (mvm->net_detect) { in iwl_mvm_choose_query_wakeup_reasons()
2833 if (!mvm->net_detect) { in iwl_mvm_nd_match_info_handler()
3123 if (mvm->net_detect && unified_image) { in __iwl_mvm_resume()
3147 if (!d3_data.test && !mvm->net_detect) in __iwl_mvm_resume()