Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/net/ |
D | cfg80211.h | 2117 struct cfg80211_wowlan_wakeup { struct 2118 bool disconnect, magic_pkt, gtk_rekey_failure, 2119 eap_identity_req, four_way_handshake, 2120 rfkill_release, packet_80211, 2121 tcp_match, tcp_connlost, tcp_nomoretokens; 2122 s32 pattern_idx; 2123 u32 packet_present_len, packet_len; 2124 const void *packet; 2125 struct cfg80211_wowlan_nd_info *net_detect;
|