5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wiced_packet_filter_t Struct Reference

#include <wwd_structures.h>

Data Fields

wiced_bool_t enabled_status
 
uint32_t id
 
uint8_t * mask
 
uint16_t mask_size
 
uint16_t offset
 
uint8_t * pattern
 
wiced_packet_filter_rule_t rule
 

Detailed Description

Structure describing a packet filter list item

Field Documentation

◆ enabled_status

wiced_bool_t wiced_packet_filter_t::enabled_status

When returned from wwd_wifi_get_packet_filters, indicates if the filter is enabled

◆ id

uint32_t wiced_packet_filter_t::id

Unique identifier for a packet filter item

◆ mask

uint8_t* wiced_packet_filter_t::mask

Pattern mask bytes to be ANDed with the pattern eg. "\xff00" (must be in network byte order)

◆ mask_size

uint16_t wiced_packet_filter_t::mask_size

Size of the mask in bytes

◆ offset

uint16_t wiced_packet_filter_t::offset

Offset in bytes to start filtering (referenced to the start of the ethernet packet)

◆ pattern

uint8_t* wiced_packet_filter_t::pattern

Pattern bytes used to filter eg. "\x0800" (must be in network byte order)

◆ rule

wiced_packet_filter_rule_t wiced_packet_filter_t::rule

Filter matches are either POSITIVE or NEGATIVE matching


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