OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_interface
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/wificond/tests/integration/
ap_interface_test.cpp
52
sp<IApInterface>
ap_interface
;
local
53
EXPECT_TRUE(service->createApInterface(kInterfaceName, &
ap_interface
).isOk());
54
EXPECT_NE(nullptr,
ap_interface
.get());
58
EXPECT_TRUE(
ap_interface
->getInterfaceName(&if_name).isOk());
88
sp<IApInterface>
ap_interface
;
local
89
EXPECT_TRUE(service->createApInterface(kInterfaceName, &
ap_interface
).isOk());
90
ASSERT_NE(nullptr,
ap_interface
.get());
94
EXPECT_TRUE(
ap_interface
->getInterfaceName(&if_name).isOk());
105
ap_interface
127
EXPECT_TRUE(
ap_interface
->stopHostapd(&hostapd_stopped).isOk())
[
all
...]
/system/connectivity/wificond/
server.cpp
104
unique_ptr<ApInterfaceImpl>
ap_interface
(new ApInterfaceImpl(
110
*created_interface =
ap_interface
->GetBinder();
111
BroadcastApInterfaceReady(
ap_interface
->GetBinder());
112
ap_interfaces_[iface_name] = std::move(
ap_interface
);
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py
89
ap_interface
= interface.Interface(devs[0].if_name, host=host)
90
ap_netblock = netblock.from_addr(
ap_interface
.ipv4_address_and_prefix)
/external/autotest/server/
site_linux_router.py
735
ap_interface
= interface.Interface(interface_name, self.host)
736
return
ap_interface
.mac_address
[
all
...]
Completed in 106 milliseconds