Home
last modified time | relevance | path

Searched refs:net_detect (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1070 mvm->net_detect = true; in __iwl_mvm_suspend()
1091 mvm->net_detect = false; in __iwl_mvm_suspend()
1744 struct cfg80211_wowlan_nd_info *net_detect = NULL; in iwl_mvm_query_netdetect_reasons() local
1781 net_detect = kzalloc(sizeof(*net_detect) + in iwl_mvm_query_netdetect_reasons()
1782 (n_matches * sizeof(net_detect->matches[0])), in iwl_mvm_query_netdetect_reasons()
1784 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
1803 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
1823 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
1830 if (net_detect) { in iwl_mvm_query_netdetect_reasons()
1831 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
[all …]
Dmvm.h740 bool net_detect; member
/linux-4.4.14/include/net/
Dcfg80211.h2125 struct cfg80211_wowlan_nd_info *net_detect; member
/linux-4.4.14/net/wireless/
Dnl80211.c12944 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()
13094 if (wakeup->net_detect && in cfg80211_report_wowlan_wakeup()