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
58
sp<IApInterface>
ap_interface
;
local
59
EXPECT_TRUE(service->createApInterface(&
ap_interface
).isOk());
60
EXPECT_NE(nullptr,
ap_interface
.get());
64
EXPECT_TRUE(
ap_interface
->getInterfaceName(&if_name).isOk());
88
sp<IApInterface>
ap_interface
;
local
89
EXPECT_TRUE(service->createApInterface(&
ap_interface
).isOk());
90
ASSERT_NE(nullptr,
ap_interface
.get());
94
EXPECT_TRUE(
ap_interface
->getInterfaceName(&if_name).isOk());
100
EXPECT_TRUE(
ap_interface
->writeHostapdConfig(
112
EXPECT_TRUE(
ap_interface
->startHostapd(&hostapd_started).isOk())
145
sp<IApInterface>
ap_interface
;
local
[
all
...]
/system/connectivity/wificond/
server.cpp
103
unique_ptr<ApInterfaceImpl>
ap_interface
(new ApInterfaceImpl(
109
*created_interface =
ap_interface
->GetBinder();
110
ap_interfaces_.push_back(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
722
ap_interface
= interface.Interface(interface_name, self.host)
723
return
ap_interface
.mac_address
[
all
...]
Completed in 89 milliseconds