OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_INTERFACE_NAME
(Results
1 - 3
of
3
) sorted by null
/external/libnl/tests/
test-create-bridge.c
6
#define
TEST_INTERFACE_NAME
"testtap1"
53
struct rtnl_link *ltap = rtnl_link_get_by_name(link_cache,
TEST_INTERFACE_NAME
);
55
fprintf(stderr, "You should create a tap interface before lunch this test (# tunctl -t %s)\n",
TEST_INTERFACE_NAME
);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java
62
private static final String
TEST_INTERFACE_NAME
= "testif0";
96
when(mApInterface.getInterfaceName()).thenReturn(
TEST_INTERFACE_NAME
);
225
mNetworkObserverCaptor.getValue().interfaceLinkStateChanged(
TEST_INTERFACE_NAME
, true);
WificondControlTest.java
64
private static final String
TEST_INTERFACE_NAME
= "test_wlan_if";
635
when(clientInterface.getInterfaceName()).thenReturn(
TEST_INTERFACE_NAME
);
Completed in 85 milliseconds