wifi8 2.0.0.0
|
#include <wifi8_types.h>
Data Fields | |
uint8_t * | pu8_wep_key |
uint8_t | u8_key_sz |
uint8_t | u8_key_indx |
uint8_t* pu8_wep_key |
pointer to wep key, represented as an ascii string.(10 or 26 characters, representing 5 or 13 bytes.)
uint8_t u8_key_indx |
wep key index in the range 1 to 4.
uint8_t u8_key_sz |
size of wep key string. permitted values are wep_40_key_string_size or wep_104_key_string_size.