Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/net/ |
D | cfg80211.h | 2552 struct cfg80211_wowlan_wakeup { struct 2553 bool disconnect, magic_pkt, gtk_rekey_failure, 2554 eap_identity_req, four_way_handshake, 2555 rfkill_release, packet_80211, 2556 tcp_match, tcp_connlost, tcp_nomoretokens; 2557 s32 pattern_idx; 2558 u32 packet_present_len, packet_len; 2559 const void *packet; 2560 struct cfg80211_wowlan_nd_info *net_detect;
|