FreeRTOS: BLE
BLE
Return to main page ↑
IotBleWifiProvNetworkInfo_t Struct Reference

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
 

Detailed Description

Defines the structure used to hold a scanned or saved network information.

Field Documentation

◆ pScannedNetwork

WIFIScanResult_t* IotBleWifiProvNetworkInfo_t::pScannedNetwork

Details of the scanned Network.

◆ pSavedNetwork

WIFINetworkProfile_t* IotBleWifiProvNetworkInfo_t::pSavedNetwork

Details of the provisioned Network.

◆ index

uint16_t IotBleWifiProvNetworkInfo_t::index

The index (priority) at which network is provisioned.

◆ isSavedNetwork

bool IotBleWifiProvNetworkInfo_t::isSavedNetwork

A flag to signify whether this network is a saved network or scanned network.

◆ isConnected

bool IotBleWifiProvNetworkInfo_t::isConnected

A flag to signify whether this network is connected.

◆ isHidden

bool IotBleWifiProvNetworkInfo_t::isHidden

A flag to signify whether this is an hidden network.


The documentation for this struct was generated from the following file: