class ArpTest

Defined at line 76 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

Public Members

bool assoc_ind_recv_

Protected Members

vector ethFrame
GenericIfc sim_ifc_

Public Methods

void Init ()

Defined at line 139 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void CleanupApInterface ()

Defined at line 170 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void OnAssocInd (const fuchsia_wlan_fullmac::WlanFullmacImplIfcAssocIndRequest * ind)

Defined at line 126 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void OnStartConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcStartConfRequest * resp)

Defined at line 131 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void OnStopConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcStopConfRequest * resp)

Defined at line 135 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void Tx (const std::vector<uint8_t> & ethFrame)

Send a frame directly into the environment

Defined at line 175 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void StartAndStopSoftAP ()

Interface management

Defined at line 203 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void TxAuthandAssocReq ()

Simulation of client associating to a SoftAP interface

Defined at line 144 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void VerifyAssoc ()

Defined at line 159 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void ScheduleArpFrameTx (zx::duration when, bool expect_rx)

Frame processing

Defined at line 188 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void ScheduleNonArpFrameTx (zx::duration when)

Defined at line 197 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc