Structure for storing a WEP key. More...
#include <whd_types.h>
Data Fields | |
uint8_t | index |
WEP key index [0/1/2/3]. More... | |
uint8_t | length |
WEP key length. More... | |
uint8_t | data [32] |
WEP key as values NOT characters. More... | |
Structure for storing a WEP key.
Definition at line 949 of file whd_types.h.
uint8_t data[32] |
WEP key as values NOT characters.
Definition at line 953 of file whd_types.h.
uint8_t index |
WEP key index [0/1/2/3].
Definition at line 951 of file whd_types.h.
uint8_t length |
WEP key length.
Either 5 bytes (40-bits) or 13-bytes (104-bits)
Definition at line 952 of file whd_types.h.