HomeSort by relevance Sort by last modified time
    Searched refs:expected_interface (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/
network.py 95 def CheckInterfaceForDestination(host, expected_interface):
106 @param expected_interface: Expected interface name
126 if interface != expected_interface:
129 (address, interface, expected_interface))
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 403 NL80211Packet expected_interface(
408 expected_interface.AddAttribute(NL80211Attr<string>(
410 expected_interface.AddAttribute(NL80211Attr<uint32_t>(
416 expected_interface.AddAttribute(
420 vector<NL80211Packet> response = {psuedo_interface, expected_interface};
    [all...]

Completed in 997 milliseconds