|
FreeRTOS:
BLE
BLE
|
| Return to main page ↑ |
Response type used to send a WIFI network. More...
#include <iot_ble_wifi_provisioning.h>
Data Fields | |
| const char * | pSSID |
| The SSID of the WiFi network. | |
| size_t | SSIDLength |
| The SSID length in bytes. | |
| const uint8_t * | pBSSID |
| size_t | BSSIDLength |
| int32_t | savedIdx |
| int8_t | RSSI |
| WIFISecurity_t | security |
| WIFIReturnCode_t | status |
| bool | hidden |
| bool | connected |
Response type used to send a WIFI network.
| const uint8_t* IotBleWifiNetworkInfo_t::pBSSID |
BSSID of the Wi-Fi network.
| size_t IotBleWifiNetworkInfo_t::BSSIDLength |
BSSID of the Wi-Fi network.
| int32_t IotBleWifiNetworkInfo_t::savedIdx |
The index at which to save the network.
| int8_t IotBleWifiNetworkInfo_t::RSSI |
The signal strength of the Wi-Fi network.
| WIFISecurity_t IotBleWifiNetworkInfo_t::security |
The security type of the Wi-Fi network.
| WIFIReturnCode_t IotBleWifiNetworkInfo_t::status |
The status of the Wi-Fi network.
| bool IotBleWifiNetworkInfo_t::hidden |
A flag to signify whether this is an hidden network.
| bool IotBleWifiNetworkInfo_t::connected |
A flag to signify whether this network is connected.