Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3569 struct cfg80211_wowlan_wakeup wakeup_report; in mwifiex_cfg80211_resume() local
3585 memset(&wakeup_report, 0, sizeof(struct cfg80211_wowlan_wakeup)); in mwifiex_cfg80211_resume()
3587 wakeup_report.pattern_idx = -1; in mwifiex_cfg80211_resume()
3602 wakeup_report.disconnect = true; in mwifiex_cfg80211_resume()
3604 wakeup_report.net_detect = adapter->nd_info; in mwifiex_cfg80211_resume()
3610 wakeup_report.magic_pkt = true; in mwifiex_cfg80211_resume()
3612 wakeup_report.pattern_idx = 1; in mwifiex_cfg80211_resume()
3616 wakeup_report.gtk_rekey_failure = true; in mwifiex_cfg80211_resume()
3624 cfg80211_report_wowlan_wakeup(&priv->wdev, &wakeup_report, in mwifiex_cfg80211_resume()