OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStaIface
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java
108
ISupplicant.IfaceInfo
mStaIface
;
155
mStaIface
= createIfaceInfo(IfaceType.STA, WLAN_IFACE_NAME);
159
mIfaceInfoList.add(
mStaIface
);
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java
80
ISupplicant.IfaceInfo
mStaIface
;
169
mStaIface
= createIfaceInfo(IfaceType.STA, "wlan0");
173
mIfaceInfoList.add(
mStaIface
);
[
all
...]
Completed in 45 milliseconds