class SimManagementFrame

Defined at line 114 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.h

Public Members

MacAddr src_addr_
MacAddr dst_addr_
list IEs_
vector raw_ies_
SimSecProtoType sec_proto_type_

Public Methods

void SimManagementFrame (const SimManagementFrame & mgmt_frame)

SimManagementFrame function implementations.

Defined at line 52 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void ~SimManagementFrame ()

Defined at line 73 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

SimFrameType FrameType ()

Frame type identifier

Defined at line 75 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

SimMgmtFrameType MgmtFrameType ()

Frame subtype identifier for management frames

void AddSsidIe (const fuchsia_wlan_ieee80211::Ssid & ssid)

Defined at line 88 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void AddCsaIe (const wlan_ieee80211_wire::WlanChannel & channel, uint8_t channel_switch_count)

Defined at line 94 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void AddRawIes (cpp20::span<const uint8_t> raw_ies)

Defined at line 103 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

std::shared_ptr<InformationElement> FindIe (InformationElement::SimIeType ie_type)

Defined at line 77 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void RemoveIe (InformationElement::SimIeType )

Defined at line 115 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void SimManagementFrame ()

Defined at line 130 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.h

void SimManagementFrame (const common::MacAddr & src, const common::MacAddr & dst)

Defined at line 132 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.h

Enumerations

enum SimMgmtFrameType
Name Value
FRAME_TYPE_BEACON 0
FRAME_TYPE_PROBE_REQ 1
FRAME_TYPE_PROBE_RESP 2
FRAME_TYPE_ASSOC_REQ 3
FRAME_TYPE_ASSOC_RESP 4
FRAME_TYPE_DISASSOC_REQ 5
FRAME_TYPE_AUTH 6
FRAME_TYPE_DEAUTH 7
FRAME_TYPE_REASSOC_REQ 8
FRAME_TYPE_REASSOC_RESP 9
FRAME_TYPE_ACTION 10

Defined at line 116 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.h