Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { Path dbus.ObjectPath Adapter dbus.ObjectPath Address string Mode string Name string Powered bool // contains filtered or unexported fields }
Device refers to the iwd network device like "wlan0" for example: /net/connman/iwd/0/4
func (*Device) SetPowered ¶
type Iwd ¶
type Iwd struct { KnownNetworks []KnownNetwork Networks []Network Devices []Device }
Iwd is a struct over all major iwd components
type KnownNetwork ¶
type KnownNetwork struct { Path dbus.ObjectPath AutoConnect bool Hidden bool LastConnectedTime string Name string Type string }
KnownNetwork refers to the net.connman.iwd.KnownNetwork object
Click to show internal directories.
Click to hide internal directories.