Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 3052 struct cfg80211_wowlan_wakeup { struct 3053 bool disconnect, magic_pkt, gtk_rekey_failure, 3054 eap_identity_req, four_way_handshake, 3055 rfkill_release, packet_80211, 3056 tcp_match, tcp_connlost, tcp_nomoretokens; 3057 s32 pattern_idx; 3058 u32 packet_present_len, packet_len; 3059 const void *packet; 3060 struct cfg80211_wowlan_nd_info *net_detect;
|