Lines Matching refs:net_detect
1290 mvm->net_detect = true; in __iwl_mvm_suspend()
1313 mvm->net_detect = false; in __iwl_mvm_suspend()
2577 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local
2620 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
2622 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2638 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2655 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
2662 if (net_detect) { in iwl_mvm_query_netdetect_reasons()
2663 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
2664 kfree(net_detect->matches[i]); in iwl_mvm_query_netdetect_reasons()
2665 kfree(net_detect); in iwl_mvm_query_netdetect_reasons()
2746 u8 sta_id = mvm->net_detect ? IWL_MVM_INVALID_STA : in iwl_mvm_choose_query_wakeup_reasons()
2752 if (mvm->net_detect) { in iwl_mvm_choose_query_wakeup_reasons()
2836 if (!mvm->net_detect) { in iwl_mvm_nd_match_info_handler()
3126 if (mvm->net_detect && unified_image) { in __iwl_mvm_resume()
3150 if (!d3_data.test && !mvm->net_detect) in __iwl_mvm_resume()