ZG2100 Network interface source

Embed: (wiki syntax)

« Back to documentation index

zg_defs.h File Reference

zg_defs.h File Reference

ZG2100 Low-level driver definitions. More...

Go to the source code of this file.

Typedefs

typedef enum __ZG_BSS_TYPE ZG_BSS_TYPE
 BSS types.
typedef enum __ZG_SECURITY ZG_SECURITY
 Security type.

Enumerations

enum  __ZG_BSS_TYPE { ZG_BSS_INFRA = 1, ZG_BSS_ADHOC = 2, ZG_BSS_ANY = 3 }
 

BSS types.

More...
enum  __ZG_SECURITY {
  ZG_SECURITY_NONE = 0x00, ZG_SECURITY_WEP = 0x01, ZG_SECURITY_WPA = 0x02, ZG_SECURITY_WPA2 = 0x03,
  ZG_SECURITY_TRY = 0xFF
}
 

Security type.

More...

Detailed Description

ZG2100 Low-level driver definitions.

Definition in file zg_defs.h.


Typedef Documentation

typedef enum __ZG_BSS_TYPE ZG_BSS_TYPE

BSS types.

typedef enum __ZG_SECURITY ZG_SECURITY

Security type.


Enumeration Type Documentation

BSS types.

Enumerator:
ZG_BSS_INFRA 

Infrastructure.

ZG_BSS_ADHOC 

Ad-Hoc.

ZG_BSS_ANY 

Either.

Definition at line 256 of file zg_defs.h.

Security type.

Enumerator:
ZG_SECURITY_NONE 

None.

ZG_SECURITY_WEP 

WEP.

ZG_SECURITY_WPA 

WPA.

ZG_SECURITY_WPA2 

WPA2.

ZG_SECURITY_TRY 

Try all (not recommended)

Definition at line 354 of file zg_defs.h.