ClientInfo Struct Reference

Decoded Wifi client information. More...

#include <WifiSniffer.h>

Collaboration diagram for ClientInfo:
[legend]

Public Attributes

uint8_t bssid [ETH_MAC_LEN]
 
uint8_t station [ETH_MAC_LEN]
 
uint8_t ap [ETH_MAC_LEN]
 
uint8_t channel
 
int8_t err
 
int8_t rssi
 
uint16_t seq_n
 

Detailed Description

Decoded Wifi client information.

Member Data Documentation

◆ ap

uint8_t ClientInfo::ap[ETH_MAC_LEN]

◆ bssid

uint8_t ClientInfo::bssid[ETH_MAC_LEN]

◆ channel

uint8_t ClientInfo::channel

◆ err

int8_t ClientInfo::err

◆ rssi

int8_t ClientInfo::rssi

◆ seq_n

uint16_t ClientInfo::seq_n

◆ station

uint8_t ClientInfo::station[ETH_MAC_LEN]

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