struct Beacon

Defined at line 29 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/test/beacon_unittests.cc

We will use the Beacon structure to keep track of all beacons we receive

Public Members

basic_time time_
WlanChannel channel_
uint8_t channel_to_switch_
uint8_t channel_switch_count_
vector ssid_
MacAddr bssid_
bool privacy

Public Methods

void Beacon (zx::time time, const wlan_ieee80211::WlanChannel & channel, const fuchsia_wlan_ieee80211::Ssid & ssid, const common::MacAddr & bssid)

Defined at line 30 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-fake-ap/test/beacon_unittests.cc