Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sta

Controls wpa_supplicant to connect to Wi-Fi access points.

Hierarchy

  • Sta

Index

Constructors

Properties

blacklist?: boolean = false

Whether to enable blacklist in wpa_supplicant. Default: disabled

disable_ssid_on_failure?: boolean = false

Whether to disable SSID on auth failure for some specific time. Default: false

interface: StaInterface = ...
options?: Record<string, string>

This object is optional and can be used to configure extra parameters for the section. For wpa_supplicant and hostapd, it sends unchanged key, value settings to the corresponding socket.

scan_interval?: number

Scan interval in seconds. Default is 5. 0 = default.

unicast_scan?: UnicastScanPolicy = UnicastScanPolicy.UnicastRepeated

Policy of unicast scan. Default: UnicastRepeated

Generated using TypeDoc