NetBurner 3.1
tstrM2MWifiMonitorModeCtrl Struct Reference

Wi-Fi Monitor Mode Filter. More...

#include <m2m_types.h>

Public Attributes

uint8 u8FrameType
 
uint8 u8FrameSubtype
 
uint8 au8SrcMacAddress [6]
 
uint8 au8DstMacAddress [6]
 
uint8 au8BSSID [6]
 
uint8 u8EnRecvHdr
 
uint8 __PAD24__ [2]
 

Detailed Description

Wi-Fi Monitor Mode Filter.

This structure sets the filtering criteria for Wlan packets when monitoring mode is enable. The received packets matching the filtering parameters, are passed directly to the application.

See also
tenuM2mScanCh tenuWifiFrameType tenuSubType

Member Data Documentation

◆ __PAD24__

uint8 tstrM2MWifiMonitorModeCtrl::__PAD24__[2]

Padding bytes for forcing 4-byte alignment

◆ au8BSSID

uint8 tstrM2MWifiMonitorModeCtrl::au8BSSID[6]

Receive packets only with the specified BSSID. Set to zero to disable this filter.

◆ au8DstMacAddress

uint8 tstrM2MWifiMonitorModeCtrl::au8DstMacAddress[6]

Receive packets only with the specified destination mac address. Set to zero to disable this filter.

◆ au8SrcMacAddress

uint8 tstrM2MWifiMonitorModeCtrl::au8SrcMacAddress[6]

Receive packets only with the specified source mac address. Set to zero to disable this filter.

◆ u8EnRecvHdr

uint8 tstrM2MWifiMonitorModeCtrl::u8EnRecvHdr

Enable reception of the full mac header before the payload

◆ u8FrameSubtype

uint8 tstrM2MWifiMonitorModeCtrl::u8FrameSubtype

Receive packets with the specified frame subtype as per tenuSubType. Set to M2M_WIFI_FRAME_SUB_TYPE_ANY to disable this filter

◆ u8FrameType

uint8 tstrM2MWifiMonitorModeCtrl::u8FrameType

Receive packets with the specified frame type as per tenuWifiFrameType. Set to M2M_WIFI_FRAME_TYPE_ANY to disable this filter


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