Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/include/net/ |
D | cfg80211.h | 2793 struct cfg80211_wowlan_wakeup { struct 2794 bool disconnect, magic_pkt, gtk_rekey_failure, 2795 eap_identity_req, four_way_handshake, 2796 rfkill_release, packet_80211, 2797 tcp_match, tcp_connlost, tcp_nomoretokens; 2798 s32 pattern_idx; 2799 u32 packet_present_len, packet_len; 2800 const void *packet; 2801 struct cfg80211_wowlan_nd_info *net_detect;
|