Documentation
¶
Index ¶
- func EAPOLTest(t *testing.T, config string) ([]string, int)
- type Server
- func (s *Server) GetEAPSettings() protocol.Settings
- func (s *Server) GetEAPState(key string) *protocol.State
- func (s *Server) RADIUSSecret(ctx context.Context, remoteAddr net.Addr) ([]byte, error)
- func (s *Server) Run(ctx context.Context)
- func (s *Server) ServeRADIUS(w radius.ResponseWriter, r *radius.Request)
- func (s *Server) SetEAPState(key string, state *protocol.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewTestServer ¶
func (*Server) GetEAPSettings ¶
func (*Server) RADIUSSecret ¶
func (*Server) ServeRADIUS ¶
func (s *Server) ServeRADIUS(w radius.ResponseWriter, r *radius.Request)
Click to show internal directories.
Click to hide internal directories.