Home
last modified time | relevance | path

Searched refs:WIFI_SVR_CMD_STA_DISCONNECT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_define.h33 #define WIFI_SVR_CMD_STA_DISCONNECT 0x2008 macro
H A Dsta_service.cpp681 pStaStateMachine->SendMessage(WIFI_SVR_CMD_STA_DISCONNECT); in Disconnect()
H A Dsta_state_machine.cpp2780 case WIFI_SVR_CMD_STA_DISCONNECT: { in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp985 msg->SetMessageName(WIFI_SVR_CMD_STA_DISCONNECT); in ApLinkedStateExeMsgSuccess1()