Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2076 struct cfg80211_wowlan_wakeup { struct 2077 bool disconnect, magic_pkt, gtk_rekey_failure, 2078 eap_identity_req, four_way_handshake, 2079 rfkill_release, packet_80211, 2080 tcp_match, tcp_connlost, tcp_nomoretokens; 2081 s32 pattern_idx; 2082 u32 packet_present_len, packet_len; 2083 const void *packet; 2084 struct cfg80211_wowlan_nd_info *net_detect;
|