Home
last modified time | relevance | path

Searched refs:ifaceName (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/
DCanController.cpp56 std::string ifaceName; member
236 std::string ifaceName; in upInterface() local
245 ifaceName = selectedDevice->ifaceName; in upInterface()
248 ifaceName = socketcan.ifname(); in upInterface()
250 busService = new CanBusNative(ifaceName, config.bitrate); in upInterface()
267 ttyName = selectedDevice->ifaceName; in upInterface()
/hardware/interfaces/wifi/hostapd/1.1/
DIHostapdCallback.hal27 * @param ifaceName Name of the interface.
29 oneway onFailure(string ifaceName);
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
Dhostapd_hidl_test.cpp69 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithAcs()
81 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithoutAcs()
93 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithInvalidChannel()
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal107 string ifaceName;
152 * @param ifaceName Name of the interface.
159 removeAccessPoint(string ifaceName) generates(HostapdStatus status);
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/
Dhostapd_hidl_test.cpp78 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithAcs()
115 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithoutAcs()
/hardware/interfaces/wifi/hostapd/1.2/
DIHostapd.hal193 * @param ifaceName Name of the interface.
202 forceClientDisconnect(string ifaceName, MacAddress clientAddress,
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal195 createDataInterfaceRequest(CommandIdShort cmdId, string ifaceName)
209 deleteDataInterfaceRequest(CommandIdShort cmdId, string ifaceName)
DREADME-NAN.md169 * string ifaceName = <i>variable</i>
177 * string ifaceName = <i>variable</i>
Dtypes.hal1253 string ifaceName;
1294 string ifaceName;
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md177 * string ifaceName = <i>variable</i>
185 * string ifaceName = <i>variable</i>
/hardware/interfaces/wifi/hostapd/1.2/vts/functional/
Dhostapd_hidl_test.cpp96 iface_params.ifaceName = getPrimaryWlanIfaceName(); in getIfaceParamsWithoutAcs()
/hardware/interfaces/wifi/1.4/default/
Dhidl_struct_util.cpp1837 if (strnlen(hidl_request.ifaceName.c_str(), IFNAMSIZ + 1) == IFNAMSIZ + 1) { in convertHidlNanDataPathInitiatorRequestToLegacy()
1842 strncpy(legacy_request->ndp_iface, hidl_request.ifaceName.c_str(), in convertHidlNanDataPathInitiatorRequestToLegacy()
1924 if (strnlen(hidl_request.ifaceName.c_str(), IFNAMSIZ + 1) == IFNAMSIZ + 1) { in convertHidlNanDataPathIndicationResponseToLegacy()
1929 strncpy(legacy_request->ndp_iface, hidl_request.ifaceName.c_str(), in convertHidlNanDataPathIndicationResponseToLegacy()