Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

sharedSecList Struct Reference

Structure which is used for acceptable id/password lists. More...

#include <auth.h>


Data Fields

sharedSecListnext
 next field
uint8_t * id
 user ID
int idlen
 id length
int idtype
 ID type.
uint8_t * pwd
 password corresponding to ID
int pwdlen
 pwd length
int authtype
 allowed auth type


Detailed Description

Structure which is used for acceptable id/password lists.


Field Documentation

int sharedSecList::authtype
 

allowed auth type

uint8_t* sharedSecList::id
 

user ID

int sharedSecList::idlen
 

id length

int sharedSecList::idtype
 

ID type.

struct sharedSecList* sharedSecList::next
 

next field

uint8_t* sharedSecList::pwd
 

password corresponding to ID

int sharedSecList::pwdlen
 

pwd length


The documentation for this struct was generated from the following file:
Project hosted by: SourceForge.net Logo