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 D | WifiApConfigStoreTest.java | 515 .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 D | WifiServiceImplTest.java | 3038 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 D | ActiveModeWardenTest.java | 1100 SoftApConfiguration lohsConfigWC = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in testStopTetheringButNotLOHS()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiApConfigStore.java | 396 public SoftApConfiguration generateLocalOnlyHotspotConfig(Context context, int apBand, in generateLocalOnlyHotspotConfig() method in WifiApConfigStore
|
H A D | WifiServiceImpl.java | 1770 SoftApConfiguration softApConfig = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked()
|