Skip to content

lightgun-poc / lib/wifi / WifiReport

Interface: WifiReport

Defined in: lib/wifi.ts:20

Parsed connection info; connected: false when no SSID is present.

Properties

band?

optional band?: string | null

Defined in: lib/wifi.ts:23


channel?

optional channel?: string | null

Defined in: lib/wifi.ts:24


connected

connected: boolean

Defined in: lib/wifi.ts:21


error?

optional error?: string

Defined in: lib/wifi.ts:27

Set when the probe itself failed (no adapter, no tooling).


signal?

optional signal?: string | null

Defined in: lib/wifi.ts:25


ssid?

optional ssid?: string

Defined in: lib/wifi.ts:22

Released under the MIT License.