Microchip® Advanced Software Framework

tstrM2MAPModeConfig Struct Reference

AP Configuration.

This structure holds the AP configuration parameters plus the extended AP configuration parameters for M2M AP mode. It should be set by the application when it requests to enable M2M AP operation mode. This mode supports either open, WEP or WPA/WPA2 mixed mode security types.

This structure holds the AP configuration parameters plus the extended AP configuration parameters for the M2M AP mode. It should be set by the application when it requests to enable the M2M AP operation mode. The M2M AP mode currently supports only WEP security (with the NO Security option available of course).

#include <m2m_types.h>

Data Fields

tstrM2MAPConfig strApConfig
 
tstrM2MAPConfigExt strApConfigExt
 

tstrM2MAPConfig tstrM2MAPModeConfig::strApConfig

Configuration parameters for the WiFi AP.

Referenced by m2m_wifi_enable_ap(), m2m_wifi_start_provision_mode(), and m2m_wifi_start_provision_mode_ext().

tstrM2MAPConfigExt tstrM2MAPModeConfig::strApConfigExt

Additional configuration parameters for the WiFi AP.

Referenced by m2m_wifi_enable_ap(), m2m_wifi_start_provision_mode(), and m2m_wifi_start_provision_mode_ext().