![]() |
WE310F5
39.00.000
|
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 743 of file m2mb_wlan_driver.h.
UINT8 channel |
channel number to sniff
Definition at line 745 of file m2mb_wlan_driver.h.
UINT8 dst_Mac[M2MB_WLAN_MAC_LEN] |
filter destination mac address if desired.
Definition at line 754 of file m2mb_wlan_driver.h.
UINT8 filter_flags |
flags for sniffing, should be filled by the user only
Definition at line 749 of file m2mb_wlan_driver.h.
UINT8 filter_number |
filtering number 1 to 3
Definition at line 747 of file m2mb_wlan_driver.h.
UINT8 promisc_frametype |
frame type
Definition at line 756 of file m2mb_wlan_driver.h.
UINT8 promisc_subtype |
sub type of frame
Definition at line 758 of file m2mb_wlan_driver.h.
UINT8 src_Mac[M2MB_WLAN_MAC_LEN] |
filter source mac address if desired.
Definition at line 752 of file m2mb_wlan_driver.h.