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

Defines edit wifi network request message structure sent from provisioning app to the device. The request is used to change the priority index for a provisioned access point. Priority index ranges from 0 (Max priority) to wificonfigMAX_NETWORK_PROFILES - 1 (Minimum priority). More...

#include <iot_ble_wifi_provisioning.h>

Data Fields

int16_t currentPriorityIndex
 
int16_t newPriorityIndex
 

Detailed Description

Defines edit wifi network request message structure sent from provisioning app to the device. The request is used to change the priority index for a provisioned access point. Priority index ranges from 0 (Max priority) to wificonfigMAX_NETWORK_PROFILES - 1 (Minimum priority).

Field Documentation

◆ currentPriorityIndex

int16_t IotBleWifiProvEditNetworkRequest_t::currentPriorityIndex

Current Priority index of the provisioned WiFi network.

◆ newPriorityIndex

int16_t IotBleWifiProvEditNetworkRequest_t::newPriorityIndex

New priority index of the provisioned WiFi network.


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