senf::emu::WirelessNLController::ScanResults Struct Reference

#include <senf/Ext/NetEmu/WLAN/WirelessNLController.hh>

Public Member Functions

 ScanResults (senf::MACAddress const &bssid)
 
bool operator< (ScanResults const &other) const
 

Public Attributes

frequency_type frequency
 
std::uint64_t tsf
 
senf::MACAddress bssId
 
std::uint16_t beaconInterval
 
std::uint16_t capability
 
std::int32_t signal
 
std::uint8_t signalUnspec
 
std::uint32_t status
 
std::uint32_t seenMsAgo
 
int informationElementsLength
 
int beaconInformationElementsLength
 
std::uint8_t informationElements [4096]
 
std::uint8_t beaconInformationElements [4096]
 

Detailed Description

Definition at line 257 of file WirelessNLController.hh.

Constructor & Destructor Documentation

◆ ScanResults()

senf::emu::WirelessNLController::ScanResults::ScanResults ( senf::MACAddress const &  bssid)
inline

Definition at line 258 of file WirelessNLController.hh.

Member Function Documentation

◆ operator<()

bool senf::emu::WirelessNLController::ScanResults::operator< ( ScanResults const &  other) const
inline

Definition at line 279 of file WirelessNLController.hh.

Member Data Documentation

◆ beaconInformationElements

std::uint8_t senf::emu::WirelessNLController::ScanResults::beaconInformationElements[4096]

Definition at line 277 of file WirelessNLController.hh.

◆ beaconInformationElementsLength

int senf::emu::WirelessNLController::ScanResults::beaconInformationElementsLength

Definition at line 275 of file WirelessNLController.hh.

◆ beaconInterval

std::uint16_t senf::emu::WirelessNLController::ScanResults::beaconInterval

Definition at line 268 of file WirelessNLController.hh.

◆ bssId

senf::MACAddress senf::emu::WirelessNLController::ScanResults::bssId

Definition at line 267 of file WirelessNLController.hh.

◆ capability

std::uint16_t senf::emu::WirelessNLController::ScanResults::capability

Definition at line 269 of file WirelessNLController.hh.

◆ frequency

frequency_type senf::emu::WirelessNLController::ScanResults::frequency

Definition at line 263 of file WirelessNLController.hh.

◆ informationElements

std::uint8_t senf::emu::WirelessNLController::ScanResults::informationElements[4096]

Definition at line 276 of file WirelessNLController.hh.

◆ informationElementsLength

int senf::emu::WirelessNLController::ScanResults::informationElementsLength

Definition at line 274 of file WirelessNLController.hh.

◆ seenMsAgo

std::uint32_t senf::emu::WirelessNLController::ScanResults::seenMsAgo

Definition at line 273 of file WirelessNLController.hh.

◆ signal

std::int32_t senf::emu::WirelessNLController::ScanResults::signal

Definition at line 270 of file WirelessNLController.hh.

◆ signalUnspec

std::uint8_t senf::emu::WirelessNLController::ScanResults::signalUnspec

Definition at line 271 of file WirelessNLController.hh.

◆ status

std::uint32_t senf::emu::WirelessNLController::ScanResults::status

Definition at line 272 of file WirelessNLController.hh.

◆ tsf

std::uint64_t senf::emu::WirelessNLController::ScanResults::tsf

Definition at line 266 of file WirelessNLController.hh.


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