Searched refs:WIFI_SVR_CMD_CANCEL_WPS (Results 1 – 6 of 6) sorted by relevance
36 WIFI_SVR_CMD_CANCEL_WPS = 0x1012, /* stop wps */ enumerator
1112 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS); in CancelWps()1113 … remote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS), &req, &… in CancelWps()1117 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS), error); in CancelWps()
1173 … = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS), data, r… in CancelWps()1177 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS), error); in CancelWps()
715 …handleFuncMap_[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS)] = &WifiDeviceStub… in InitHandleMap()
170 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS)] = [this](uint32_t … in InitHandleMap()
340 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_CANCEL_WPS), datas); in OnCancelWpsFuzzTest()