HomeSort by relevance Sort by last modified time
    Searched refs:WifiNative (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 87 private WifiNative.RingBufferStatus[] mRingBuffers;
88 private WifiNative.RingBufferStatus mPerPacketRingBuffer;
96 mFirmwareVersion = WifiNative.getFirmwareVersion();
97 mDriverVersion = WifiNative.getDriverVersion();
98 mSupportedFeatureSet = WifiNative.getSupportedLoggerFeatureSet();
101 WifiNative.setLoggingEventHandler(mHandler);
135 if(!WifiNative.resetLogHandler()) {
268 private final WifiNative.WifiLoggerEventHandler mHandler =
269 new WifiNative.WifiLoggerEventHandler() {
271 public void onRingBufferData(WifiNative.RingBufferStatus status, byte[] buffer)
    [all...]
WifiScanningServiceImpl.java 218 private final WifiNative.ScanCapabilities mScanCapabilities = new WifiNative.ScanCapabilities();
256 class WifiScanningStateMachine extends StateMachine implements WifiNative.ScanEventHandler,
257 WifiNative.HotlistEventHandler, WifiNative.SignificantWifiChangeEventHandler {
338 if (WifiNative.getInterfaces() != 0) {
339 if (WifiNative.getScanCapabilities(mScanCapabilities)) {
445 ScanData[] results = WifiNative.getScanResults(/* flush = */ true);
    [all...]
RttService.java 339 WifiNative.cancelRtt(mOutstandingRequest.params);
384 WifiNative.cancelRtt(mOutstandingRequest.params);
445 private WifiNative.RttEventHandler mEventHandler = new WifiNative.RttEventHandler() {
457 if (WifiNative.requestRtt(request.params, mEventHandler)) {
474 return WifiNative.getRttCapabilities();
WifiAutoJoinController.java 53 private WifiNative mWifiNative;
113 WifiConnectionStatistics st, WifiNative n) {
    [all...]
WifiMonitor.java 516 private final WifiNative mWifiNative;
533 public WifiMonitor(StateMachine stateMachine, WifiNative wifiNative) {
535 mWifiNative = wifiNative;
536 mInterfaceName = wifiNative.mInterfaceName;
578 private WifiNative mWifiNative;
656 WifiNative.killSupplicant(p2pSupported);
736 private final WifiNative mWifiNative;
738 private final LocalLog mLocalLog = WifiNative.getLocalLog();
740 public MonitorThread(WifiNative wifiNative, WifiMonitorSingleton wifiMonitorSingleton)
    [all...]
ConfigurationMap.java 32 public void populatePasspointData(Collection<HomeSP> homeSPs, WifiNative wifiNative) {
41 String id_str = Utils.unquote(wifiNative.getNetworkVariable(
WifiStateMachine.java 150 public class WifiStateMachine extends StateMachine implements WifiNative.WifiPnoEventHandler {
189 private WifiNative mWifiNative;
    [all...]
WifiConfigStore.java 495 private WifiNative mWifiNative;
510 ArrayList<WifiNative.WifiPnoNetwork> mCachedPnoList
511 = new ArrayList<WifiNative.WifiPnoNetwork>();
531 WifiConfigStore(Context c, WifiStateMachine w, WifiNative wn) {
    [all...]
WifiNative.java 60 public class WifiNative {
124 public WifiNative(String interfaceName) {
126 mTAG = "WifiNative-" + interfaceName;
321 Log.e("WifiNative: ", ts+debug+ " stack:"
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 7 import com.android.server.wifi.WifiNative;
32 private final WifiNative mSupplicantHook;
59 public SupplicantBridge(WifiNative supplicantHook, WifiConfigStore configStore) {
  /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 3113 milliseconds