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.java80 class RouterFingerPrint { class in WifiMetrics
81 private WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto;
82 RouterFingerPrint() { in RouterFingerPrint() method in WifiMetrics.RouterFingerPrint
83 mRouterFingerPrintProto = new WifiMetricsProto.RouterFingerPrint(); in RouterFingerPrint()
116 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN; in updateFromWifiConfiguration()
119 … .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE; in updateFromWifiConfiguration()
122 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL; in updateFromWifiConfiguration()
170 RouterFingerPrint mRouterFingerPrint;
182 mRouterFingerPrint = new RouterFingerPrint(); in ConnectionEvent()
440 connectionWifiMode = WifiMetricsProto.RouterFingerPrint.ROUTER_TECH_UNKNOWN; in updateMetricsFromNetworkDetail()
[all …]
/frameworks/opt/net/wifi/service/proto/
Dwifi.proto192 message RouterFingerPrint { message
320 optional RouterFingerPrint router_fingerprint = 3;