Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp72 bool InterfaceTool::SetUpState(const char* if_name, bool request_up) { in SetUpState() function in android::wifi_system::InterfaceTool
106 return SetUpState(kWlan0InterfaceName, request_up); in SetWifiUpState()
/frameworks/opt/net/wifi/libwifi_system_iface/include/wifi_system/
Dinterface_tool.h38 virtual bool SetUpState(const char* if_name, bool request_up);
/frameworks/opt/net/wifi/libwifi_system_iface/testlib/include/wifi_system_test/
Dmock_interface_tool.h31 MOCK_METHOD2(SetUpState, bool(const char* if_name, bool request_up));