HomeSort by relevance Sort by last modified time
    Searched refs:RouterFingerPrint (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java 86 class RouterFingerPrint {
87 private WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto;
88 RouterFingerPrint() {
89 mRouterFingerPrintProto = new WifiMetricsProto.RouterFingerPrint();
122 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_OPEN;
125 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_ENTERPRISE;
128 .authentication = WifiMetricsProto.RouterFingerPrint.AUTH_PERSONAL;
176 RouterFingerPrint mRouterFingerPrint;
188 mRouterFingerPrint = new RouterFingerPrint();
189 mConnectionEvent.routerFingerprint = mRouterFingerPrint.mRouterFingerPrintProto
    [all...]
  /frameworks/opt/net/wifi/service/proto/
wifi.proto 195 message RouterFingerPrint {
323 optional RouterFingerPrint router_fingerprint = 3;

Completed in 2710 milliseconds