HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_wifi_network_info_t Struct Reference

WiFi network information structure. More...

#include <BaseWifi.h>

Public Attributes

std::string ssid
 
uint8_t bssid [6]
 
hf_wifi_security_t security
 
int8_t rssi
 
uint8_t channel
 
bool hidden
 

Detailed Description

WiFi network information structure.

Member Data Documentation

◆ bssid

uint8_t hf_wifi_network_info_t::bssid[6]

Network BSSID (MAC address)

◆ channel

uint8_t hf_wifi_network_info_t::channel

WiFi channel

◆ hidden

bool hf_wifi_network_info_t::hidden

True if network is hidden

◆ rssi

int8_t hf_wifi_network_info_t::rssi

Signal strength (dBm)

◆ security

hf_wifi_security_t hf_wifi_network_info_t::security

Security type

◆ ssid

std::string hf_wifi_network_info_t::ssid

Network SSID


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