Home
last modified time | relevance | path

Searched refs:wakeup_report (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1211 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local
1215 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons()
1329 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
1748 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local
1769 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons()
1828 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c537 struct cfg80211_wowlan_wakeup *wakeup_report; in iwlagn_mac_resume() local
555 wakeup_report = &wakeup; in iwlagn_mac_resume()
557 wakeup_report = NULL; in iwlagn_mac_resume()
560 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwlagn_mac_resume()