Searched refs:net_detect (Results 1 – 4 of 4) sorted by relevance
1078 mvm->net_detect = true; in __iwl_mvm_suspend()1099 mvm->net_detect = false; in __iwl_mvm_suspend()1741 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local1778 net_detect = kzalloc(sizeof(*net_detect) + in iwl_mvm_query_netdetect_reasons()1779 (n_matches * sizeof(net_detect->matches[0])), in iwl_mvm_query_netdetect_reasons()1781 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()1800 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()1816 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()1823 if (net_detect) { in iwl_mvm_query_netdetect_reasons()1824 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()[all …]
743 bool net_detect; member
2084 struct cfg80211_wowlan_nd_info *net_detect; member
12560 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()12710 if (wakeup->net_detect && in cfg80211_report_wowlan_wakeup()