![]() |
WE310F5
39.00.000
|
Configuration pointer union. More...
#include <m2mb_ncm.h>
Configuration pointer union.
This union allows the application to pass pointer to the get/set API.
This union should be used to get/set various NCM configuration by calling m2mb_ncm_get/set_cfg.
Definition at line 606 of file m2mb_ncm.h.
Member to set the AP configuration. For connection in STA mode, for creation in AP mode.
Definition at line 608 of file m2mb_ncm.h.
M2MB_NCM_AP_CFG_T* pAPCfg |
AP configuration. Supports SET/GET
Definition at line 613 of file m2mb_ncm.h.
M2MB_NCM_DHCP_SERVER_CFG_T* pDhcpSCfg |
DHCP server configuration SET/GET
Definition at line 617 of file m2mb_ncm.h.
M2MB_NCM_IFCFG_T* pIfCfg |
Interface information. Only GET support
Definition at line 627 of file m2mb_ncm.h.
Should have space to accommodate 10 station information. It will support only GET
Definition at line 625 of file m2mb_ncm.h.
M2MB_NCM_IP_CFG_T* pIPCfg |
IP related information. Supports SET/GET
Definition at line 615 of file m2mb_ncm.h.
M2MB_NCM_POWER_SAVE_CFG_T* pPowerCfg |
powersave configuration for upcoming connection
Definition at line 631 of file m2mb_ncm.h.
M2MB_NCM_ROAMING_CFG_T* pRCfg |
Roaming configuration. Not implemented
Definition at line 621 of file m2mb_ncm.h.
M2MB_NCM_RETRY_CFG_T* pRtCfg |
Retry configuration . Not implemented
Definition at line 619 of file m2mb_ncm.h.
M2MB_NCM_STA_CFG_T* pSTACfg |
STA configuration. Supports SET/GET
Definition at line 611 of file m2mb_ncm.h.
M2MB_NCM_DEVICE_STATS_T* pStat |
WLAN STATISTICS . It will support only GET
Definition at line 623 of file m2mb_ncm.h.
M2MB_NCM_WPS_CFG_T* pWpsCfg |
WPS configuration for STA mode. As of now only SET support
Definition at line 629 of file m2mb_ncm.h.