Skip to content

Commit

Permalink
Network Settings. ssids[ ].advanced: provide description for entry 'e…
Browse files Browse the repository at this point in the history
…nable_band_steering'
  • Loading branch information
howardck committed Dec 24, 2015
1 parent c010375 commit 9147715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/network_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ setting | type | description | default | required
`wpa_e_server_secret` | string | Shared secreet of your 802.1x (WPA-Enterprise) RADIUS server. Required if Wi-Fi authentication is set to WPA Enterprise. <br/>:small_orange_diamond:Example value: `"server_secret"` <br/>:small_orange_diamond:Allowed chars: `unrestricted` | none | conditional
`enable_ap_isolation` | bool | Prevents your wireless clients from being able to access each other's computers. <br/>:small_orange_diamond:Example value: `true` <br/>:small_orange_diamond:Allowed entries: `true/false` | `false` | optional
`enable_lan_block` | bool | Prevents clients on the wireless networks from accessing your wired LAN. <br/>:small_orange_diamond:Example value: `true` <br/>:small_orange_diamond:Allowed entries: `true/false` | `false` | optional
`enable_band_steering` | bool | DESCRIPTION_TO_BE_ADDED. <br/>:small_orange_diamond:Example value: `true` <br/>:small_orange_diamond:Allowed entries: `true/false` | `false` | optional
`enable_band_steering` | bool | Attempt to move clients to 5ghz if possible. <br/>:small_orange_diamond:Example value: `true` <br/>:small_orange_diamond:Allowed entries: `true/false` | `false` | optional
`smtp_redirect_server_address` | string | Alternate SMTP server IP address for your network. All SMTP connections will be transparently forwarded to this address. <br/>:small_orange_diamond:Example value: `"192.168.1.1"` <br/>:small_orange_diamond:Allowed entries: `valid IP address` | none | optional
`wifi_whitelist` | array of strings | MAC address(es) Allowed to use this AP. All other wireless clients (MAC addresses) will not be able to connect to this AP at all. Leave blank to allow all MAC's. <br/>:small_orange_diamond:Example value: `"00:11:22:33:44:55"` <br/>:small_orange_diamond:Allowed entries: `valid MAC address(es)` | none | optional
`vlan_tag` | int | Tag all outgoing SSID traffic with the configured VLAN tag and implicitly bridge wireless clients into the LAN (disabling NAT). The LAN needs to be configured to support this tag, supply DHCP and DNS. A setting of `-1` deactivates tagging entirely. <br/>:small_orange_diamond:Example value: `10` <br/>:small_orange_diamond:Allowed chars: `0-9` | `-1` | required
Expand Down

0 comments on commit 9147715

Please sign in to comment.