Searched refs:wakeup_report (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | mac80211.c | 524 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()
|
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 3546 struct cfg80211_wowlan_wakeup wakeup_report; in mwifiex_cfg80211_resume() local 3562 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in mwifiex_cfg80211_resume() 3564 wakeup_report.pattern_idx = -1; in mwifiex_cfg80211_resume() 3579 wakeup_report.disconnect = true; in mwifiex_cfg80211_resume() 3581 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume() 3587 wakeup_report.magic_pkt = true; in mwifiex_cfg80211_resume() 3589 wakeup_report.pattern_idx = 1; in mwifiex_cfg80211_resume() 3593 wakeup_report.gtk_rekey_failure = true; in mwifiex_cfg80211_resume() 3601 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in mwifiex_cfg80211_resume()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 1441 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local 1445 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons() 1561 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons() 2408 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local 2435 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons() 2487 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
|