A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiScanParams::Channel Struct Reference

Struct identifying a channel to scan. More...

#include "sta-wifi-mac.h"

+ Collaboration diagram for ns3::WifiScanParams::Channel:

Public Attributes

WifiPhyBand band {WIFI_PHY_BAND_UNSPECIFIED}
 PHY band.
 
uint16_t number {0}
 channel number
 

Detailed Description

Struct identifying a channel to scan.

A channel number equal to zero indicates to scan all the channels; an unspecified band (WIFI_PHY_BAND_UNSPECIFIED) indicates to scan all the supported PHY bands.

Definition at line 69 of file sta-wifi-mac.h.

Member Data Documentation

◆ band

WifiPhyBand ns3::WifiScanParams::Channel::band {WIFI_PHY_BAND_UNSPECIFIED}

PHY band.

Definition at line 72 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().

◆ number

uint16_t ns3::WifiScanParams::Channel::number {0}

channel number

Definition at line 71 of file sta-wifi-mac.h.

Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().


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