Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1130 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local
1134 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons()
1250 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
1805 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local
1826 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons()
1876 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c528 struct cfg80211_wowlan_wakeup *wakeup_report; in iwlagn_mac_resume() local
546 wakeup_report = &wakeup; in iwlagn_mac_resume()
548 wakeup_report = NULL; in iwlagn_mac_resume()
551 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwlagn_mac_resume()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3517 struct cfg80211_wowlan_wakeup wakeup_report; in mwifiex_cfg80211_resume() local
3533 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in mwifiex_cfg80211_resume()
3535 wakeup_report.pattern_idx = -1; in mwifiex_cfg80211_resume()
3550 wakeup_report.disconnect = true; in mwifiex_cfg80211_resume()
3552 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()
3558 wakeup_report.magic_pkt = true; in mwifiex_cfg80211_resume()
3560 wakeup_report.pattern_idx = 1; in mwifiex_cfg80211_resume()
3564 wakeup_report.gtk_rekey_failure = true; in mwifiex_cfg80211_resume()
3572 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in mwifiex_cfg80211_resume()