class SimManagementFrame

Defined at line 119 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 56 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void ~SimManagementFrame ()

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

SimFrameType FrameType ()

Frame type identifier

Defined at line 79 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 92 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void AddCsaIe (const fuchsia_wlan_ieee80211::wire::ChannelNumber & channel, uint8_t channel_switch_count)

Defined at line 98 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 107 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 81 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.cc

void RemoveIe (InformationElement::SimIeType )

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

void SimManagementFrame ()

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

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

Defined at line 137 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 121 of file ../../src/connectivity/wlan/drivers/testing/lib/sim-env/sim-frame.h