Lines Matching refs:wakeup
20689 struct cfg80211_wowlan_wakeup *wakeup) in cfg80211_net_detect_results() argument
20691 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()
20748 struct cfg80211_wowlan_wakeup *wakeup, in cfg80211_report_wowlan_wakeup() argument
20756 trace_cfg80211_report_wowlan_wakeup(wdev->wiphy, wdev, wakeup); in cfg80211_report_wowlan_wakeup()
20758 if (wakeup) in cfg80211_report_wowlan_wakeup()
20759 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
20778 if (wakeup) { in cfg80211_report_wowlan_wakeup()
20786 if (wakeup->disconnect && in cfg80211_report_wowlan_wakeup()
20789 if (wakeup->magic_pkt && in cfg80211_report_wowlan_wakeup()
20792 if (wakeup->gtk_rekey_failure && in cfg80211_report_wowlan_wakeup()
20795 if (wakeup->eap_identity_req && in cfg80211_report_wowlan_wakeup()
20798 if (wakeup->four_way_handshake && in cfg80211_report_wowlan_wakeup()
20801 if (wakeup->rfkill_release && in cfg80211_report_wowlan_wakeup()
20805 if (wakeup->pattern_idx >= 0 && in cfg80211_report_wowlan_wakeup()
20807 wakeup->pattern_idx)) in cfg80211_report_wowlan_wakeup()
20810 if (wakeup->tcp_match && in cfg80211_report_wowlan_wakeup()
20814 if (wakeup->tcp_connlost && in cfg80211_report_wowlan_wakeup()
20818 if (wakeup->tcp_nomoretokens && in cfg80211_report_wowlan_wakeup()
20823 if (wakeup->unprot_deauth_disassoc && in cfg80211_report_wowlan_wakeup()
20828 if (wakeup->packet) { in cfg80211_report_wowlan_wakeup()
20832 if (!wakeup->packet_80211) { in cfg80211_report_wowlan_wakeup()
20839 if (wakeup->packet_len && in cfg80211_report_wowlan_wakeup()
20840 nla_put_u32(msg, len_attr, wakeup->packet_len)) in cfg80211_report_wowlan_wakeup()
20843 if (nla_put(msg, pkt_attr, wakeup->packet_present_len, in cfg80211_report_wowlan_wakeup()
20844 wakeup->packet)) in cfg80211_report_wowlan_wakeup()
20848 if (wakeup->net_detect && in cfg80211_report_wowlan_wakeup()
20849 cfg80211_net_detect_results(msg, wakeup)) in cfg80211_report_wowlan_wakeup()