class ScanAndApStartTest_ScanApStartInterference_Class
Defined at line 112 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/start_ap_while_scanning_test.cc
This test will attempt to start a softAP interface while a scan is in progress on a client
interface. It will verify that:
- The scan is aborted.
- When the AP is started, it is properly tracked in the driver's internal state so a follow-up
scan will not be allowed. Note that this requires driver interspection. We'd like to do this
through simple DDK calls, but it requires specific timing for the call to happen after the
start AP operation is begun but before the internal state is set, and we don't have the
simulator infrastructure in place to support this yet.
- The start AP operation completes successfully.
Public Methods
void ScanAndApStartTest_ScanApStartInterference_Class ()
Defined at line 112 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/start_ap_while_scanning_test.cc
void ~ScanAndApStartTest_ScanApStartInterference_Class ()
Defined at line 112 of file ../../src/connectivity/wlan/drivers/third_party/broadcom/brcmfmac/sim/test/start_ap_while_scanning_test.cc