Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/linux/include/net/ |
H A D | cfg80211.h | 3772 struct cfg80211_wowlan_wakeup { struct 3773 bool disconnect, magic_pkt, gtk_rekey_failure, 3774 eap_identity_req, four_way_handshake, 3775 rfkill_release, packet_80211, 3776 tcp_match, tcp_connlost, tcp_nomoretokens, 3777 unprot_deauth_disassoc; 3778 s32 pattern_idx; 3779 u32 packet_present_len, packet_len; 3780 const void *packet; 3781 struct cfg80211_wowlan_nd_info *net_detect;
|