Home
last modified time | relevance | path

Searched refs:WIFI_SVR_CMD_STA_CANCELWPS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_define.h35 #define WIFI_SVR_CMD_STA_CANCELWPS 0x200A macro
H A Dsta_service.cpp702 pStaStateMachine->SendMessage(WIFI_SVR_CMD_STA_CANCELWPS); in CancelWps()
H A Dsta_state_machine.cpp943 staSmHandleFuncMap[WIFI_SVR_CMD_STA_CANCELWPS] = [this](InternalMessagePtr msg) { in InitStaSMHandleMap()
2975 case WIFI_SVR_CMD_STA_CANCELWPS: { in ExecuteStateMsg()