Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5f263b7 authored by Eden Su's avatar Eden Su
Browse files

Revert "Add carrier config for EAP-AKA fast reauth feature"

Revert submission 16486538-fast_reauth

Reason for revert: <the CLs need to be reviewed on the AOSP and let automerger sync to the internal branch>
Reverted Changes:
I14b5e69ca:[Iwlan] Support EAP-AKA fast reauth
I8ed5b89d9:Add carrier config for EAP-AKA fast reauth feature...

Change-Id: Ic756db84108e6103c0202903ade59133f2714c07
parent 9fc998a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41683,7 +41683,6 @@ package android.telephony {
    field public static final String KEY_CHILD_SESSION_AES_CTR_KEY_SIZE_INT_ARRAY = "iwlan.child_session_aes_ctr_key_size_int_array";
    field public static final String KEY_DIFFIE_HELLMAN_GROUPS_INT_ARRAY = "iwlan.diffie_hellman_groups_int_array";
    field public static final String KEY_DPD_TIMER_SEC_INT = "iwlan.dpd_timer_sec_int";
    field public static final String KEY_ENABLE_SUPPORT_FOR_EAP_AKA_FAST_REAUTH_BOOL = "iwlan.enable_support_for_eap_aka_fast_reauth_bool";
    field public static final String KEY_EPDG_ADDRESS_PRIORITY_INT_ARRAY = "iwlan.epdg_address_priority_int_array";
    field public static final String KEY_EPDG_AUTHENTICATION_METHOD_INT = "iwlan.epdg_authentication_method_int";
    field public static final String KEY_EPDG_PCO_ID_IPV4_INT = "iwlan.epdg_pco_id_ipv4_int";
+0 −5
Original line number Diff line number Diff line
@@ -4977,10 +4977,6 @@ public class CarrierConfigManager {
        /** Specifies the PCO id for IPv4 Epdg server address */
        public static final String KEY_EPDG_PCO_ID_IPV4_INT = KEY_PREFIX + "epdg_pco_id_ipv4_int";

        /** Controls if the IKE tunnel setup supports EAP-AKA fast reauth */
        public static final String KEY_ENABLE_SUPPORT_FOR_EAP_AKA_FAST_REAUTH_BOOL =
                KEY_PREFIX + "enable_support_for_eap_aka_fast_reauth_bool";

        /** @hide */
        @IntDef({AUTHENTICATION_METHOD_EAP_ONLY, AUTHENTICATION_METHOD_CERT})
        public @interface AuthenticationMethodType {}
@@ -5124,7 +5120,6 @@ public class CarrierConfigManager {
            defaults.putBoolean(KEY_ADD_KE_TO_CHILD_SESSION_REKEY_BOOL, false);
            defaults.putInt(KEY_EPDG_PCO_ID_IPV6_INT, 0);
            defaults.putInt(KEY_EPDG_PCO_ID_IPV4_INT, 0);
            defaults.putBoolean(KEY_ENABLE_SUPPORT_FOR_EAP_AKA_FAST_REAUTH_BOOL, false);

            return defaults;
        }