Home
last modified time | relevance | path

Searched refs:SetUpState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Diface_util.cpp39 bool IfaceUtil::SetUpState(const std::string& ifaceName, bool requestUp) in SetUpState() function in OHOS::HDI::Wlan::Chip::V1_0::IfaceUtil
41 return ifaceTool_.lock()->SetUpState(ifaceName.c_str(), requestUp); in SetUpState()
H A Diface_tool.cpp75 bool IfaceTool::SetUpState(const char* ifName, bool requestUp) in SetUpState() function in OHOS::HDI::Wlan::Chip::V1_0::IfaceTool
104 return SetUpState(K_WLAN0_INTERFACE_NAME, requestUp); in SetWifiUpState()
H A Diface_tool.h34 virtual bool SetUpState(const char* ifName, bool requestUp);
H A Diface_util.h35 virtual bool SetUpState(const std::string& ifaceName, bool requestUp);
H A Dwifi_ap_iface.cpp180 if (ifaceUtil_.lock()->SetUpState(ifname_, state)) { in SetIfaceState()
H A Dwifi_sta_iface.cpp218 if (ifaceUtil_.lock()->SetUpState(ifname_, state)) { in SetIfaceState()
H A Dwifi_vendor_hal.cpp219 ifaceTool_.lock()->SetUpState(ifname.c_str(), true); in CreateVirtualInterface()