OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Interworking
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
112
* Parse and retrieve the
Interworking
information element from the list of IEs.
115
* @return {@link
Interworking
}
117
public static
Interworking
getInterworkingIE(InformationElement[] ies) {
118
Interworking
interworking
= new
Interworking
();
local
123
interworking
.from(ie);
125
Log.e(TAG, "Failed to parse
Interworking
IE: " + e.getMessage());
130
return
interworking
;
224
public static class
Interworking
{
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java
93
* From
Interworking
element:
94
* mAnt non null indicates the presence of
Interworking
, i.e. 802.11u
135
InformationElementUtil.
Interworking
interworking
=
local
136
new InformationElementUtil.
Interworking
();
178
interworking
.from(ie);
246
mHESSID =
interworking
.hessid;
251
mAnt =
interworking
.ant;
252
mInternet =
interworking
.internet;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java
729
* Verify that the expected
Interworking
information element is parsed and retrieved from the
739
*
Interworking
Format:
750
InformationElementUtil.Interworking
interworking
=
local
[
all
...]
Completed in 513 milliseconds