Struct identifying a channel to scan. More...
#include "sta-wifi-mac.h"
Public Attributes | |
WifiPhyBand | band {WIFI_PHY_BAND_UNSPECIFIED} |
PHY band. | |
uint16_t | number {0} |
channel number | |
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 58 of file sta-wifi-mac.h.
WifiPhyBand ns3::WifiScanParams::Channel::band {WIFI_PHY_BAND_UNSPECIFIED} |
PHY band.
Definition at line 61 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().
uint16_t ns3::WifiScanParams::Channel::number {0} |
channel number
Definition at line 60 of file sta-wifi-mac.h.
Referenced by ns3::WifiAssocManager::MatchScanParams(), and ns3::operator<<().