Lines Matching refs:net_detect
1307 mvm->net_detect = true; in __iwl_mvm_suspend()
1337 mvm->net_detect = false; in __iwl_mvm_suspend()
2928 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local
2971 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
2973 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2989 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
3006 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
3013 if (net_detect) { in iwl_mvm_query_netdetect_reasons()
3014 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
3015 kfree(net_detect->matches[i]); in iwl_mvm_query_netdetect_reasons()
3016 kfree(net_detect); in iwl_mvm_query_netdetect_reasons()
3097 u8 sta_id = mvm->net_detect ? IWL_MVM_INVALID_STA : in iwl_mvm_choose_query_wakeup_reasons()
3106 if (mvm->net_detect) { in iwl_mvm_choose_query_wakeup_reasons()
3190 if (!mvm->net_detect) { in iwl_mvm_nd_match_info_handler()
3515 if (mvm->net_detect && unified_image) { in __iwl_mvm_resume()
3539 if (!d3_data.test && !mvm->net_detect) in __iwl_mvm_resume()