OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RouterFingerPrint
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java
164
class
RouterFingerPrint
{
165
private WifiMetricsProto.
RouterFingerPrint
mRouterFingerPrintProto;
166
RouterFingerPrint
() {
167
mRouterFingerPrintProto = new WifiMetricsProto.
RouterFingerPrint
();
200
.authentication = WifiMetricsProto.
RouterFingerPrint
.AUTH_OPEN;
203
.authentication = WifiMetricsProto.
RouterFingerPrint
.AUTH_ENTERPRISE;
206
.authentication = WifiMetricsProto.
RouterFingerPrint
.AUTH_PERSONAL;
256
RouterFingerPrint
mRouterFingerPrint;
268
mRouterFingerPrint = new
RouterFingerPrint
();
269
mConnectionEvent.
routerFingerprint
= mRouterFingerPrint.mRouterFingerPrintProto
[
all
...]
/frameworks/base/proto/src/
wifi.proto
342
message
RouterFingerPrint
{
473
optional
RouterFingerPrint
router_fingerprint = 3;
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 85 milliseconds