Documentation ¶
Index ¶
- Variables
- type EapAkaSubtype
- func (EapAkaSubtype) Descriptor() protoreflect.EnumDescriptor
- func (x EapAkaSubtype) Enum() *EapAkaSubtype
- func (EapAkaSubtype) EnumDescriptor() ([]byte, []int)deprecated
- func (x EapAkaSubtype) Number() protoreflect.EnumNumber
- func (x EapAkaSubtype) String() string
- func (EapAkaSubtype) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EapAkaSubtype_name = map[int32]string{ 0: "eap_aka_subtype_undefined", 1: "aka_challenge", 2: "aka_authentication_reject", 4: "aka_synchronization_failure", 5: "SubtypeIdentity", 12: "SubtypeNotification", 13: "aka_reauthentication", 14: "aka_cient_error", } EapAkaSubtype_value = map[string]int32{ "eap_aka_subtype_undefined": 0, "aka_challenge": 1, "aka_authentication_reject": 2, "aka_synchronization_failure": 4, "SubtypeIdentity": 5, "SubtypeNotification": 12, "aka_reauthentication": 13, "aka_cient_error": 14, } )
Enum value maps for EapAkaSubtype.
View Source
var File_protos_eap_provider_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EapAkaSubtype ¶
type EapAkaSubtype int32
const ( EapAkaSubtype_eap_aka_subtype_undefined EapAkaSubtype = 0 EapAkaSubtype_aka_challenge EapAkaSubtype = 1 EapAkaSubtype_aka_authentication_reject EapAkaSubtype = 2 EapAkaSubtype_aka_synchronization_failure EapAkaSubtype = 4 EapAkaSubtype_SubtypeIdentity EapAkaSubtype = 5 EapAkaSubtype_SubtypeNotification EapAkaSubtype = 12 EapAkaSubtype_aka_reauthentication EapAkaSubtype = 13 EapAkaSubtype_aka_cient_error EapAkaSubtype = 14 )
func (EapAkaSubtype) Descriptor ¶
func (EapAkaSubtype) Descriptor() protoreflect.EnumDescriptor
func (EapAkaSubtype) Enum ¶
func (x EapAkaSubtype) Enum() *EapAkaSubtype
func (EapAkaSubtype) EnumDescriptor
deprecated
func (EapAkaSubtype) EnumDescriptor() ([]byte, []int)
Deprecated: Use EapAkaSubtype.Descriptor instead.
func (EapAkaSubtype) Number ¶
func (x EapAkaSubtype) Number() protoreflect.EnumNumber
func (EapAkaSubtype) String ¶
func (x EapAkaSubtype) String() string
func (EapAkaSubtype) Type ¶
func (EapAkaSubtype) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.