![]() |
WE310F5
39.00.000
|
Generic IP configuration. More...
#include <m2mb_ncm.h>
Data Fields | |
UINT8 | ipFlag |
M2MB_NWIF_IPV4_CONFIG_T * | pIPv4Cfg |
M2MB_NWIF_IPV6_CONFIG_T * | pIPv6Cfg |
INT8 * | Hostname |
M2MB_NWIF_DNS_SERVER_LIST_T * | pDNSList |
Generic IP configuration.
This data structure allows the application to set or get IP configuration information. Both AP and STA modes supported
This data structure should be used to get/set the generic IP configuration by calling m2mb_ncm_get/set_cfg using opcode M2MB_NCM_CFG_OPCODE_IP_CFG.
Definition at line 377 of file m2mb_ncm.h.
INT8* Hostname |
Host name setting
Definition at line 383 of file m2mb_ncm.h.
UINT8 ipFlag |
static or dhcp
Definition at line 379 of file m2mb_ncm.h.
M2MB_NWIF_DNS_SERVER_LIST_T* pDNSList |
DNS server list
Definition at line 385 of file m2mb_ncm.h.
M2MB_NWIF_IPV4_CONFIG_T* pIPv4Cfg |
IPV4 configuration
Definition at line 380 of file m2mb_ncm.h.
M2MB_NWIF_IPV6_CONFIG_T* pIPv6Cfg |
IPV6 configuration
Definition at line 381 of file m2mb_ncm.h.