Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c2883 struct cfg80211_wowlan_wakeup wakeup_report; in nxpwifi_cfg80211_resume() local
2899 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in nxpwifi_cfg80211_resume()
2901 wakeup_report.pattern_idx = -1; in nxpwifi_cfg80211_resume()
2916 wakeup_report.disconnect = true; in nxpwifi_cfg80211_resume()
2918 wakeup_report.net_detect = adapter->nd_info; in nxpwifi_cfg80211_resume()
2924 wakeup_report.magic_pkt = true; in nxpwifi_cfg80211_resume()
2926 wakeup_report.pattern_idx = 1; in nxpwifi_cfg80211_resume()
2930 wakeup_report.gtk_rekey_failure = true; in nxpwifi_cfg80211_resume()
2938 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in nxpwifi_cfg80211_resume()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3574 struct cfg80211_wowlan_wakeup wakeup_report; in mwifiex_cfg80211_resume() local
3590 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in mwifiex_cfg80211_resume()
3592 wakeup_report.pattern_idx = -1; in mwifiex_cfg80211_resume()
3607 wakeup_report.disconnect = true; in mwifiex_cfg80211_resume()
3609 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()
3615 wakeup_report.magic_pkt = true; in mwifiex_cfg80211_resume()
3617 wakeup_report.pattern_idx = 1; in mwifiex_cfg80211_resume()
3621 wakeup_report.gtk_rekey_failure = true; in mwifiex_cfg80211_resume()
3629 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in mwifiex_cfg80211_resume()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1455 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local
1459 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons()
1590 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
2582 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local
2609 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons()
2664 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1414 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mld_process_netdetect_res() local
1440 wakeup_report = NULL; in iwl_mld_process_netdetect_res()
1459 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mld_process_netdetect_res()