Home
last modified time | relevance | path

Searched refs:enableForceSoftApBandOrChannel (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java367 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
370 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
373 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
429 mWifiApConfigStore.enableForceSoftApBandOrChannel(band, apChannel); in onCommand()
H A DWifiApConfigStore.java634 public void enableForceSoftApBandOrChannel(@BandType int forcedApBand, int forcedApChannel) { in enableForceSoftApBandOrChannel() method in WifiApConfigStore
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java1106 store.enableForceSoftApBandOrChannel(testBand, 0); in testForceApBaneChannel()
1117 store.enableForceSoftApBandOrChannel(testBand, testChannal); in testForceApBaneChannel()