Searched refs:net_detect (Results 1 – 6 of 6) sorted by relevance
1002 mvm->net_detect = true; in __iwl_mvm_suspend()1023 mvm->net_detect = false; in __iwl_mvm_suspend()1735 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local1772 net_detect = kzalloc(sizeof(*net_detect) + in iwl_mvm_query_netdetect_reasons()1773 (n_matches * sizeof(net_detect->matches[0])), in iwl_mvm_query_netdetect_reasons()1775 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()1794 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()1814 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()1821 if (net_detect) { in iwl_mvm_query_netdetect_reasons()1822 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()[all …]
975 bool net_detect; member
2560 struct cfg80211_wowlan_nd_info *net_detect; member
3516 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()
3544 wakeup_data.net_detect = cfg->wowl.nd_info; in brcmf_report_wowl_wakeind()
15650 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()15801 if (wakeup->net_detect && in cfg80211_report_wowlan_wakeup()