Linux Kernel
3.7.1
|
#include <cfg80211.h>
struct cfg80211_wowlan - Wake on Wireless-LAN support info
This structure defines the enabled WoWLAN triggers for the device. : wake up on any activity – special trigger if device continues operating as normal during suspend : wake up if getting disconnected : wake up on receiving magic packet : wake up on receiving packet matching a pattern : number of patterns : wake up on GTK rekey failure : wake up on EAP identity request packet : wake up on 4-way handshake : wake up when rfkill is released
Definition at line 1400 of file cfg80211.h.
bool any |
Definition at line 1401 of file cfg80211.h.
bool disconnect |
Definition at line 1401 of file cfg80211.h.
bool eap_identity_req |
Definition at line 1401 of file cfg80211.h.
bool four_way_handshake |
Definition at line 1401 of file cfg80211.h.
bool gtk_rekey_failure |
Definition at line 1401 of file cfg80211.h.
bool magic_pkt |
Definition at line 1401 of file cfg80211.h.
int n_patterns |
Definition at line 1405 of file cfg80211.h.
struct cfg80211_wowlan_trig_pkt_pattern* patterns |
Definition at line 1404 of file cfg80211.h.
bool rfkill_release |
Definition at line 1401 of file cfg80211.h.