Home
last modified time | relevance | path

Searched refs:RouterFingerPrint (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java467 class RouterFingerPrint { class in WifiMetrics
468 private WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto;
469 RouterFingerPrint() { in RouterFingerPrint() method in WifiMetrics.RouterFingerPrint
470 mRouterFingerPrintProto = new WifiMetricsProto.RouterFingerPrint(); in RouterFingerPrint()
505 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
508 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
511 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
522 .authentication == WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE in updateFromWifiConfiguration()
537 return WifiMetricsProto.RouterFingerPrint.TYPE_EAP_TLS; in getEapMethodProto()
539 return WifiMetricsProto.RouterFingerPrint.TYPE_EAP_UNAUTH_TLS; in getEapMethodProto()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1415 assertEquals(WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE, in testScanDetailAndWifiConfigurationUsage()
1417 assertEquals(WifiMetricsProto.RouterFingerPrint.TYPE_EAP_TTLS, in testScanDetailAndWifiConfigurationUsage()
1419 assertEquals(WifiMetricsProto.RouterFingerPrint.TYPE_PHASE2_MSCHAPV2, in testScanDetailAndWifiConfigurationUsage()
1423 assertEquals(WifiMetricsProto.RouterFingerPrint.AUTH_OPEN, in testScanDetailAndWifiConfigurationUsage()
1425 assertEquals(WifiMetricsProto.RouterFingerPrint.TYPE_EAP_UNKNOWN, in testScanDetailAndWifiConfigurationUsage()
1427 assertEquals(WifiMetricsProto.RouterFingerPrint.TYPE_PHASE2_NONE, in testScanDetailAndWifiConfigurationUsage()
/frameworks/base/proto/src/
Dwifi.proto581 message RouterFingerPrint { message
831 optional RouterFingerPrint router_fingerprint = 3;
/frameworks/base/config/
Dboot-image-profile.txt25509 PLcom/android/server/wifi/nano/WifiMetricsProto$RouterFingerPrint;->computeSerializedSize()I
25510 PLcom/android/server/wifi/nano/WifiMetricsProto$RouterFingerPrint;->writeTo(Lcom/android/framework/…