![]() |
WL865E4-P
36.07.001
|
promiscuous mode filter setting. More...
#include <m2mb_wlan_driver.h>
Data Fields | |
UINT8 | channel |
UINT8 | filter_number |
UINT8 | filter_flags |
UINT8 | src_Mac [M2MB_WLAN_MAC_LEN] |
UINT8 | dst_Mac [M2MB_WLAN_MAC_LEN] |
UINT8 | promisc_frametype |
UINT8 | promisc_subtype |
promiscuous mode filter setting.
Data structure to configure promiscuous mode filter setting information.
Definition at line 719 of file m2mb_wlan_driver.h.
UINT8 channel |
channel number to sniff
Definition at line 721 of file m2mb_wlan_driver.h.
UINT8 dst_Mac[M2MB_WLAN_MAC_LEN] |
filter destination mac address if desired.
Definition at line 730 of file m2mb_wlan_driver.h.
UINT8 filter_flags |
flags for sniffing, should be filled by the user only
Definition at line 725 of file m2mb_wlan_driver.h.
UINT8 filter_number |
filtering number 1 to 3
Definition at line 723 of file m2mb_wlan_driver.h.
UINT8 promisc_frametype |
frame type
Definition at line 732 of file m2mb_wlan_driver.h.
UINT8 promisc_subtype |
sub type of frame
Definition at line 734 of file m2mb_wlan_driver.h.
UINT8 src_Mac[M2MB_WLAN_MAC_LEN] |
filter source mac address if desired.
Definition at line 728 of file m2mb_wlan_driver.h.