class SimAuthFrame

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

Only one type of authentication frame for request and response

Public Members

uint16_t seq_num_
SimAuthType auth_type_
StatusCode status_
vector payload_

Public Methods

void SimAuthFrame (const SimAuthFrame & auth)

SimAuthFrame function implementations.

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

void ~SimAuthFrame ()

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

SimMgmtFrameType MgmtFrameType ()

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

SimFrame * CopyFrame ()

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

void AddChallengeText (cpp20::span<const uint8_t> text)

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

void SimAuthFrame ()

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

void SimAuthFrame (const common::MacAddr & src, const common::MacAddr & dst, uint16_t seq, SimAuthType auth_type, wlan_ieee80211_wire::StatusCode status)

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