Home
last modified time | relevance | path

Searched refs:INTERFACE_NAME (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/network_8021xWiredAuthentication/
Dnetwork_8021xWiredAuthentication.py25 INTERFACE_NAME = 'pseudoethernet0' variable in network_8021xWiredAuthentication
104 peer_interface_name=self.INTERFACE_NAME,
109 if self.get_authenticated_flag(self.INTERFACE_NAME):
119 self.configure_credentials(self.INTERFACE_NAME)
121 if not self.wait_for_authentication(self.INTERFACE_NAME):
137 if self.get_authenticated_flag(self.INTERFACE_NAME):
148 if not self.wait_for_authentication(self.INTERFACE_NAME):
/external/autotest/client/site_tests/network_8021xEapDetection/
Dnetwork_8021xEapDetection.py21 INTERFACE_NAME = 'pseudoethernet0' variable in network_8021xEapDetection
47 peer_interface_name=self.INTERFACE_NAME,
52 if self.get_detection_flag(self.INTERFACE_NAME):
63 if not self.get_detection_flag(self.INTERFACE_NAME):
/external/libpcap/
Dpcap-bt-monitor-linux.c50 #define INTERFACE_NAME "bluetooth-monitor" macro
67 if (pcap_add_if(alldevsp, INTERFACE_NAME, 0, in bt_monitor_findalldevs()
239 if (strcmp(cp, INTERFACE_NAME) != 0) { in bt_monitor_create()
/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java22 public static final String INTERFACE_NAME = "org.mockitoutil.ClassLoadersTest$Interface1"; field in ClassLoadersTest
76 .withPrivateCopyOf(INTERFACE_NAME) in isolated_class_loader_can_load_classes_when_dependent_classes_are_matching_the_prefixes()
130 .withPrivateCopyOf(INTERFACE_NAME) in isolated_class_loader_has_no_parent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityConstants.java76 public static final String INTERFACE_NAME = "interfaceName"; field in ConnectivityConstants.NetworkCallbackContainer
DConnectivityEvents.java160 json.put(ConnectivityConstants.NetworkCallbackContainer.INTERFACE_NAME, mInterfaceName); in toJSON()