Home
last modified time | relevance | path

Searched refs:SetInterfaceMode (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wificond/tests/
Dmock_netlink_utils.h36 MOCK_METHOD2(SetInterfaceMode,
Dap_interface_impl_unittest.cpp107 EXPECT_CALL(*netlink_utils_, SetInterfaceMode( in TEST_F()
Dnetlink_utils_unittest.cpp148 EXPECT_TRUE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
159 EXPECT_FALSE(netlink_utils_->SetInterfaceMode(kFakeInterfaceIndex, in TEST_F()
/system/connectivity/wificond/
Dap_interface_impl.cpp104 if (!netlink_utils_->SetInterfaceMode(interface_index_, in StopHostapd()
/system/connectivity/wificond/net/
Dnetlink_utils.h154 virtual bool SetInterfaceMode(uint32_t interface_index,
Dnetlink_utils.cpp164 bool NetlinkUtils::SetInterfaceMode(uint32_t interface_index, in SetInterfaceMode() function in android::wificond::NetlinkUtils