objc

Data Fields
hw_wifi_network_t Struct Reference

Describes a discovered Wi‑Fi network (scan result). More...

#include <wifi.h>

Data Fields

char ssid [HW_WIFI_SSID_MAX_LENGTH+1]
 SSID (max 32 bytes) plus NULL termination.
 
uint8_t bssid [6]
 BSSID (MAC address) in network byte order.
 
hw_wifi_auth_t auth
 Authentication/cipher info (see hw_wifi_auth_t)
 
uint8_t channel
 Primary channel number.
 
int16_t rssi
 Received signal strength (dBm)
 

Detailed Description

Describes a discovered Wi‑Fi network (scan result).

This is a compact, platform‑neutral representation of a single access point reported during a scan.

Notes:

Examples:
examples/runtime/ntp/main.c, examples/runtime/wificonnect/main.c, and examples/runtime/wifiscan/main.c.

Definition at line 86 of file wifi.h.


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