class ArpTest

Defined at line 74 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 137 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void CleanupApInterface ()

Defined at line 164 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 124 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 129 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 133 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 169 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void StartAndStopSoftAP ()

Interface management

Defined at line 193 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 142 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void VerifyAssoc ()

Defined at line 153 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 178 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/arp_test.cc

void ScheduleNonArpFrameTx (zx::duration when)

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