Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java651 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
655 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
659 mWifiApConfigStore.enableForceSoftApBandOrChannel( in onCommand()
758 mWifiApConfigStore.enableForceSoftApBandOrChannel(band, apChannel, in onCommand()
DWifiApConfigStore.java757 public synchronized void enableForceSoftApBandOrChannel( in enableForceSoftApBandOrChannel() method in WifiApConfigStore
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java1380 store.enableForceSoftApBandOrChannel(testBand, 0, SoftApInfo.CHANNEL_WIDTH_AUTO); in testForceApBandChannel()
1397 store.enableForceSoftApBandOrChannel(testBand, testChannal, SoftApInfo.CHANNEL_WIDTH_40MHZ); in testForceApBandChannel()