FreeRTOS:
BLE
BLE
|
Return to main page ↑ |
Defines the structure used to hold a scanned or saved network information. More...
#include <iot_ble_wifi_provisioning.h>
Data Fields | |
union { | |
WIFIScanResult_t * pScannedNetwork | |
WIFINetworkProfile_t * pSavedNetwork | |
} | info |
uint16_t | index |
bool | isSavedNetwork: 1 |
bool | isConnected: 1 |
bool | isHidden: 1 |
Defines the structure used to hold a scanned or saved network information.
WIFIScanResult_t* IotBleWifiProvNetworkInfo_t::pScannedNetwork |
Details of the scanned Network.
WIFINetworkProfile_t* IotBleWifiProvNetworkInfo_t::pSavedNetwork |
Details of the provisioned Network.
uint16_t IotBleWifiProvNetworkInfo_t::index |
The index (priority) at which network is provisioned.
bool IotBleWifiProvNetworkInfo_t::isSavedNetwork |
A flag to signify whether this network is a saved network or scanned network.
bool IotBleWifiProvNetworkInfo_t::isConnected |
A flag to signify whether this network is connected.
bool IotBleWifiProvNetworkInfo_t::isHidden |
A flag to signify whether this is an hidden network.