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

tstrM2mWifiWepParams Struct Reference

tstrM2mWifiWepParams Struct Reference
[DataTypes]

WEP security key parameters. More...

#include <m2m_types.h>

Data Fields

uint8 u8KeyIndx
uint8 u8KeySz
uint8 au8WepKey [WEP_104_KEY_STRING_SIZE+1]
uint8 __PAD24__ [3]

Detailed Description

WEP security key parameters.

Definition at line 1209 of file m2m_types.h.


Field Documentation

Padding bytes to keep the structure word alligned.

Definition at line 1220 of file m2m_types.h.

uint8 au8WepKey[WEP_104_KEY_STRING_SIZE+1]

WEP Key represented as a NULL terminated ASCII string.

Definition at line 1217 of file m2m_types.h.

Wep key Index.

Definition at line 1211 of file m2m_types.h.

Wep key Size.

Definition at line 1214 of file m2m_types.h.