OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EID_ROAMING_CONSORTIUM
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
77
if (ie.id == InformationElement.
EID_ROAMING_CONSORTIUM
) {
261
if (ie.id != InformationElement.
EID_ROAMING_CONSORTIUM
) {
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
ScanResult.java
407
public static final int
EID_ROAMING_CONSORTIUM
= 111;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java
180
case ScanResult.InformationElement.
EID_ROAMING_CONSORTIUM
:
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java
684
ie.id = InformationElement.
EID_ROAMING_CONSORTIUM
;
[
all
...]
Completed in 85 milliseconds