Structure holding scan parameters. More...
#include "sta-wifi-mac.h"
 Collaboration diagram for ns3::WifiScanParams:
 Collaboration diagram for ns3::WifiScanParams:| Classes | |
| struct | Channel | 
| Struct identifying a channel to scan.  More... | |
| Public Types | |
| using | ChannelList = std::list<Channel> | 
| typedef for a list of channels | |
| Public Attributes | |
| std::vector< ChannelList > | channelList | 
| list of channels to scan, for each link | |
| Time | maxChannelTime | 
| maximum time to spend on each channel | |
| Time | minChannelTime | 
| minimum time to spend on each channel | |
| Time | probeDelay | 
| delay prior to transmitting a Probe Request | |
| Ssid | ssid | 
| desired SSID or wildcard SSID | |
| WifiScanType | type | 
| indicates either active or passive scanning | |
Structure holding scan parameters.
Definition at line 62 of file sta-wifi-mac.h.
| using ns3::WifiScanParams::ChannelList = std::list<Channel> | 
typedef for a list of channels
Definition at line 77 of file sta-wifi-mac.h.
| std::vector<ChannelList> ns3::WifiScanParams::channelList | 
list of channels to scan, for each link
Definition at line 81 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().
| Time ns3::WifiScanParams::maxChannelTime | 
maximum time to spend on each channel
Definition at line 84 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().
| Time ns3::WifiScanParams::minChannelTime | 
minimum time to spend on each channel
Definition at line 83 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().
| Time ns3::WifiScanParams::probeDelay | 
delay prior to transmitting a Probe Request
Definition at line 82 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().
| Ssid ns3::WifiScanParams::ssid | 
desired SSID or wildcard SSID
Definition at line 80 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().
| WifiScanType ns3::WifiScanParams::type | 
indicates either active or passive scanning
Definition at line 79 of file sta-wifi-mac.h.
Referenced by ns3::StaWifiMac::StartScanning().