![]() |
WE310F5
39.00.000
|
Connection event info for both AP and STA modes. More...
#include <m2mb_wlan_driver.h>
Data Fields | |
INT32 | value |
UINT8 | mac_addr [M2MB_WLAN_MAC_LEN] |
UINT32 | bssCon |
Connection event info for both AP and STA modes.
Data structure that presents connect event information from the driver to the application. The application uses this data structure to interpret the event payload received with an M2MB_WLAN_CONNECT_CB, M2MB_WLAN_DISCONNECT_CB events.
Definition at line 167 of file m2mb_wlan_driver.h.
UINT32 bssCon |
Flag that indicates whether it is a BSS level connection/disconnection
or an individual station-level connection/disconnection.
Definition at line 185 of file m2mb_wlan_driver.h.
UINT8 mac_addr[M2MB_WLAN_MAC_LEN] |
MAC address related to the connect event. Based on the operating mode, the driver fills in a different MAC addresses as follows.
Definition at line 173 of file m2mb_wlan_driver.h.
INT32 value |
TRUE: To indicate connect events FALSE: To indicate disconnect/deauthorization events
Definition at line 169 of file m2mb_wlan_driver.h.