class SimAuthFrame

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

void ~SimAuthFrame ()

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

SimMgmtFrameType MgmtFrameType ()

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

SimFrame * CopyFrame ()

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

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

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

void SimAuthFrame ()

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

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

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