Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1208 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local
1212 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons()
1326 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
1745 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local
1766 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons()
1821 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c524 struct cfg80211_wowlan_wakeup *wakeup_report; in iwlagn_mac_resume() local
542 wakeup_report = &wakeup; in iwlagn_mac_resume()
544 wakeup_report = NULL; in iwlagn_mac_resume()
547 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwlagn_mac_resume()