wifi8 2.0.0.0
|
#include <wifi8_types.h>
Data Fields | |
uint8_t | au8ssid [M2M_MAX_SSID_LEN] |
uint8_t | u8_listen_channel |
uint8_t | u8_key_indx |
uint8_t | u8_key_sz |
uint8_t | au8_wep_key [WEP_104_KEY_STRING_SIZE+1] |
uint8_t | u8_sec_type |
uint8_t | u8_ssid_hide |
uint8_t | au8dhcp_server_ip [4] |
uint8_t | __pad24__ [3] |
uint8_t __pad24__[3] |
padding bytes for forcing alignment
uint8_t au8_wep_key[WEP_104_KEY_STRING_SIZE+1] |
WEP key
uint8_t au8dhcp_server_ip[4] |
ap dhcp server address
uint8_t au8ssid[M2M_MAX_SSID_LEN] |
AP SSID
uint8_t u8_key_indx |
wep key index
uint8_t u8_key_sz |
WEP key size
uint8_t u8_listen_channel |
wi-fi rf channel which the ap will operate on
uint8_t u8_sec_type |
security type: open or wep
uint8_t u8_ssid_hide |
ssid status "hidden(1)/visible(0)"