/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
D | WifiScannerImpl.java | 59 WifiNative wifiNative = WifiInjector.getInstance().getWifiNative(); 65 if (wifiNative.getBgScanCapabilities( 67 return new HalWifiScannerImpl(context, ifaceName, wifiGlobals, wifiNative, 70 return new WificondScannerImpl(context, ifaceName, wifiGlobals, wifiNative, 71 wifiMonitor, new WificondChannelHelper(wifiNative), looper, clock);
|
D | HalWifiScannerImpl.java | 48 WifiNative wifiNative, WifiMonitor wifiMonitor, in HalWifiScannerImpl() argument 51 mWifiNative = wifiNative; in HalWifiScannerImpl() 52 mChannelHelper = new WificondChannelHelper(wifiNative); in HalWifiScannerImpl() 54 new WificondScannerImpl(context, getIfaceName(), wifiGlobals, wifiNative, in HalWifiScannerImpl()
|
D | WificondChannelHelper.java | 33 public WificondChannelHelper(WifiNative wifiNative) { in WificondChannelHelper() argument 34 mWifiNative = wifiNative; in WificondChannelHelper()
|
D | WificondScannerImpl.java | 99 WifiNative wifiNative, WifiMonitor wifiMonitor, in WificondScannerImpl() argument 104 mWifiNative = wifiNative; in WificondScannerImpl()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | SystemInfo.java | 43 SystemInfo(Context context, WifiNative wifiNative) { in SystemInfo() argument 46 mWifiNative = wifiNative; in SystemInfo() 49 public static SystemInfo getInstance(@NonNull Context context, @NonNull WifiNative wifiNative) { in getInstance() argument 51 sSystemInfo = new SystemInfo(context, wifiNative); in getInstance()
|
D | PasspointObjectFactory.java | 130 public PasspointProvisioner makePasspointProvisioner(Context context, WifiNative wifiNative, in makePasspointProvisioner() argument 132 return new PasspointProvisioner(context, wifiNative, this, passpointManager, wifiMetrics); in makePasspointProvisioner() 204 public SystemInfo getSystemInfo(Context context, WifiNative wifiNative) { in getSystemInfo() argument 205 return SystemInfo.getInstance(context, wifiNative); in getSystemInfo()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 400 @WifiScanner.WifiBand int scannerBand, WifiNative wifiNative, Resources resources, in addDfsChannelsIfNeeded() argument 406 int[] dfs5gBand = wifiNative.getChannelsForBand( in addDfsChannelsIfNeeded() 420 @WifiScanner.WifiBand int scannerBand, WifiNative wifiNative, Resources resources, in getWifiCondAvailableChannelsForBand() argument 424 int[] regulatoryArray = wifiNative.getChannelsForBand(scannerBand); in getWifiCondAvailableChannelsForBand() 429 return addDfsChannelsIfNeeded(regulatoryList, scannerBand, wifiNative, resources, in getWifiCondAvailableChannelsForBand() 434 @WifiScanner.WifiBand int scannerBand, WifiNative wifiNative, Resources resources, in getHalAvailableChannelsForBand() argument 437 List<WifiAvailableChannel> usableChannelList = wifiNative.getUsableChannels( in getHalAvailableChannelsForBand() 453 return addDfsChannelsIfNeeded(regulatoryList, scannerBand, wifiNative, resources, in getHalAvailableChannelsForBand() 468 @BandType int band, WifiNative wifiNative, Resources resources, in getAvailableChannelFreqsForBand() argument 479 if (!wifiNative.isHalSupported()) { in getAvailableChannelFreqsForBand() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ScanOnlyModeImpl.java | 31 public ScanOnlyModeImpl(long id, @NonNull WifiNative wifiNative, @NonNull String ifaceName) { in ScanOnlyModeImpl() argument 33 mWifiNative = wifiNative; in ScanOnlyModeImpl()
|
D | RssiMonitor.java | 50 WifiInfo wifiInfo, WifiNative wifiNative, String interfaceName, in RssiMonitor() argument 55 mWifiNative = wifiNative; in RssiMonitor()
|
D | SelfRecovery.java | 170 Clock clock, WifiNative wifiNative, WifiGlobals wifiGlobals) { in SelfRecovery() argument 175 mWifiNative = wifiNative; in SelfRecovery()
|
D | QosPolicyRequestHandler.java | 62 @NonNull String ifaceName, @NonNull WifiNative wifiNative, in QosPolicyRequestHandler() argument 65 mWifiNative = wifiNative; in QosPolicyRequestHandler()
|
D | SarManager.java | 101 WifiNative wifiNative, in SarManager() argument 105 mWifiNative = wifiNative; in SarManager()
|
D | WifiCountryCode.java | 206 WifiNative wifiNative, in WifiCountryCode() argument 215 mWifiNative = wifiNative; in WifiCountryCode()
|
D | TwtManager.java | 122 @NonNull WifiNative wifiNative, @NonNull Handler handler, @NonNull Clock clock, in TwtManager() argument 131 mWifiNative = wifiNative; in TwtManager()
|
D | ApplicationQosPolicyRequestHandler.java | 249 @NonNull WifiNative wifiNative, @NonNull HandlerThread handlerThread, in ApplicationQosPolicyRequestHandler() argument 252 mWifiNative = wifiNative; in ApplicationQosPolicyRequestHandler()
|
D | WifiApConfigStore.java | 622 boolean isPrivileged, Context context, WifiNative wifiNative) { in validateApWifiConfiguration() argument 699 if (!ApConfigUtil.isBridgedModeSupported(context, wifiNative)) { in validateApWifiConfiguration()
|
D | InsecureEapNetworkHandler.java | 147 @NonNull WifiNative wifiNative, in InsecureEapNetworkHandler() argument 158 mWifiNative = wifiNative; in InsecureEapNetworkHandler()
|
D | DppManager.java | 130 DppManager(WifiInjector wifiInjector, Handler handler, WifiNative wifiNative, in DppManager() argument 135 mWifiNative = wifiNative; in DppManager()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareService.java | 59 WifiNative wifiNative = wifiInjector.getWifiNative(); in onBootPhase() local 68 wifiNative, featureFlags); in onBootPhase()
|
D | WifiAwareNativeManager.java | 57 WifiNative wifiNative, in WifiAwareNativeManager() argument 61 mWifiNative = wifiNative; in WifiAwareNativeManager()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/b2b/ |
D | WifiRoamingModeManager.java | 39 public WifiRoamingModeManager(WifiNative wifiNative, in WifiRoamingModeManager() argument 42 this.mWifiNative = wifiNative; in WifiRoamingModeManager()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 50 public static void setupMockChannels(WifiNative wifiNative, int[] channels24, int[] channels5, in setupMockChannels() argument 52 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ)) in setupMockChannels() 54 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ)) in setupMockChannels() 56 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY)) in setupMockChannels() 58 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_6_GHZ)) in setupMockChannels() 60 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_60_GHZ)) in setupMockChannels()
|
D | SarManagerTest.java | 108 private void captureSarInfo(WifiNative wifiNative) { in captureSarInfo() argument 111 verify(wifiNative).selectTxPowerScenario(sarInfoCaptor.capture()); in captureSarInfo()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 131 WifiNative wifiNative, in WifiP2pNative() argument 138 mWifiNative = wifiNative; in WifiP2pNative()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexManager.java | 279 @NonNull WifiNative wifiNative, in CoexManager() argument 285 mWifiNative = wifiNative; in CoexManager()
|