struct Beacon

Defined at line 32 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_
ChannelNumber primary_
ChannelBandwidth bandwidth_
ChannelNumber vht_secondary_80_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 fuchsia_wlan_ieee80211::wire::ChannelNumber & channel, fuchsia_wlan_ieee80211::wire::ChannelBandwidth cbw, const fuchsia_wlan_ieee80211::wire::ChannelNumber & secondary80, const fuchsia_wlan_ieee80211::Ssid & ssid, const MacAddr & bssid)

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