addedInput schema / properties / capabilites
Added value: +{
+ "description": "ap capabilities",
+ "properties": {
+ "2d4g": {
+ "description": "map of capabilites in 2.4 GHz band",
+ "type": "integer"
+ },
+ "5g": {
+ "description": "map of capabilites in 5 GHz band",
+ "type": "integer"
+ },
+ "60g": {
+ "description": "map of capabilites in 60 GHz band",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}
changedInput schema / properties / config / description
Previous value: -"bss configuration"New value: +"ap configuration"
addedInput schema / properties / config / properties / band
Added value: +{
+ "description": "Values: `2d4g`: 2.4 GHz; `5g`: 5 GHz; `60g`: 60 GHz",
+ "enum": [
+ "2d4g",
+ "5g",
+ "60g"
+ ],
+ "type": "string"
+}
addedInput schema / properties / config / properties / channel_width
Added value: +{
+ "description": "wanted channel width (in MHz) :",
+ "type": "integer"
+}
addedInput schema / properties / config / properties / dfs_enabled
Added value: +{
+ "description": "enable channels that require DFS",
+ "type": "boolean"
+}
removedInput schema / properties / config / properties / eapol_version
Removed value: -{
- "description": "eapol version",
- "type": "integer"
-}
removedInput schema / properties / config / properties / enabled
Removed value: -{
- "description": "enable this BSS. Note that if you want the AP to completely stop emitting wifi you should use WifiGlobalConfig enabled attribute, otherwise FreeWifi and FreeWifi Secure may still be active.",
- "type": "boolean"
-}
removedInput schema / properties / config / properties / encryption
Removed value: -{
- "description": "Values: `wep`: wep (should not use); `wpa_psk_auto`: wpa/psk auto; `wpa_psk_tkip`: wpa/psk tkip; `wpa_psk_ccmp`: wpa/psk ccmp; `wpa2_psk_auto`: wpa2/psk auto; `wpa2_psk_tkip`: wpa2/psk tkip; `wpa2_psk_ccmp`: wpa2/psk ccmp",
- "enum": [
- "wep",
- "wpa_psk_auto",
- "wpa_psk_tkip",
- "wpa_psk_ccmp",
- "wpa2_psk_auto",
- "wpa2_psk_tkip",
- "wpa2_psk_ccmp"
- ],
- "type": "string"
-}
removedInput schema / properties / config / properties / hide_ssid
Removed value: -{
- "description": "don’t show bss in bss list",
- "type": "string"
-}
addedInput schema / properties / config / properties / ht
Added value: +{
+ "description": "wifi ht config",
+ "properties": {
+ "ac_enabled": {
+ "description": "enable 802.11ac",
+ "type": "boolean"
+ },
+ "ht_enabled": {
+ "description": "enable 802.11n",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / config / properties / key
Removed value: -{
- "description": "wifi key",
- "type": "string"
-}
addedInput schema / properties / config / properties / primary_channel
Added value: +{
+ "description": "wanted primary channel, value of 0 means automatic selection",
+ "type": "integer"
+}
addedInput schema / properties / config / properties / secondary_channel
Added value: +{
+ "description": "wanted secondary channel, value of 0 means automatic selection",
+ "type": "integer"
+}
removedInput schema / properties / config / properties / ssid
Removed value: -{
- "description": "bss displayed name",
- "type": "string"
-}
removedInput schema / properties / config / properties / use_default_config
Removed value: -{
- "description": "Values: `wep`: wep (should not use); `wpa_psk_auto`: wpa/psk auto; `wpa_psk_tkip`: wpa/psk tkip; `wpa_psk_ccmp`: wpa/psk ccmp; `wpa2_psk_auto`: wpa2/psk auto; `wpa2_psk_tkip`: wpa2/psk tkip; `wpa2_psk_ccmp`: wpa2/psk ccmp",
- "enum": [
- "wep",
- "wpa_psk_auto",
- "wpa_psk_tkip",
- "wpa_psk_ccmp",
- "wpa2_psk_auto",
- "wpa2_psk_tkip",
- "wpa2_psk_ccmp"
- ],
- "type": "boolean"
-}
changedInput schema / properties / id / description
Previous value: -"bss id"New value: +"wifi ap id"
changedInput schema / properties / id__path / description
Previous value: -"bss id (bssid MAC address) (Path parameter)"New value: +"(Path parameter)"
changedInput schema / properties / id__path / type
Previous value: -"string"New value: +"integer"
addedInput schema / properties / name
Added value: +{
+ "description": "wifi ap name",
+ "type": "string"
+}
removedInput schema / properties / phy_id
Removed value: -{
- "description": "associated AP id",
- "type": "string"
-}
changedInput schema / properties / status / description
Previous value: -"bss status"New value: +"ap status"
removedInput schema / properties / status / properties / authorized_sta_count
Removed value: -{
- "description": "number of authenticated stations for this bss",
- "type": "integer"
-}
addedInput schema / properties / status / properties / channel_width
Added value: +{
+ "description": "effective channel width (in MHz) primary_channel int Read-only ¶ effective primary channel secondary_channel int Read-only ¶ effective secondary channel dfs_cac_remaining_time int Read-only ¶ time left in dfs state",
+ "type": "integer"
+}
addedInput schema / properties / status / properties / dfs_cac_remaining_time
Added value: +{
+ "description": "time left in dfs state",
+ "type": "integer"
+}
removedInput schema / properties / status / properties / is_main_bss
Removed value: -{
- "description": "if bss is main bs, its configuration will be reused for other bss with attribute use_default_config set as true. This can be used to apply the same configuration to 2 bss on 2 AP operating on different wifi bands.",
- "type": "boolean"
-}
addedInput schema / properties / status / properties / primary_channel
Added value: +{
+ "description": "effective primary channel",
+ "type": "integer"
+}
addedInput schema / properties / status / properties / secondary_channel
Added value: +{
+ "description": "effective secondary channel",
+ "type": "integer"
+}
removedInput schema / properties / status / properties / sta_count
Removed value: -{
- "description": "number of stations for this bss authorized_sta_count int Read-only ¶ number of authenticated stations for this bss is_main_bss bool Read-only ¶ if bss is main bs, its configuration will be reused for other bss with attribute use_default_config set as true. This can be used to apply the same configuration to 2 bss on 2 AP operating on different wifi bands.",
- "type": "integer"
-}
changedInput schema / properties / status / properties / state / description
Previous value: -"Values: `phy_stopped`: associated AP is stopped; `no_param`: bss is missing config; `bad_param`: bss has an invalid config; `disabled`: bss is disabled; `starting`: bss is starting; `active`: bss is active; `failed`: bss has failed to start"New value: +"Values: `scanning`: Ap is probing wifi channels; `no_param`: Ap is not configured; `bad_param`: Ap has an invalid configuration; `disabled`: Ap is permanently disabled; `disabled_planning`: Ap is currently disabled according to planning; `no_active_bss`: Ap has no active BSS; `starting`: Ap is starting; `acs`: Ap is selecting the best available channel; `ht_scan`: Ap is scanning for other access point; `dfs`: Ap is performing dynamic frequency selection; `active`: Ap is active; `failed`: Ap has failed to start"
changedInput schema / properties / status / properties / state / enum
Previous value: -[
- "phy_stopped",
- "no_param",
- "bad_param",
- "disabled",
- "starting",
- "active",
- "failed"
-]New value: +[
+ "scanning",
+ "no_param",
+ "bad_param",
+ "disabled",
+ "disabled_planning",
+ "no_active_bss",
+ "starting",
+ "acs",
+ "ht_scan",
+ "dfs",
+ "active",
+ "failed"
+]