Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java451 class RouterFingerPrint { class in WifiMetrics
452 private WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto;
453 RouterFingerPrint() { in RouterFingerPrint() method in WifiMetrics.RouterFingerPrint
454 mRouterFingerPrintProto = new WifiMetricsProto.RouterFingerPrint(); in RouterFingerPrint()
487 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
490 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
493 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
545 RouterFingerPrint mRouterFingerPrint;
557 mRouterFingerPrint = new RouterFingerPrint(); in ConnectionEvent()
1140 connectionWifiMode = WifiMetricsProto.RouterFingerPrint.ROUTER_TECH_UNKNOWN; in updateMetricsFromNetworkDetail()
[all …]
/frameworks/base/proto/src/
Dwifi.proto557 message RouterFingerPrint { message
741 optional RouterFingerPrint router_fingerprint = 3;