Home
last modified time | relevance | path

Searched refs:SOFTAP_CMD_START (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dsoftap_manager.cpp47 pSoftapManagerMachine->SendMessage(SOFTAP_CMD_START, static_cast<int>(curRole), mid); in InitSoftapManager()
H A Dwifi_controller_define.h56 #define SOFTAP_CMD_START 0x201 macro
H A Dsoftap_manager_state_machine.cpp157 case SOFTAP_CMD_START: in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dsoftap_manager_test.cpp43 pSoftApManager->GetSoftapMachine()->SendMessage(SOFTAP_CMD_START, in SetUp()
H A Dsoftap_manager_state_machine_test.cpp102 msg->SetMessageName(SOFTAP_CMD_START); in HandleStartInIdleStateTest()