![]() |
WE310F5
39.00.000
|
Connected station information. More...
#include <m2mb_ncm.h>
Data Fields | |
UINT8 | macAddr [M2MB_WLAN_MAC_LEN] |
UINT32 | ipv4Addr |
UINT8 | flag |
Connected station information.
This structure is used to get the connected station information .
This structure should be used to get connected station information by calling m2mb_ncm_get with M2MB_NCM_CFG_OPCODE_CLIENT_GET flag.
Definition at line 586 of file m2mb_ncm.h.
UINT8 flag |
L2 connection flag
Definition at line 590 of file m2mb_ncm.h.
UINT32 ipv4Addr |
Client IPv4 address in network order.
Definition at line 589 of file m2mb_ncm.h.
UINT8 macAddr[M2MB_WLAN_MAC_LEN] |
Client MAC address.
Definition at line 588 of file m2mb_ncm.h.