EapSessionConfig.EapAkaPrimeConfig

public static class EapSessionConfig.EapAkaPrimeConfig
extends EapSessionConfig.EapAkaConfig

java.lang.Object
   ↳ android.net.eap.EapSessionConfig.EapMethodConfig
     ↳ android.net.eap.EapSessionConfig.EapAkaConfig
       ↳ android.net.eap.EapSessionConfig.EapAkaPrimeConfig


EapAkaPrimeConfig represents the configs needed for an EAP-AKA' session.

Summary

Inherited constants

Public methods

boolean allowsMismatchedNetworkNames()

Checks if mismatched network names are allowed

String getNetworkName()

Retrieves the network name

return the network name

Inherited methods

Public methods

allowsMismatchedNetworkNames

Added in API level 31
public boolean allowsMismatchedNetworkNames ()

Checks if mismatched network names are allowed

Returns
boolean whether network name mismatches are allowed

getNetworkName

Added in API level 31
public String getNetworkName ()

Retrieves the network name

return the network name

Returns
String This value cannot be null.