Versions in this module Expand all Collapse all v1 v1.0.6 Aug 29, 2023 v1.0.5 Aug 14, 2023 Changes in this version + func ListLocalIPAddresses() string + func SaveSetting(set IPSetting) + func UseAp(essid string, password string) error + type IPSetting struct + Auto string + Comments string + Gateway string + IpAddress string + Mode string + Name string + Netmask string + WirelessEssid string + WirelessMode string + WpaConf string + WpaDriver string + func GetCurrentSetting() ([]IPSetting, error) + type WifiAccessPortal struct + Address string + ESSID string + EncryptionKey string + Frequency string + Mode string + Protocol string + SingalLevel int + func ListAP(wifiInterface string) ([]WifiAccessPortal, error)