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

Wi-Fi station IP address format. More...

#include <iot_wifi.h>

Data Fields

WIFIIPAddressType_t xType
 
uint32_t ulAddress [IPV6_LENGTH]
 

Detailed Description

Wi-Fi station IP address format.

Field Documentation

◆ xType

WIFIIPAddressType_t WIFIIPAddress_t::xType

IP address type (only eWiFiIPAddressTypeV4 is currently supported).

◆ ulAddress

uint32_t WIFIIPAddress_t::ulAddress[IPV6_LENGTH]

IP address in binary form, use inet_ntop/inet_pton for conversion.


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