|
FreeRTOS:
Wi-Fi Management Library
|
| Return to main page ↑ |
Parameters passed to the WIFI_ConnectAP API for connection. More...
#include <iot_wifi.h>
Data Fields | |
| uint8_t | ucSSID [wificonfigMAX_SSID_LEN] |
| uint8_t | ucSSIDLength |
| WIFISecurity_t | xSecurity |
| union { | |
| WIFIWEPKey_t xWEP [wificonfigMAX_WEPKEYS] | |
| WIFIWPAPassphrase_t xWPA | |
| } | xPassword |
| uint8_t | ucDefaultWEPKeyIndex |
| uint8_t | ucChannel |
Parameters passed to the WIFI_ConnectAP API for connection.
| uint8_t WIFINetworkParams_t::ucSSID[wificonfigMAX_SSID_LEN] |
SSID of the Wi-Fi network (binary array, not C-string).
| uint8_t WIFINetworkParams_t::ucSSIDLength |
SSID length.
| WIFISecurity_t WIFINetworkParams_t::xSecurity |
Wi-Fi Security.
| WIFIWEPKey_t WIFINetworkParams_t::xWEP[wificonfigMAX_WEPKEYS] |
WEP keys.
| WIFIWPAPassphrase_t WIFINetworkParams_t::xWPA |
WPA/WPA2 passphrase.
| uint8_t WIFINetworkParams_t::ucDefaultWEPKeyIndex |
Default WEP key index.
| uint8_t WIFINetworkParams_t::ucChannel |
Channel number.