Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
u32 | flags |
int | n_patterns |
int | pattern_max_len |
int | pattern_min_len |
struct wiphy_wowlan_support - WoWLAN support data : see &enum wiphy_wowlan_support_flags : number of supported wakeup patterns (see nl80211.h for the pattern definition) : maximum length of each pattern : minimum length of each pattern
Definition at line 2052 of file cfg80211.h.
u32 flags |
Definition at line 2053 of file cfg80211.h.
int n_patterns |
Definition at line 2054 of file cfg80211.h.
int pattern_max_len |
Definition at line 2055 of file cfg80211.h.
int pattern_min_len |
Definition at line 2056 of file cfg80211.h.