Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type PasspointConfigurationServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *PasspointConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *PasspointConfigurationServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error) + func (s *PasspointConfigurationServer) GetCredential(_ context.Context, req *pb.GetCredentialRequest) (*pb.GetCredentialResponse, error) + func (s *PasspointConfigurationServer) GetDecoratedIdentityPrefix(_ context.Context, req *pb.GetDecoratedIdentityPrefixRequest) (*pb.GetDecoratedIdentityPrefixResponse, error) + func (s *PasspointConfigurationServer) GetHomeSp(_ context.Context, req *pb.GetHomeSpRequest) (*pb.GetHomeSpResponse, error) + func (s *PasspointConfigurationServer) GetSubscriptionExpirationTimeMillis(_ context.Context, req *pb.GetSubscriptionExpirationTimeMillisRequest) (*pb.GetSubscriptionExpirationTimeMillisResponse, error) + func (s *PasspointConfigurationServer) GetUniqueId(_ context.Context, req *pb.GetUniqueIdRequest) (*pb.GetUniqueIdResponse, error) + func (s *PasspointConfigurationServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error) + func (s *PasspointConfigurationServer) IsOsuProvisioned(_ context.Context, req *pb.IsOsuProvisionedRequest) (*pb.IsOsuProvisionedResponse, error) + func (s *PasspointConfigurationServer) NewPasspointConfiguration(_ context.Context, req *pb.NewPasspointConfigurationRequest) (*pb.NewPasspointConfigurationResponse, error) + func (s *PasspointConfigurationServer) SetCredential(_ context.Context, req *pb.SetCredentialRequest) (*pb.SetCredentialResponse, error) + func (s *PasspointConfigurationServer) SetDecoratedIdentityPrefix(_ context.Context, req *pb.SetDecoratedIdentityPrefixRequest) (*pb.SetDecoratedIdentityPrefixResponse, error) + func (s *PasspointConfigurationServer) SetHomeSp(_ context.Context, req *pb.SetHomeSpRequest) (*pb.SetHomeSpResponse, error) + func (s *PasspointConfigurationServer) SetSubscriptionExpirationTimeInMillis(_ context.Context, req *pb.SetSubscriptionExpirationTimeInMillisRequest) (*pb.SetSubscriptionExpirationTimeInMillisResponse, error) + func (s *PasspointConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *PasspointConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)