AbstractNetworkApConfig

AbstractNetworkApConfig ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
isNetworkApConfigboolean

flag (always true)

bandString

The 802.11 distinct five frequency ranges: 2.4 GHz, 3.6 GHz, 4.9 GHz, 5 GHz, and 5.9 GHz bands

modeString

The Wi-Fi mode (b | g | n)

bandwidthnumber

The Network bandwidth

channelnumber

The Network access-point channel (ex: 1 to 14 in 2.4ghz)

hiddenboolean

true if the networking access-point SSID is hidden (default: false)

ssidString

The Network access-point SSID (Service Set Identifier)

psk_keyString

The Network access-point psk_key (Pre-shared key)

wep_keyString

The Network access-point psk_key (Wired Equivalent Privacy key)

encryptionArray.<String>

List of networking encryption algorithm

statusnumber

Networking status

qrcodeString

Networking QRcode

AbstractNetworkApConfig()

Model holding a Network wireless access-point/hot-spot configuration.