Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/include/net/ |
D | cfg80211.h | 3136 struct cfg80211_wowlan_wakeup { struct 3137 bool disconnect, magic_pkt, gtk_rekey_failure, 3138 eap_identity_req, four_way_handshake, 3139 rfkill_release, packet_80211, 3140 tcp_match, tcp_connlost, tcp_nomoretokens; 3141 s32 pattern_idx; 3142 u32 packet_present_len, packet_len; 3143 const void *packet; 3144 struct cfg80211_wowlan_nd_info *net_detect;
|