roo_wifi
API Documentation for roo_wifi
Loading...
Searching...
No Matches
roo_wifi::NetworkDetails Struct Reference

Detailed network information reported by the interface. More...

#include <interface.h>

Data Fields

uint8_t bssid [6]
 MAC address of AP.
 
uint8_t ssid [33]
 SSID of AP.
 
uint8_t primary
 Channel of AP.
 
int8_t rssi
 Signal strength of AP.
 
AuthMode authmode
 Auth mode of AP.
 
CipherType pairwise_cipher
 Pairwise cipher of AP.
 
CipherType group_cipher
 Group cipher of AP.
 
bool use_11b
 
bool use_11g
 
bool use_11n
 
bool supports_wps
 
ConnectionStatus status
 

Detailed Description

Detailed network information reported by the interface.

Definition at line 53 of file interface.h.

Field Documentation

◆ authmode

AuthMode roo_wifi::NetworkDetails::authmode

◆ bssid

uint8_t roo_wifi::NetworkDetails::bssid[6]

MAC address of AP.

Definition at line 54 of file interface.h.

Referenced by roo_wifi::Esp32ArduinoInterface::getApInfo().

◆ group_cipher

CipherType roo_wifi::NetworkDetails::group_cipher

Group cipher of AP.

Definition at line 60 of file interface.h.

Referenced by roo_wifi::Esp32ArduinoInterface::getApInfo(), and roo_wifi::Esp32ArduinoInterface::getScanResults().

◆ pairwise_cipher

CipherType roo_wifi::NetworkDetails::pairwise_cipher

Pairwise cipher of AP.

Definition at line 59 of file interface.h.

Referenced by roo_wifi::Esp32ArduinoInterface::getApInfo(), and roo_wifi::Esp32ArduinoInterface::getScanResults().

◆ primary

uint8_t roo_wifi::NetworkDetails::primary

◆ rssi

int8_t roo_wifi::NetworkDetails::rssi

Signal strength of AP.

Definition at line 57 of file interface.h.

Referenced by roo_wifi::Esp32ArduinoInterface::getApInfo(), and roo_wifi::Esp32ArduinoInterface::getScanResults().

◆ ssid

uint8_t roo_wifi::NetworkDetails::ssid[33]

◆ status

ConnectionStatus roo_wifi::NetworkDetails::status

Definition at line 66 of file interface.h.

Referenced by roo_wifi::Esp32ArduinoInterface::getApInfo().

◆ supports_wps

bool roo_wifi::NetworkDetails::supports_wps

◆ use_11b

bool roo_wifi::NetworkDetails::use_11b

◆ use_11g

bool roo_wifi::NetworkDetails::use_11g

◆ use_11n

bool roo_wifi::NetworkDetails::use_11n

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