wifi8 2.0.0.0
|
#include <wifi8_types.h>
Data Fields | |
uint8_t | u8_ssid_len |
uint8_t | au8_ssid [M2M_MAX_SSID_LEN - 1] |
uint8_t | u8_options |
uint8_t | au8_bssid [M2M_MAC_ADDRES_LEN] |
uint8_t | u8_auth_type |
uint8_t | au8_rsv [3] |
uint8_t au8_bssid[M2M_MAC_ADDRES_LEN] |
BSSID to restrict on, or all 0 if M2M_WIFI_CONN_BSSID_FLAG is not set in u8Options.
uint8_t au8_rsv[3] |
reserved for future use. set to 0.
uint8_t au8_ssid[M2M_MAX_SSID_LEN - 1] |
SSID.
uint8_t u8_auth_type |
connection auth type. see wifi8_m2m_sec_type_t.
uint8_t u8_options |
Common flags: M2M_WIFI_CONN_BSSID_FLAG
uint8_t u8_ssid_len |
SSID length.