WINC1500 IoT Software APIs: tstrM2MAPConfig Struct Reference

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
tstrM2MAPConfig Struct Reference

Data Fields

uint8 au8SSID [M2M_MAX_SSID_LEN]
 
uint8 u8ListenChannel
 
uint8 u8KeyIndx
 
uint8 u8KeySz
 
uint8 au8WepKey [WEP_104_KEY_STRING_SIZE+1]
 
uint8 u8SecType
 
uint8 u8SsidHide
 
uint8 au8DHCPServerIP [4]
 
uint8 au8Key [M2M_MAX_PSK_LEN]
 
uint8 __PAD24__ [2]
 

Detailed Description

AP Configuration.

This structure holds the 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).

Field Documentation

◆ au8SSID

< Configuration parameters for the WiFi AP.AP SSID

◆ u8ListenChannel

uint8 u8ListenChannel

Wi-Fi RF Channel which the AP will operate on

◆ u8KeyIndx

uint8 u8KeyIndx

Wep key Index

◆ u8KeySz

uint8 u8KeySz

Wep/WPA key Size

◆ au8WepKey

Wep key

◆ u8SecType

uint8 u8SecType

Security type: Open or WEP or WPA in the current implementation

◆ u8SsidHide

uint8 u8SsidHide

SSID Status "Hidden(1)/Visible(0)"

◆ au8DHCPServerIP

uint8 au8DHCPServerIP[4]

Ap IP server address

◆ au8Key

WPA key

◆ __PAD24__

uint8 __PAD24__[2]

Padding bytes for forcing alignment

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13