Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cfg80211_wowlan_trig_pkt_pattern Struct Reference

#include <cfg80211.h>

Data Fields

u8mask
 
u8pattern
 
int pattern_len
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: