Title here
Summary here
BusinessModelKind: global abstract class
Extends: BusinessModel
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isNetworkApConfig | boolean | flag (always true) |
| band | String | The 802.11 distinct five frequency ranges: 2.4 GHz, 3.6 GHz, 4.9 GHz, 5 GHz, and 5.9 GHz bands |
| mode | String | The Wi-Fi mode (b | g | n) |
| bandwidth | number | The Network bandwidth |
| channel | number | The Network access-point channel (ex: 1 to 14 in 2.4ghz) |
| hidden | boolean | true if the networking access-point SSID is hidden (default: false) |
| ssid | String | The Network access-point SSID (Service Set Identifier) |
| psk_key | String | The Network access-point psk_key (Pre-shared key) |
| wep_key | String | The Network access-point psk_key (Wired Equivalent Privacy key) |
| encryption | Array.<String> | List of networking encryption algorithm |
| status | number | Networking status |
| qrcode | String | Networking QRcode |
Model holding a Network wireless access-point/hot-spot configuration.