OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WifiNative
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java
216
class WifiScanningStateMachine extends StateMachine implements
WifiNative
.ScanEventHandler,
217
WifiNative
.HotlistEventHandler,
WifiNative
.SignificantWifiChangeEventHandler {
291
if (
WifiNative
.startHal() &&
WifiNative
.getInterfaces() != 0) {
292
WifiNative
.ScanCapabilities capabilities =
293
new
WifiNative
.ScanCapabilities();
294
if (
WifiNative
.getScanCapabilities(capabilities)) {
382
ScanResult[] results =
WifiNative
.getScanResults();
770
private
WifiNative
.ScanSettings mSettings
[
all
...]
WifiNative.java
46
public class
WifiNative
{
106
public
WifiNative
(String interfaceName) {
108
mTAG = "
WifiNative
-" + interfaceName;
281
Log.e("
WifiNative
: ", ts+debug+ " stack:"
[
all
...]
WifiStateMachine.java
153
private
WifiNative
mWifiNative;
[
all
...]
Completed in 91 milliseconds