Documentation ¶
Overview ¶
Package wep provides a Config type for WEP protected network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthAlgo ¶
type AuthAlgo int
AuthAlgo is the type for specifying WEP authentication algorithms.
type Config ¶
type Config struct { // Embedded base config so we don't have to re-implement credential-related methods. base.Config // contains filtered or unexported fields }
Config implements security.Config interface for WEP protected network.
func (*Config) HostapdConfig ¶
HostapdConfig returns hostapd config of WEP network.
func (*Config) ShillServiceProperties ¶
ShillServiceProperties returns shill properties of WEP network.
type ConfigFactory ¶
type ConfigFactory struct {
// contains filtered or unexported fields
}
ConfigFactory holds some Option and provides Gen method to build a new Config.
func NewConfigFactory ¶
func NewConfigFactory(keys []string, ops ...Option) *ConfigFactory
NewConfigFactory builds a ConfigFactory with the given Option.
Click to show internal directories.
Click to hide internal directories.