class CreateSoftAPTest

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

Public Members

StatusCode auth_resp_status_
bool auth_ind_recv_
bool assoc_ind_recv_
bool deauth_conf_recv_
bool deauth_ind_recv_
bool disassoc_ind_recv_
bool disassoc_conf_recv_
bool start_conf_received_
bool stop_conf_received_
StartResult start_conf_status_
StopResult stop_conf_status_
MacAddr ind_expect_mac_

Protected Members

WlanTxInfo tx_info_
bool sec_enabled_
SoftApInterface softap_ifc_

Public Methods

void CreateSoftAPTest ()

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

void SetUp ()

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

void Init ()

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

void CreateInterface ()

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

void DeleteInterface ()

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

zx_status_t StartSoftAP ()

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

zx_status_t StopSoftAP ()

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

void GetApSetSsidErrInspectCount (uint64_t * out_count)

We track a specific firmware error condition seen in AP start.

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

void TxAuthReq (simulation::SimAuthType auth_type, common::MacAddr client_mac)

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

void TxAssocReq (common::MacAddr client_mac)

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

void TxDisassocReq (common::MacAddr client_mac)

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

void TxDeauthReq (common::MacAddr client_mac)

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

void DeauthClient (common::MacAddr client_mac)

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

void VerifyAuth ()

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

void VerifyAssoc ()

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

void VerifyNotAssoc ()

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

void VerifyStartAPConf (wlan_fullmac_wire::StartResult status)

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

void VerifyStopAPConf (wlan_fullmac_wire::StopResult status)

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

void VerifyNumOfClient (uint16_t expect_client_num)

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

void ClearAssocInd ()

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

void InjectStartAPError ()

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

void InjectChanspecError ()

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

void InjectSetSsidError ()

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

void InjectStopAPError ()

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

void SetExpectMacForInds (common::MacAddr set_mac)

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

void OnAuthInd (const wlan_fullmac_wire::WlanFullmacImplIfcAuthIndRequest * ind)

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

void OnDeauthInd (const fuchsia_wlan_fullmac::WlanFullmacImplIfcDeauthIndRequest * ind)

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

void OnDeauthConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcDeauthConfRequest * resp)

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

void OnAssocInd (const fuchsia_wlan_fullmac::WlanFullmacImplIfcAssocIndRequest * ind)

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

void OnDisassocConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcDisassocConfRequest * resp)

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

void OnDisassocInd (const fuchsia_wlan_fullmac::WlanFullmacImplIfcDisassocIndRequest * ind)

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

void OnStartConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcStartConfRequest * resp)

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

void OnStopConf (const fuchsia_wlan_fullmac::WlanFullmacImplIfcStopConfRequest * resp)

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

void OnChannelSwitch (const fuchsia_wlan_fullmac::WlanFullmacImplIfcOnChannelSwitchRequest * ind)

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