Searched defs:rcOIs (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | ANQPRequestManager.java | 120 public boolean requestANQPElements(long bssid, ANQPNetworkKey anqpNetworkKey, boolean rcOIs, in requestANQPElements() 216 private static List<Constants.ANQPElementType> getRequestElementIDs(boolean rcOIs, in getRequestElementIDs()
|
H A D | ANQPMatcher.java | 89 List<Long> rcOIs = element.getOIs(); in matchRoamingConsortium() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | PasspointManagerTest.java | 1660 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithUserCredential() local 1713 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithUserCredentialWithoutCaCert() local 1746 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithSimCredential() local 1789 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithCertCredential() local 1833 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithCertCredentialWithoutCaCert() local 1860 long[] rcOIs = new long[] {0x1234L, 0x2345L}; in addLegacyPasspointConfigWithCertCredentialWithoutClientCert() local
|
H A D | PasspointProviderTest.java | 237 private RoamingConsortiumElement createRoamingConsortiumElement(Long[] rcOIs) { in createRoamingConsortiumElement()
|