Searched refs:TYPE_UNICAST (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | MacAddressTest.java | 21 import static android.net.MacAddress.TYPE_UNICAST; 64 case TYPE_UNICAST: in typeToString() 83 new TestCase("d2:c4:22:4d:32:a8", "d2:c4:22", TYPE_UNICAST, LOCALLY_ASSIGNED), in testMacAddress() 85 new TestCase("06:00:00:00:00:00", "06:00:00", TYPE_UNICAST, LOCALLY_ASSIGNED), in testMacAddress() 87 new TestCase("00:01:44:55:66:77", "00:01:44", TYPE_UNICAST, GLOBALLY_UNIQUE), in testMacAddress() 88 new TestCase("08:00:22:33:44:55", "08:00:22", TYPE_UNICAST, GLOBALLY_UNIQUE), in testMacAddress()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | MacAddress.java | 69 TYPE_UNICAST, 78 public static final int TYPE_UNICAST = 1; field in MacAddress 117 return TYPE_UNICAST; in getAddressType()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | MacAddressTest.java | 64 AddrTypeTestCase.of(MacAddress.TYPE_UNICAST, 0xa0, 0xb0, 0xc0, 0xd0, 0xe0, 0xf0), in testMacAddrTypes() 202 assertEquals(MacAddress.TYPE_UNICAST, mac.getAddressType()); in testMacAddressRandomGeneration() 213 assertEquals(MacAddress.TYPE_UNICAST, mac.getAddressType()); in testMacAddressRandomGeneration()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigurationUtil.java | 419 if (bssid.getAddressType() != MacAddress.TYPE_UNICAST) { in validateBssid() 720 if (baseAddress.getAddressType() != MacAddress.TYPE_UNICAST) { in validateBssidPattern()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApConfiguration.java | 999 if (bssid.getAddressType() != MacAddress.TYPE_UNICAST) { in setBssid()
|
/packages/modules/Connectivity/framework/api/ |
D | current.txt | 271 field public static final int TYPE_UNICAST = 1; // 0x1
|