Morse Micro IoT SDK  2.6.4-esp32

Detailed Description

Arguments for mmwlan_standby_set_wake_filter

Definition at line 1364 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint8_t filter [MMWLAN_STANDBY_WAKE_FRAME_USER_FILTER_MAXLEN]
 Data to match with for filtering. More...
 
uint32_t filter_len
 The length of the filter data in bytes. More...
 
uint32_t offset
 The offset within the packet to search for the filter match. More...
 

Field Documentation

◆ filter

uint8_t mmwlan_standby_set_wake_filter_args::filter[MMWLAN_STANDBY_WAKE_FRAME_USER_FILTER_MAXLEN]

Data to match with for filtering.

Definition at line 1367 of file mmwlan.h.

◆ filter_len

uint32_t mmwlan_standby_set_wake_filter_args::filter_len

The length of the filter data in bytes.

See MMWLAN_STANDBY_WAKE_FRAME_USER_FILTER_MAXLEN for maximum filter length.

Definition at line 1372 of file mmwlan.h.

◆ offset

uint32_t mmwlan_standby_set_wake_filter_args::offset

The offset within the packet to search for the filter match.

Definition at line 1374 of file mmwlan.h.


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