Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApInterface

Hierarchy

  • ApInterface

Index

Constructors

Properties

band?: WiFiBand

Specify band for automatic channel selection. By default the band is set to BAND_5GHz.

channel?: number = 0

Specify channel AP will use. Uses IEEE 802.11 channel numbers. If 0 or not specified - do automatic channel selection in 5 GHz band. DFS channels are not supported. If band is set to BAND_2GHz, then ACS is not used and channel is set to 1 by default.

passphrase_rotation?: number = 0

Rotate passphrase every X amount of minutes. If not set or set to 0, then passphrase rotation is disabled. If set to bigger than 0 then, wpa_passphrase setting will be ignored. Generated passphrase will be in form xxxx-xxxx.

ssid?: string

Network name for wireless access point. If omitted or empty, name property from configuration will be used.

wpa_passphrase?: string = ''

Passphrase for access point. Minimum 8 characters, maximum 63 characters.

Generated using TypeDoc