This is WlanBP3595 library for STA mode. This library only works with GR-PEACH. We performed the operation check on GR-PEACH E version. Please refer to LICENSE.txt about license of this library.

Fork of WlanBP3595STA by Rohm

Embed: (wiki syntax)

« Back to documentation index

GRP_WLD_WPS_CRED_T Struct Reference

GRP_WLD_WPS_CRED_T Struct Reference

WPS cred list structure. More...

#include <WlanBP3595.h>

Data Fields

grp_u8 aucSSID [GRP_WLD_SSID_SIZE+1]
grp_u8 ucAuthType
grp_u8 uc11imode
grp_u8 ucWEPKeyId
grp_u8 aucWEPKey [GRP_WLD_WEP_KEY_SIZE_128+1]
grp_u8 ucWEPKeyLen
grp_u8 aucPSK [64+1]
grp_u8 ucPSKLen
grp_u8 aucBSSID [GRP_WLD_BSSID_SIZE]

Detailed Description

WPS cred list structure.

Definition at line 305 of file WlanBP3595.h.


Field Documentation

grp_u8 aucBSSID[GRP_WLD_BSSID_SIZE]

BSSID

Definition at line 314 of file WlanBP3595.h.

grp_u8 aucPSK[64+1]

PSK

Definition at line 312 of file WlanBP3595.h.

grp_u8 aucSSID[GRP_WLD_SSID_SIZE+1]

SSID

Definition at line 306 of file WlanBP3595.h.

grp_u8 aucWEPKey[GRP_WLD_WEP_KEY_SIZE_128+1]

WEP key value

Definition at line 310 of file WlanBP3595.h.

grp_u8 uc11imode

11i mode

Definition at line 308 of file WlanBP3595.h.

grp_u8 ucAuthType

auth type

Definition at line 307 of file WlanBP3595.h.

grp_u8 ucPSKLen

PSK Length

Definition at line 313 of file WlanBP3595.h.

grp_u8 ucWEPKeyId

WEP key ID

Definition at line 309 of file WlanBP3595.h.

grp_u8 ucWEPKeyLen

WEP key length

Definition at line 311 of file WlanBP3595.h.