NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2MAPConfig Struct Reference

tstrM2MAPConfig Struct Reference
[DataTypes]

AP Configuration. More...

#include <m2m_types.h>

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).

Definition at line 1756 of file m2m_types.h.


Field Documentation

Padding bytes for forcing alignment

Definition at line 1788 of file m2m_types.h.

Ap IP server address

Definition at line 1782 of file m2m_types.h.

uint8 au8Key[M2M_MAX_PSK_LEN]

WPA key

Definition at line 1785 of file m2m_types.h.

uint8 au8SSID[M2M_MAX_SSID_LEN]

< Configuration parameters for the WiFi AP. AP SSID

Definition at line 1761 of file m2m_types.h.

uint8 au8WepKey[WEP_104_KEY_STRING_SIZE+1]

Wep key

Definition at line 1773 of file m2m_types.h.

Wep key Index

Definition at line 1767 of file m2m_types.h.

Wep/WPA key Size

Definition at line 1770 of file m2m_types.h.

Wi-Fi RF Channel which the AP will operate on

Definition at line 1764 of file m2m_types.h.

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

Definition at line 1776 of file m2m_types.h.

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

Definition at line 1779 of file m2m_types.h.