Lines Matching refs:wakeup
17379 struct cfg80211_wowlan_wakeup *wakeup) in cfg80211_net_detect_results() argument
17381 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()
17438 struct cfg80211_wowlan_wakeup *wakeup, in cfg80211_report_wowlan_wakeup() argument
17446 trace_cfg80211_report_wowlan_wakeup(wdev->wiphy, wdev, wakeup); in cfg80211_report_wowlan_wakeup()
17448 if (wakeup) in cfg80211_report_wowlan_wakeup()
17449 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
17468 if (wakeup) { in cfg80211_report_wowlan_wakeup()
17476 if (wakeup->disconnect && in cfg80211_report_wowlan_wakeup()
17479 if (wakeup->magic_pkt && in cfg80211_report_wowlan_wakeup()
17482 if (wakeup->gtk_rekey_failure && in cfg80211_report_wowlan_wakeup()
17485 if (wakeup->eap_identity_req && in cfg80211_report_wowlan_wakeup()
17488 if (wakeup->four_way_handshake && in cfg80211_report_wowlan_wakeup()
17491 if (wakeup->rfkill_release && in cfg80211_report_wowlan_wakeup()
17495 if (wakeup->pattern_idx >= 0 && in cfg80211_report_wowlan_wakeup()
17497 wakeup->pattern_idx)) in cfg80211_report_wowlan_wakeup()
17500 if (wakeup->tcp_match && in cfg80211_report_wowlan_wakeup()
17504 if (wakeup->tcp_connlost && in cfg80211_report_wowlan_wakeup()
17508 if (wakeup->tcp_nomoretokens && in cfg80211_report_wowlan_wakeup()
17513 if (wakeup->packet) { in cfg80211_report_wowlan_wakeup()
17517 if (!wakeup->packet_80211) { in cfg80211_report_wowlan_wakeup()
17524 if (wakeup->packet_len && in cfg80211_report_wowlan_wakeup()
17525 nla_put_u32(msg, len_attr, wakeup->packet_len)) in cfg80211_report_wowlan_wakeup()
17528 if (nla_put(msg, pkt_attr, wakeup->packet_present_len, in cfg80211_report_wowlan_wakeup()
17529 wakeup->packet)) in cfg80211_report_wowlan_wakeup()
17533 if (wakeup->net_detect && in cfg80211_report_wowlan_wakeup()
17534 cfg80211_net_detect_results(msg, wakeup)) in cfg80211_report_wowlan_wakeup()