OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realmmatch
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NAIRealmData.java
62
int
realmMatch
= AuthMatch.None;
67
realmMatch
= AuthMatch.Realm;
71
if (
realmMatch
== AuthMatch.None || mEAPMethods.isEmpty()) {
72
return
realmMatch
;
82
int match = eapMethod.match(credential) |
realmMatch
;
Completed in 138 milliseconds