Mistake on this page?
Report an issue in GitHub or email us
Data Fields
MX_WIFI_Network_t Struct Reference

Wi-Fi station info. More...

#include <mx_wifi.h>

Data Fields

uint8_t SSID [MX_WIFI_MAX_SSID_NAME_SIZE+1]
 Wi-Fi station SSID. More...
 
uint8_t pswd [MX_WIFI_MAX_PSWD_NAME_SIZE+1]
 Wi-Fi station passwd. More...
 
MX_WIFI_SecurityType_t Security
 Wi-Fi station security. More...
 
uint8_t DHCP_IsEnabled
 Wi-Fi station DHCP. More...
 
int8_t IsConnected
 Wi-Fi station connection status. More...
 
uint8_t IP_Addr [4]
 Wi-Fi station IP address. More...
 
uint8_t IP_Mask [4]
 Wi-Fi station IP mask. More...
 
uint8_t Gateway_Addr [4]
 Wi-Fi station gateway. More...
 
uint8_t DNS1 [4]
 Wi-Fi station DNS server. More...
 
int32_t IP6_state [3]
 Wi-Fi station IPv6 address state. More...
 
uint8_t IP6_Addr [3][16]
 Wi-Fi station IPv6 address. More...
 
uint8_t IP6_Mask [16]
 Wi-Fi station IPv6 mask. More...
 
uint8_t Gateway6_Addr [16]
 Wi-Fi station IPv6 gateway. More...
 
uint8_t IP6_DNS1 [16]
 Wi-Fi station IPv6 DNS server. More...
 

Detailed Description

Wi-Fi station info.

Definition at line 204 of file mx_wifi.h.

Field Documentation

uint8_t DHCP_IsEnabled

Wi-Fi station DHCP.

Definition at line 210 of file mx_wifi.h.

uint8_t DNS1[4]

Wi-Fi station DNS server.

Definition at line 217 of file mx_wifi.h.

uint8_t Gateway6_Addr[16]

Wi-Fi station IPv6 gateway.

Definition at line 222 of file mx_wifi.h.

uint8_t Gateway_Addr[4]

Wi-Fi station gateway.

Definition at line 216 of file mx_wifi.h.

uint8_t IP6_Addr[3][16]

Wi-Fi station IPv6 address.

Definition at line 220 of file mx_wifi.h.

uint8_t IP6_DNS1[16]

Wi-Fi station IPv6 DNS server.

Definition at line 223 of file mx_wifi.h.

uint8_t IP6_Mask[16]

Wi-Fi station IPv6 mask.

Definition at line 221 of file mx_wifi.h.

int32_t IP6_state[3]

Wi-Fi station IPv6 address state.

Definition at line 219 of file mx_wifi.h.

uint8_t IP_Addr[4]

Wi-Fi station IP address.

Definition at line 214 of file mx_wifi.h.

uint8_t IP_Mask[4]

Wi-Fi station IP mask.

Definition at line 215 of file mx_wifi.h.

int8_t IsConnected

Wi-Fi station connection status.

Definition at line 212 of file mx_wifi.h.

uint8_t pswd[MX_WIFI_MAX_PSWD_NAME_SIZE+1]

Wi-Fi station passwd.

Definition at line 208 of file mx_wifi.h.

Wi-Fi station security.

Definition at line 209 of file mx_wifi.h.

uint8_t SSID[MX_WIFI_MAX_SSID_NAME_SIZE+1]

Wi-Fi station SSID.

Definition at line 207 of file mx_wifi.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.