Home
last modified time | relevance | path

Searched refs:softApManager (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java355 void inter(SoftApManager softApManager) { in inter() argument
359 mSoftApManagers.addLast(softApManager); in inter()
370 for (SoftApManager softApManager : mSoftApManagers) { in dump()
371 softApManager.dump(fd, pw, args); in dump()
1232 for (SoftApManager softApManager : mSoftApManagers) { in stopSoftApModeManagers()
1234 || getRoleForSoftApIpMode(ipMode) == softApManager.getRole()) { in stopSoftApModeManagers()
1235 softApManager.stop(); in stopSoftApModeManagers()
1241 for (SoftApManager softApManager : mSoftApManagers) { in updateCapabilityToSoftApModeManager()
1242 if (ipMode == softApManager.getSoftApModeConfiguration().getTargetMode()) { in updateCapabilityToSoftApModeManager()
1243 softApManager.updateCapability(capability); in updateCapabilityToSoftApModeManager()
[all …]
DHalDeviceManager.java372 @NonNull SoftApManager softApManager, @NonNull List<OuiKeyedData> vendorData) { in createApIface() argument
373 if (softApManager == null) { in createApIface()
381 mSoftApManagers.put(getName(apIface), softApManager); in createApIface() local
2322 SoftApManager softApManager = mSoftApManagers.get(name);
2323 if (softApManager == null) {
2329 softApManager.getBridgedApDowngradeIfaceInstanceForRemoval();
DWifiNative.java1220 @NonNull SoftApManager softApManager, @NonNull List<OuiKeyedData> vendorData) { in createApIface() argument
1225 band, isBridged, softApManager, vendorData); in createApIface()
1586 @NonNull SoftApManager softApManager, @NonNull List<OuiKeyedData> vendorData) { in setupInterfaceForSoftApMode() argument
1595 softApManager.writeSoftApStartedEvent(SoftApManager.START_RESULT_FAILURE_START_HAL); in setupInterfaceForSoftApMode()
1603 softApManager.writeSoftApStartedEvent( in setupInterfaceForSoftApMode()
1613 iface.name = createApIface(iface, requestorWs, band, isBridged, softApManager, in setupInterfaceForSoftApMode()
DWifiVendorHal.java405 @NonNull SoftApManager softApManager, @NonNull List<OuiKeyedData> vendorData) { in createApIface() argument
410 requestorWs, isBridged, softApManager, vendorData); in createApIface()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java553 int band, boolean isBridged, SoftApManager softApManager, in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
870 int band, boolean isBridged, SoftApManager softApManager, in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()