Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java515 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_2GHZ, null); in generateLocalOnlyHotspotConfigIsValid()
530 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in generateLocalOnlyHotspotConfigIsValid5G()
544 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomMac()
762 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in testLohsDefaultConfigurationSecurityTypeIsWpa3SaeTransitionWhenSupport()
780 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in testLohsDefaultConfigurationWhenMacRandomizationSupport()
799 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in testLohsDefaultConfigurationWhenMacRandomizationDoesntSupport()
823 .generateLocalOnlyHotspotConfig(mContext, SoftApConfiguration.BAND_5GHZ, null); in testLohsDefaultConfigurationWhenMacRandomizationDisabledInTetheredCongig()
H A DWifiServiceImplTest.java3038 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt2Ghz()
3043 verify(mWifiApConfigStore).generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt2Ghz()
3070 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt6Ghz()
3076 verify(mWifiApConfigStore).generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt6Ghz()
3105 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt5Ghz()
3111 verify(mWifiApConfigStore).generateLocalOnlyHotspotConfig( in testStartLocalOnlyHotspotAt5Ghz()
3223 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testCustomLohs_Wpa2()
3249 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testCustomLohs_Open()
3276 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testCustomLohs_GeneratesSsidIfAbsent()
3303 when(mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testCustomLohs_ForwardsBssid()
[all …]
H A DActiveModeWardenTest.java1100 SoftApConfiguration lohsConfigWC = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testStopTetheringButNotLOHS()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java396 public SoftApConfiguration generateLocalOnlyHotspotConfig(Context context, int apBand, in generateLocalOnlyHotspotConfig() method in WifiApConfigStore
H A DWifiServiceImpl.java1770 SoftApConfiguration softApConfig = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked()