|
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 | |
| const char * | pcSSID |
| uint8_t | ucSSIDLength |
| const char * | pcPassword |
| uint8_t | ucPasswordLength |
| WIFISecurity_t | xSecurity |
| int8_t | cChannel |
Parameters passed to the WIFI_ConnectAP API for connection.
| const char* WIFINetworkParams_t::pcSSID |
SSID of the Wi-Fi network to join.
| uint8_t WIFINetworkParams_t::ucSSIDLength |
SSID length not including NULL termination.
| const char* WIFINetworkParams_t::pcPassword |
Password needed to join the AP.
| uint8_t WIFINetworkParams_t::ucPasswordLength |
Password length not including NULL termination.
| WIFISecurity_t WIFINetworkParams_t::xSecurity |
Wi-Fi Security.
| int8_t WIFINetworkParams_t::cChannel |
Channel number.