FreeRTOS: Wi-Fi Management Library
Return to main page ↑
WIFICapabilityInfo_t Struct Reference

Wi-Fi capabilities. More...

#include <iot_wifi.h>

Data Fields

WIFIBand_t xBand
 
WIFIPhyMode_t xPhyMode
 
WIFIBandwidth_t xBandwidth
 
uint32_t ulMaxAggr
 
uint16_t usSupportedFeatures
 

Detailed Description

Wi-Fi capabilities.

Note
Applications can use it to check whether the Wi-Fi interface can meet their requirements (features like P2P, or performance as shown by xPhyMode and xBandwidth).

Field Documentation

◆ xBand

WIFIBand_t WIFICapabilityInfo_t::xBand

Supported band

◆ xPhyMode

WIFIPhyMode_t WIFICapabilityInfo_t::xPhyMode

Supported PHY mode

◆ xBandwidth

WIFIBandwidth_t WIFICapabilityInfo_t::xBandwidth

Supported bandwidth

◆ ulMaxAggr

uint32_t WIFICapabilityInfo_t::ulMaxAggr

Max aggregation length, 0 if no aggregation support

◆ usSupportedFeatures

uint16_t WIFICapabilityInfo_t::usSupportedFeatures

Supported features bitmap, e.g., WIFI_WPS_SUPPORTED


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