![]() |
WL865E4-P
36.07.001
|
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 550 of file m2mb_ncm.h.
UINT8 flag |
L2 connection flag
Definition at line 554 of file m2mb_ncm.h.
UINT32 ipv4Addr |
Client IPv4 address in network order.
Definition at line 553 of file m2mb_ncm.h.
UINT8 macAddr[M2MB_WLAN_MAC_LEN] |
Client MAC address.
Definition at line 552 of file m2mb_ncm.h.