Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java693 private final WifiMetricsProto.RouterFingerPrint mRouterFingerPrintProto = field in WifiMetrics.RouterFingerPrint
719 sb.append("mConnectionEvent.roamType=" + mRouterFingerPrintProto.roamType); in toString()
720 sb.append(", mChannelInfo=" + mRouterFingerPrintProto.channelInfo); in toString()
721 sb.append(", mDtim=" + mRouterFingerPrintProto.dtim); in toString()
722 sb.append(", mAuthentication=" + mRouterFingerPrintProto.authentication); in toString()
723 sb.append(", mHidden=" + mRouterFingerPrintProto.hidden); in toString()
724 sb.append(", mRouterTechnology=" + mRouterFingerPrintProto.routerTechnology); in toString()
725 sb.append(", mSupportsIpv6=" + mRouterFingerPrintProto.supportsIpv6); in toString()
726 sb.append(", mEapMethod=" + mRouterFingerPrintProto.eapMethod); in toString()
727 sb.append(", mAuthPhase2Method=" + mRouterFingerPrintProto.authPhase2Method); in toString()
[all …]