Searched defs:cfg80211_wowlan_tcp (Results 1 – 1 of 1) sorted by relevance
3328 struct cfg80211_wowlan_tcp { struct3329 struct socket *sock;3330 __be32 src, dst;3331 u16 src_port, dst_port;3332 u8 dst_mac[ETH_ALEN];3333 int payload_len;3334 const u8 *payload;3336 u32 data_interval;3337 u32 wake_len;3338 const u8 *wake_data, *wake_mask;[all …]