Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1210 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons() local
1214 wakeup_report = NULL; in iwl_mvm_report_wakeup_reasons()
1330 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_report_wakeup_reasons()
1950 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons() local
1971 wakeup_report = NULL; in iwl_mvm_query_netdetect_reasons()
2021 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwl_mvm_query_netdetect_reasons()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c529 struct cfg80211_wowlan_wakeup *wakeup_report; in iwlagn_mac_resume() local
547 wakeup_report = &wakeup; in iwlagn_mac_resume()
549 wakeup_report = NULL; in iwlagn_mac_resume()
552 ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL); in iwlagn_mac_resume()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3501 struct cfg80211_wowlan_wakeup wakeup_report; in mwifiex_cfg80211_resume() local
3517 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in mwifiex_cfg80211_resume()
3519 wakeup_report.pattern_idx = -1; in mwifiex_cfg80211_resume()
3534 wakeup_report.disconnect = true; in mwifiex_cfg80211_resume()
3536 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()
3542 wakeup_report.magic_pkt = true; in mwifiex_cfg80211_resume()
3544 wakeup_report.pattern_idx = 1; in mwifiex_cfg80211_resume()
3548 wakeup_report.gtk_rekey_failure = true; in mwifiex_cfg80211_resume()
3556 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in mwifiex_cfg80211_resume()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_sta_cfg80211.c4566 struct cfg80211_wowlan_wakeup wakeup_report; in woal_cfg80211_resume() local
4615 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in woal_cfg80211_resume()
4616 wakeup_report.pattern_idx = -1; in woal_cfg80211_resume()
4633 wakeup_report.disconnect = true; in woal_cfg80211_resume()
4637 wakeup_report.magic_pkt = true; in woal_cfg80211_resume()
4639 wakeup_report.pattern_idx = 1; in woal_cfg80211_resume()
4647 wakeup_report.gtk_rekey_failure = true; in woal_cfg80211_resume()
4655 cfg80211_report_wowlan_wakeup(priv->wdev, &wakeup_report, in woal_cfg80211_resume()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sta_cfg80211.c6570 struct cfg80211_wowlan_wakeup wakeup_report; in woal_cfg80211_resume() local
6638 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in woal_cfg80211_resume()
6639 wakeup_report.pattern_idx = -1; in woal_cfg80211_resume()
6656 wakeup_report.disconnect = true; in woal_cfg80211_resume()
6660 wakeup_report.magic_pkt = true; in woal_cfg80211_resume()
6662 wakeup_report.pattern_idx = 1; in woal_cfg80211_resume()
6671 wakeup_report.gtk_rekey_failure = true; in woal_cfg80211_resume()
6679 cfg80211_report_wowlan_wakeup(priv->wdev, &wakeup_report, in woal_cfg80211_resume()