Searched refs:net_detect (Results 1 – 5 of 5) sorted by relevance
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() local2971 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()[all …]
1194 bool net_detect;1043 bool net_detect; global() member
52 wakeup.net_detect = &nd_info; in rtw_wow_show_wakeup_reason()
823 wakeup.net_detect = &nd_info; in rtw89_wow_vif_iter()
886 struct cfg80211_wowlan_nd_info *net_detect; member