This struct contains the Wi-Fi Monitor Mode Filter. It sets the filtering criteria for WLAN packets when monitoring mode is enabled. The received packets matching the filtering parameters, are passed directly to the application. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD16__ [2] |
uint8 | au8BSSID [6] |
uint8 | au8DstMacAddress [6] |
uint8 | au8SrcMacAddress [6] |
uint8 | u8ChannelID |
uint8 | u8EnRecvHdr |
uint8 | u8FrameSubtype |
uint8 | u8FrameType |
This struct contains the Wi-Fi Monitor Mode Filter. It sets the filtering criteria for WLAN packets when monitoring mode is enabled. The received packets matching the filtering parameters, are passed directly to the application.
Definition at line 1465 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::__PAD16__[2] |
Padding bytes for forcing 4-byte alignment
Definition at line 1480 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::au8BSSID[6] |
ZERO means DO NOT FILTER BSSID.
Definition at line 1476 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::au8DstMacAddress[6] |
ZERO means DO NOT FILTER Destination address.
Definition at line 1474 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::au8SrcMacAddress[6] |
ZERO means DO NOT FILTER Source address.
Definition at line 1472 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::u8ChannelID |
RF Channel ID. It must use values from tenuM2mScanCh
Definition at line 1466 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::u8EnRecvHdr |
Enable recv the full header before the payload
Definition at line 1478 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::u8FrameSubtype |
It must use values from tenuSubTypes.
Definition at line 1470 of file m2m_types.h.
uint8 tstrM2MWifiMonitorModeCtrl::u8FrameType |
It must use values from tenuWifiFrameType.
Definition at line 1468 of file m2m_types.h.