Searched defs:cfg80211_wowlan_wakeup (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 3451 struct cfg80211_wowlan_wakeup { struct 3452 bool disconnect, magic_pkt, gtk_rekey_failure, 3453 eap_identity_req, four_way_handshake, 3454 rfkill_release, packet_80211, 3455 tcp_match, tcp_connlost, tcp_nomoretokens; 3456 s32 pattern_idx; 3457 u32 packet_present_len, packet_len; 3458 const void *packet; 3459 struct cfg80211_wowlan_nd_info *net_detect;
|