WE310F5  39.00.000
M2MB_NCM_CFG_PTR Union Reference

Configuration pointer union. More...

#include <m2mb_ncm.h>

Data Fields

M2MB_NCM_AP_PROFILE_TpAP
 
M2MB_NCM_STA_CFG_TpSTACfg
 
M2MB_NCM_AP_CFG_TpAPCfg
 
M2MB_NCM_IP_CFG_TpIPCfg
 
M2MB_NCM_DHCP_SERVER_CFG_TpDhcpSCfg
 
M2MB_NCM_RETRY_CFG_TpRtCfg
 
M2MB_NCM_ROAMING_CFG_TpRCfg
 
M2MB_NCM_DEVICE_STATS_TpStat
 
M2MB_NCM_CONNECTED_STA_INFO_TpInfo
 
M2MB_NCM_IFCFG_TpIfCfg
 
M2MB_NCM_WPS_CFG_TpWpsCfg
 
M2MB_NCM_POWER_SAVE_CFG_TpPowerCfg
 

Detailed Description

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.

Note
Some of the members are only used to get the configurations.

Definition at line 606 of file m2mb_ncm.h.

Field Documentation

◆ pAP

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.

◆ pAPCfg

AP configuration. Supports SET/GET

Definition at line 613 of file m2mb_ncm.h.

◆ pDhcpSCfg

DHCP server configuration SET/GET

Definition at line 617 of file m2mb_ncm.h.

◆ pIfCfg

Interface information. Only GET support

Definition at line 627 of file m2mb_ncm.h.

◆ pInfo

Should have space to accommodate 10 station information. It will support only GET

Definition at line 625 of file m2mb_ncm.h.

◆ pIPCfg

IP related information. Supports SET/GET

Definition at line 615 of file m2mb_ncm.h.

◆ pPowerCfg

powersave configuration for upcoming connection

Definition at line 631 of file m2mb_ncm.h.

◆ pRCfg

Roaming configuration. Not implemented

Definition at line 621 of file m2mb_ncm.h.

◆ pRtCfg

Retry configuration . Not implemented

Definition at line 619 of file m2mb_ncm.h.

◆ pSTACfg

STA configuration. Supports SET/GET

Definition at line 611 of file m2mb_ncm.h.

◆ pStat

WLAN STATISTICS . It will support only GET

Definition at line 623 of file m2mb_ncm.h.

◆ pWpsCfg

WPS configuration for STA mode. As of now only SET support

Definition at line 629 of file m2mb_ncm.h.


The documentation for this union was generated from the following file: