Searched refs:WIFI_SVR_CMD_GET_DEVICE_CONFIG (Results 1 – 3 of 3) sorted by relevance
87 WIFI_SVR_CMD_GET_DEVICE_CONFIG = 0x3007, /* get single saved network config */ enumerator
2367 …or = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DEVICE_CONFIG), in GetDeviceConfig()2371 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DEVICE_CONFIG), error); in GetDeviceConfig()
124 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_DEVICE_CONFIG)] = [this](ui… in InitHandleMapEx2()