/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
H A D | WifiConfigurationHelper.java | 319 return WifiEnterpriseConfig.Phase2.PAP; in getPhase2()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiEnterpriseConfig.java | 420 public static final int PAP = 1; field in WifiEnterpriseConfig.Phase2 592 case Phase2.PAP: in setPhase2Method()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | PasspointProvider.java | 931 phase2Method = WifiEnterpriseConfig.Phase2.PAP; in buildEnterpriseConfigForUserCredential() 1041 case WifiEnterpriseConfig.Phase2.PAP: in buildUserCredentialFromEnterpriseConfig()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/ |
H A D | WifiConfigurationProvider.java | 93 map.put("PAP", WifiEnterpriseConfig.Phase2.PAP); in buildPhase2AuthMap()
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/ |
H A D | WifiConfigurationProviderTest.java | 251 wifiConf, WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.PAP); in testEAP_PEAP_PAP()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SupplicantStaNetworkHal.java | 1118 case ISupplicantStaNetwork.EapPhase2Method.PAP: in supplicantToWifiConfigurationEapPhase2Method() 1119 return WifiEnterpriseConfig.Phase2.PAP; in supplicantToWifiConfigurationEapPhase2Method() 1358 case WifiEnterpriseConfig.Phase2.PAP: in wifiConfigurationToSupplicantEapPhase2Method() 1359 return ISupplicantStaNetwork.EapPhase2Method.PAP; in wifiConfigurationToSupplicantEapPhase2Method()
|
H A D | WifiConfigurationUtil.java | 1189 || phase2Method == WifiEnterpriseConfig.Phase2.PAP in validateEnterpriseConfig()
|
H A D | WifiMetrics.java | 692 case WifiEnterpriseConfig.Phase2.PAP: in getAuthPhase2MethodProto()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | PasspointProviderTest.java | 374 assertEquals(WifiEnterpriseConfig.Phase2.PAP, in verifyWifiConfigWithTestData() 1377 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in convertFromWifiConfigWithUserCredential()
|
H A D | PasspointManagerTest.java | 1678 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in addLegacyPasspointConfigWithUserCredential() 1730 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in addLegacyPasspointConfigWithUserCredentialWithoutCaCert()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 876 NO_PAP_NO_CHAP, // PAP and CHAP is never performed. 877 PAP_NO_CHAP, // PAP may be performed; CHAP is never performed. 878 NO_PAP_CHAP, // CHAP may be performed; PAP is never performed. 879 PAP_CHAP // PAP / CHAP may be performed - baseband dependent.
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiConfigController.java | 698 config.enterpriseConfig.setPhase2Method(Phase2.PAP); in getConfig() 1109 case Phase2.PAP: in showSecurityFields()
|
H A D | WifiConfigController2.java | 678 config.enterpriseConfig.setPhase2Method(Phase2.PAP); in getConfig() 1088 case Phase2.PAP: in showSecurityFields()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
H A D | WifiConfigController2Test.java | 760 assertThat(wifiConfiguration.enterpriseConfig.getPhase2Method()).isEqualTo(Phase2.PAP); in getEapConfig_withTTLSPhase2Pap_shouldContainPapMethod()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiConfigurationUtilTest.java | 110 .setPhase2(WifiEnterpriseConfig.Phase2.PAP); in testEnterpriseConfigPhase2ChangeDetected()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | ISupplicantStaNetwork.hal | 106 PAP = 1,
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | types.hal | 1264 * Data call bring up fails in the PPP setup due to a PAP failure.
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | current.txt | 286 field public static final int PAP = 1; // 0x1
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18007 field public static final int PAP = 1; // 0x1
|