Lines Matching refs:pattern
1299 /* magic pattern used for mismatch driver and wl */
1819 #define WL_DIAGERR_MEMORY_BADPATTERN 12 /* d11 memory test result in bad pattern */
4124 * Dongle pattern matching filter.
4127 /* Packet filter types. Currently, only pattern matching is supported. */
4129 WL_PKT_FILTER_TYPE_PATTERN_MATCH /* Pattern matching filter */
4134 /* Pattern matching filter. Specifies an offset within received packets to
4135 * start matching, the pattern to match, the size of the pattern, and a bitmask
4136 * that indicates which bits within the pattern should be matched.
4139 uint32 offset; /* Offset within received packet to start pattern matching.
4142 uint32 size_bytes; /* Size of the pattern. Bitmask must be the same size. */
4143 uint8 mask_and_pattern[1]; /* Variable length mask and pattern data. mask starts
4144 * at offset 0. Pattern immediately follows mask.
4154 wl_pkt_filter_pattern_t pattern; /* Pattern matching filter */
4267 #define WOWL_PATTEN_TYPE_ARP (1 << 0) /* ARP offload Pattern */
4268 #define WOWL_PATTEN_TYPE_NA (1 << 1) /* NA offload Pattern */
4273 uint32 patternoffset; /* Offset of start of pattern in the structure */
4274 uint32 patternsize; /* Size of the pattern itself in #of bytes */
4277 uint32 flags; /* Flags to tell the pattern type and other properties */
4279 /* Pattern follows the mask is at 'patternoffset' from the start */
4284 wl_wowl_pattern_t pattern[1];