tWFWpsCred Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
tWFWpsCred Structure
C
typedef struct {
  UINT8 ssid[32];
  UINT8 netKey[64];
  UINT16 authType;
  UINT16 encType;
  UINT8 netIdx;
  UINT8 ssidLen;
  UINT8 keyIdx;
  UINT8 keyLen;
  UINT8 bssid[6];
} tWFWpsCred;
Description

This is type tWFWpsCred.

Members
Members 
Description 
UINT8 ssid[32]; 
SSID 
UINT8 netKey[64]; 
Net Key PSK 
UINT16 authType; 
Authentication Type: AUTH_OPEN / AUTH_WPA_PSK / AUTH_SHARED / AUTH_WPA / AUTH_WPA2 / AUTH_WPA2_PSK 
UINT16 encType; 
Encoding Type: ENC_NONE / ENC_WEP / ENC_TKIP / ENC_AES 
UINT8 netIdx; 
Net ID 
UINT8 ssidLen; 
SSID length 
UINT8 keyIdx; 
Key ID 
UINT8 keyLen; 
WPA/WPA2-PSK key length 
UINT8 bssid[6]; 
BSSID 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.