Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
u8 * | mask |
u8 * | pattern |
int | pattern_len |
struct cfg80211_wowlan_trig_pkt_pattern - packet pattern : bitmask where to match pattern and where to ignore bytes, one bit per byte, in same format as nl80211 : bytes to match where bitmask is 1 : length of pattern (in bytes)
Internal note: and are allocated in one chunk of memory, free only!
Definition at line 1380 of file cfg80211.h.
u8* mask |
Definition at line 1381 of file cfg80211.h.
u8 * pattern |
Definition at line 1381 of file cfg80211.h.
int pattern_len |
Definition at line 1382 of file cfg80211.h.