Home
last modified time | relevance | path

Searched defs:ifname (Results 1 – 25 of 47) sorted by relevance

12

/hardware/interfaces/wifi/hostapd/1.3/vts/functional/
Dhostapd_hidl_test.cpp326 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
338 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
351 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
364 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
375 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
387 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
399 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
412 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
425 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
438 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
[all …]
/hardware/interfaces/wifi/hostapd/1.2/vts/functional/
Dhostapd_hidl_test.cpp254 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
268 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
283 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
298 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
311 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
325 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
340 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
355 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
370 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
388 std::string ifname = getPrimaryWlanIfaceName(); in TEST_P() local
[all …]
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dlibnetdevice.cpp38 bool exists(std::string ifname) { in exists()
42 bool up(std::string ifname) { in up()
49 bool down(std::string ifname) { in down()
78 std::optional<hwaddr_t> getHwAddr(const std::string& ifname) { in getHwAddr()
87 bool setHwAddr(const std::string& ifname, hwaddr_t hwaddr) { in setHwAddr()
97 std::optional<bool> isUp(std::string ifname) { in isUp()
103 static bool hasIpv4(std::string ifname) { in hasIpv4()
172 for (const auto ifname : ifnames) { in waitFor() local
202 const auto ifname = msg->attributes.get<std::string>(IFLA_IFNAME); in waitFor() local
214 const auto ifname = msg->attributes.get<std::string>(IFLA_IFNAME); in waitFor() local
Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue()
36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue()
Dcan.cpp36 base::unique_fd socket(const std::string& ifname) { in socket()
69 bool setBitrate(std::string ifname, uint32_t bitrate) { in setBitrate()
Dcommon.cpp25 unsigned int nametoindex(const std::string& ifname) { in nametoindex()
Difreqs.cpp71 struct ifreq fromName(const std::string& ifname) { in fromName()
/hardware/interfaces/wifi/hostapd/aidl/vts/functional/
DVtsHalHostapdTargetTest.cpp274 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
285 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
297 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
309 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
319 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
329 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
340 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
351 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
363 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
374 std::string ifname = setupApIfaceAndGetName(false); in TEST_P() local
[all …]
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiChip.aidl47 @PropagateAllowBlocking android.hardware.wifi.IWifiApIface getApIface(in String ifname); in getApIface()
55 @PropagateAllowBlocking android.hardware.wifi.IWifiNanIface getNanIface(in String ifname); in getNanIface()
57 @PropagateAllowBlocking android.hardware.wifi.IWifiP2pIface getP2pIface(in String ifname); in getP2pIface()
59 @PropagateAllowBlocking android.hardware.wifi.IWifiStaIface getStaIface(in String ifname); in getStaIface()
66 void removeApIface(in String ifname); in removeApIface()
68 void removeNanIface(in String ifname); in removeNanIface()
69 void removeP2pIface(in String ifname); in removeP2pIface()
70 void removeStaIface(in String ifname); in removeStaIface()
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiChip.aidl47 @PropagateAllowBlocking android.hardware.wifi.IWifiApIface getApIface(in String ifname); in getApIface()
55 @PropagateAllowBlocking android.hardware.wifi.IWifiNanIface getNanIface(in String ifname); in getNanIface()
57 @PropagateAllowBlocking android.hardware.wifi.IWifiP2pIface getP2pIface(in String ifname); in getP2pIface()
59 @PropagateAllowBlocking android.hardware.wifi.IWifiStaIface getStaIface(in String ifname); in getStaIface()
66 void removeApIface(in String ifname); in removeApIface()
68 void removeNanIface(in String ifname); in removeNanIface()
69 void removeP2pIface(in String ifname); in removeP2pIface()
70 void removeStaIface(in String ifname); in removeStaIface()
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiChip.aidl562 @PropagateAllowBlocking IWifiApIface getApIface(in String ifname); in getApIface()
675 @PropagateAllowBlocking IWifiNanIface getNanIface(in String ifname); in getNanIface()
699 @PropagateAllowBlocking IWifiP2pIface getP2pIface(in String ifname); in getP2pIface()
723 @PropagateAllowBlocking IWifiStaIface getStaIface(in String ifname); in getStaIface()
844 void removeApIface(in String ifname); in removeApIface()
872 void removeNanIface(in String ifname); in removeNanIface()
884 void removeP2pIface(in String ifname); in removeP2pIface()
896 void removeStaIface(in String ifname); in removeStaIface()
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/proto/
Dcanbus_config.proto22 string ifname = 1; field
32 string ifname = 1; field
/hardware/interfaces/automotive/can/1.0/tools/configurator/proto/
Dcanbus_config.proto22 string ifname = 1; field
32 string ifname = 1; field
/hardware/interfaces/automotive/can/1.0/tools/configurator/
Dcanprototools.cpp87 const auto ifname = pb_bus.native().ifname(); in fromPbBus() local
117 const auto ifname = pb_bus.virtual_().ifname(); in fromPbBus() local
/hardware/interfaces/automotive/can/aidl/default/
DCanBusVirtual.cpp26 CanBusVirtual::CanBusVirtual(const std::string& ifname) : CanBus(ifname) {} in CanBusVirtual()
DCanBusNative.cpp27 CanBusNative::CanBusNative(const std::string& ifname, uint32_t bitrate) in CanBusNative()
DCanBus.cpp24 CanBus::CanBus(std::string_view ifname) : mIfname(ifname) {} in CanBus()
/hardware/interfaces/automotive/can/1.0/default/
DCanBusVirtual.cpp24 CanBusVirtual::CanBusVirtual(const std::string& ifname) : CanBus(ifname) {} in CanBusVirtual()
DCanBusNative.cpp25 CanBusNative::CanBusNative(const std::string& ifname, uint32_t bitrate) in CanBusNative()
/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp165 void setActiveWlanIfaceNameProperty(const std::string& ifname) { in setActiveWlanIfaceNameProperty()
796 const auto ifname = getFirstActiveWlanIfaceName(); in getFeatureSetInternal() local
864 const auto ifname = getFirstActiveWlanIfaceName(); in requestChipDebugInfoInternal() local
923 std::shared_ptr<WifiApIface> WifiChip::newWifiApIface(std::string& ifname) { in newWifiApIface()
947 std::string ifname = allocateApIfaceName(); in createApIfaceInternal() local
1004 const std::string& ifname) { in getApIfaceInternal()
1012 ndk::ScopedAStatus WifiChip::removeApIfaceInternal(const std::string& ifname) { in removeApIfaceInternal()
1034 const std::string& ifname, const std::string& ifInstanceName) { in removeIfaceInstanceFromBridgedApIfaceInternal()
1078 std::string ifname = getPredefinedNanIfaceName(); in createNanIfaceInternal() local
1104 const std::string& ifname) { in getNanIfaceInternal()
[all …]
Dwifi_p2p_iface.cpp30 WifiP2pIface::WifiP2pIface(const std::string& ifname, in WifiP2pIface()
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/
Dcanprototools.cpp110 const std::string ifname = pb_bus.native().ifname(); in fromPbBus() local
147 const std::string ifname = pb_bus.virtual_().ifname(); in fromPbBus() local
/hardware/interfaces/automotive/can/1.0/default/libnl++/
Dcommon.cpp25 unsigned int nametoindex(const std::string& ifname) { in nametoindex()
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp51 MockNanIface(const std::string& ifname, bool is_dedicated_iface, in MockNanIface()
57 const std::string& ifname, bool is_dedicated_iface, in createMock()
/hardware/interfaces/automotive/remoteaccess/bind_to_device_socket_mutator/src/
DBindToDeviceSocketMutator.cpp30 std::string ifname; member

12