wifi

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SEC_NONE = "nopass"
	SEC_WEP  = "WEP"
	SEC_WPA  = "WPA"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type WiFi

type WiFi struct {
	Security string
	SSID     string
	Password string
	Hidden   bool
}

func New

func New(
	security string,
	ssid string,
	password string,
	hidden bool,
) (WiFi, error)

func (WiFi) String

func (w WiFi) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL