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

Wi-Fi station link info. More...

#include <mx_wifi.h>

Data Fields

uint8_t is_connected
 Wi-Fi station connection status. More...
 
char ssid [(32)]
 Wi-Fi connection AP ssid to connect. More...
 
uint8_t bssid [(6)]
 Wi-Fi connection AP bssid. More...
 
uint8_t security
 Wi-Fi connection security type. More...
 
uint8_t channel
 Wi-Fi connection channel. More...
 
int32_t rssi
 Wi-Fi connection rssi. More...
 

Detailed Description

Wi-Fi station link info.

Definition at line 485 of file mx_wifi.h.

Field Documentation

uint8_t bssid[(6)]

Wi-Fi connection AP bssid.

Definition at line 489 of file mx_wifi.h.

uint8_t channel

Wi-Fi connection channel.

Definition at line 491 of file mx_wifi.h.

uint8_t is_connected

Wi-Fi station connection status.

Definition at line 487 of file mx_wifi.h.

int32_t rssi

Wi-Fi connection rssi.

Definition at line 492 of file mx_wifi.h.

uint8_t security

Wi-Fi connection security type.

Definition at line 490 of file mx_wifi.h.

char ssid[(32)]

Wi-Fi connection AP ssid to connect.

Definition at line 488 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.