HomeSort by relevance Sort by last modified time
    Searched refs:WifiNative (Results 1 - 8 of 8) 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...]
RttService.java 314 WifiNative.cancelRtt(mOutstandingRequest.params);
343 WifiNative.cancelRtt(mOutstandingRequest.params);
393 private WifiNative.RttEventHandler mEventHandler = new WifiNative.RttEventHandler() {
404 if (WifiNative.requestRtt(request.params, mEventHandler)) {
WifiMonitor.java 486 private final WifiNative mWifiNative;
503 public WifiMonitor(StateMachine stateMachine, WifiNative wifiNative) {
505 mWifiNative = wifiNative;
506 mInterfaceName = wifiNative.mInterfaceName;
548 private WifiNative mWifiNative;
619 WifiNative.killSupplicant(p2pSupported);
685 private final WifiNative mWifiNative;
688 public MonitorThread(WifiNative wifiNative, WifiMonitorSingleton wifiMonitorSingleton)
    [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...]
WifiAutoJoinController.java 47 private WifiNative mWifiNative;
99 WifiConnectionStatistics st, WifiNative n) {
    [all...]
WifiConfigStore.java 418 private WifiNative mWifiNative;
430 WifiConfigStore(Context c, WifiNative wn) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 80 import com.android.server.wifi.WifiNative;
500 private WifiNative mWifiNative = new WifiNative(mInterface);
    [all...]

Completed in 129 milliseconds