class DataTest

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

Public Members

Environment env_
FakeAp ap_
list sent_data_contents

Public Methods

void DataTest ()

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

std::vector<uint8_t> CreateEthernetFrame (MacAddr dstAddr, MacAddr srcAddr, uint16_t ethType)

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

void FinishAuth (MacAddr addr)

Send a authentication request frame at the beginning to make the status for kSrcClientMacAddr is

AUTHENTICATED in AP.

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

void FinishAssoc (MacAddr addr)

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

void ScheduleTx (MacAddr apAddr, MacAddr srcAddr, MacAddr dstAddr, std::vector<uint8_t> & ethFrame, zx::duration delay)

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

void Tx (MacAddr apAddr, MacAddr srcAddr, MacAddr dstAddr, std::vector<uint8_t> & ethFrame)

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