Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/net/ |
D | cfg80211.h | 3630 struct cfg80211_wowlan_wakeup { struct 3631 bool disconnect, magic_pkt, gtk_rekey_failure, 3632 eap_identity_req, four_way_handshake, 3633 rfkill_release, packet_80211, 3634 tcp_match, tcp_connlost, tcp_nomoretokens, 3635 unprot_deauth_disassoc; 3636 s32 pattern_idx; 3637 u32 packet_present_len, packet_len; 3638 const void *packet; 3639 struct cfg80211_wowlan_nd_info *net_detect;
|