Loading...
Searching...
No Matches
l2filter_t Struct Reference

Filter list entries. More...

Detailed Description

Filter list entries.

The filter list supports address entries with differing length. This is useful e.g. for IEEE802.15.4, where the list can store short and long addresses at the same time.

Definition at line 70 of file l2filter.h.

#include <l2filter.h>

Data Fields

uint8_t addr [CONFIG_L2FILTER_ADDR_MAXLEN]
 link layer address
 
size_t addr_len
 address length in byte
 

Field Documentation

◆ addr

uint8_t l2filter_t::addr[CONFIG_L2FILTER_ADDR_MAXLEN]

link layer address

Definition at line 71 of file l2filter.h.

◆ addr_len

size_t l2filter_t::addr_len

address length in byte

Definition at line 72 of file l2filter.h.


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