Wifi Network

Wifi network/hotspot types used thoughout the laptop

Type reference

---@class WifiNetwork
---@field ssid string
---@field label string
---@field password? string

---@class WifiConnection: WifiNetwork
---@field connected boolean

WifiNetwork

ssidstring
Unique wifi network identifier.
labelstring
Display name for wifi network.
passwordstring
Defines wifi network password. Optional

WifiConnection: WifiNetwork

connectedboolean
Marks if user is connected to the wifi