Manual:Interface/Wireless: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
=== Basic settings === | |||
{{ARG|master-interface|Name of wireless interface that | {{ARG|master-interface|interface name|||| | ||
{{ARG|mode|one of | Name of wireless interface that has 'virtual-ap' capability. | ||
* station - | Virtual AP interface will only work if master interface is in 'ap-bridge', 'bridge' or 'wds-slave' mode. | ||
* station-wds - | This property is only for virtual AP interfaces. | ||
* | }} | ||
* bridge - | {{ARG|mode|one of 'station', 'station-wds', 'ap-bridge', 'bridge', 'allignment-only', 'nstreme-dual-slave', 'wds-slave', 'station-pseudobridge' or 'station-pseudobridge-clone' | ||
* | |station||| | ||
* | Station modes: | ||
* wds-slave - | * station - Basic station mode. Find and connect to acceptable AP. | ||
* | * station-wds - Same as 'station', but create WDS link with AP, using proprietary extension. AP configuration has to allow WDS links with this device. | ||
* | * station-pseudobridge - Same as 'station', but additionally perform MAC address translation of all traffic. Allows interface to be bridged. | ||
* station-pseudobridge-clone - Same as 'station-pseudobridge', but use <var>station-bridge-clone-mac</var> address to connect to AP. | |||
{{ARG|ssid|text, up to 32 characters long| | |||
AP modes: | |||
* ap-bridge - Basic access point mode. | |||
* bridge - Same as 'ap-bridge', but limited to one associated client. | |||
* wds-slave - Same as 'ap-bridge', but initially scans for AP with the same <var>ssid</var> and establishes WDS link. When connection to that AP is lost, AP will scan for it and reestablish link. | |||
Special modes: | |||
* alignment-only - Put interface in a countinuous transmit mode, that is used for aiming remote antenna. | |||
* nstreme-dual-slave - allow this interface to be used in nstreme-dual setup. | |||
MAC address translation in pseudobridge modes works by inspecting packets and building table of corresponding IP and MAC addresses. All packets are sent to AP with the MAC address used by pseudobridge, and the MAC address of received packets is restored from the address translation table. There is single entry in address translation table for all non-IP packets, hence more than one host in the bridged network cannot reliably use non-IP protocols. | |||
Virtual AP interfaces do not have this property, they follow the <var>mode</var> of their master interface. | |||
}} | |||
{{ARG|ssid|text, up to 32 characters long|value of {{M:/system/identity}}||| | |||
SSID (service set identifier) is a name that identifies wireless network. | SSID (service set identifier) is a name that identifies wireless network. | ||
}} | }} | ||
{{ARG|frequency|Frequency value in MHz.|||| | {{ARG|frequency|Frequency value in MHz.|||| | ||
Line 23: | Line 36: | ||
This setting has no effect if interface is in station mode.}} | This setting has no effect if interface is in station mode.}} | ||
{{ARG|band|one of '2.4ghz-b', '5ghz', '5ghz-turbo', '2.4ghz-b/g', '2.4ghz-g-turbo', '5ghz-10mhz', '5ghz-5mhz', '2ghz-10mhz', '2ghz-5mhz', '5ghz-11n', '2ghz-11n', '2.4ghz-onlyg'||||}} | {{ARG|band|one of '2.4ghz-b', '5ghz', '5ghz-turbo', '2.4ghz-b/g', '2.4ghz-g-turbo', '5ghz-10mhz', '5ghz-5mhz', '2ghz-10mhz', '2ghz-5mhz', '5ghz-11n', '2ghz-11n', '2.4ghz-onlyg'||||}} | ||
{{ARG|scan-list| | {{ARG|scan-list|comma separated list of frequencies and frequency ranges, or 'default'||||The 'default' value is all channels from selected band that are supported by card and allowed by the <var>country</var> and <var>frequency-mode</var> settings (this list can be seen in {{M|/interface/wireless/info}}. For default scanlist in '5ghz' band channels are taken with 20MHz step, in '5ghz-turbo' band - with 40MHz step, for all other bands - with 5MHz step. If <var>scan-list</var> is specified manually, then all matching channels are taken. | ||
Example: scan-list='default',5200-5245,2412-2427 | |||
This will use the default value of scan list for current band, and add to it supported frequencies from 5200-5245 or 2412-2427 range. | |||
}} | |||
{{ARG|antenna-mode|one of these values: | {{ARG|antenna-mode|one of these values: | ||
* ant-a - use only 'a' antenna | * ant-a - use only 'a' antenna | ||
Line 31: | Line 48: | ||
||||}} | ||||}} | ||
{{ARG|wds-mode|one of 'disabled', 'static', 'dynamic', 'static-mesh' or 'dynamic-mesh'|||| | {{ARG|wds-mode|one of 'disabled', 'static', 'dynamic', 'static-mesh' or 'dynamic-mesh'|||| | ||
Controls how WDS links with other APs are established. | Controls how WDS links with other devices (APs and clients in 'station-wds' mode) are established. | ||
* 'disabled' does not allow WDS links | * 'disabled' does not allow WDS links. | ||
* 'static' only allows WDS links that are manually configured in {{M:/interface/wireless/wds}} | * 'static' only allows WDS links that are manually configured in {{M:/interface/wireless/wds}} | ||
* 'dynamic' also allows WDS links with | * 'dynamic' also allows WDS links with devices that are not configured in {{M:/interface/wireless/wds}}, by creating required entries dynamically. Such dynamic WDS entries are removed automatically after the connection with the other AP is lost. | ||
'-mesh' modes use different (better) method for establishing link between AP, that is not compatible with APs in non-mesh mode. | |||
'- | If <var>mode</var> is 'station-wds', then this property has no effect. | ||
}} | }} | ||
{{ARG|wds-default-bridge|'none', or name of bridge interface|||| | {{ARG|wds-default-bridge|'none', or name of bridge interface|||| | ||
When WDS link is established and status of the wds interface becomes 'running', it will be added as a bridge port to the bridge interface specified by this property. When WDS link is lost, wds interface is removed from the bridge. | |||
If wds interface is already included in a bridge setup when WDS link becomes active, it will not be added to bridge specified by , and will | |||
}} | }} | ||
{{ARG|wds-ignore-ssid|'yes' or 'no'|no||| | {{ARG|wds-ignore-ssid|'yes' or 'no'|no||| | ||
By default, WDS link can be created only | By default, WDS link between two APs can be created only when they work on the same frequency and have the same SSID value. If this property is set to 'yes', then SSID of the remote AP will not be checked. This property has no effect on connections from clients in 'station-wds' mode. It also does not work if <var>wds-mode</var> is 'static-mesh' or 'dynamic-mesh'. | ||
}} | }} | ||
{{ARG|default-authentication|'yes' or 'no'|yes||| | {{ARG|default-authentication|'yes' or 'no'|yes||| | ||
Line 58: | Line 78: | ||
}} | }} | ||
{{ARG|hide-ssid|'yes' or 'no'|no||| | {{ARG|hide-ssid|'yes' or 'no'|no||| | ||
* yes - SSID | * yes - AP does not include SSID the beacon frames, and does not reply to probe requests that have broadcast SSID. | ||
* no - SSID | * no - AP includes SSID in the beacon frames, and replies to probe requests that have broadcast SSID. | ||
This property has effect only in AP mode. Setting it to 'yes' can remove this network from the list of wireless networks that are shown by some client software. Changing this setting does not improve security of the wireless network, because SSID is included in other frames sent by the AP. | This property has effect only in AP mode. Setting it to 'yes' can remove this network from the list of wireless networks that are shown by some client software. Changing this setting does not improve security of the wireless network, because SSID is included in other frames sent by the AP. | ||
}} | }} | ||
{{ARG|security-profile|name of profile from {{M|/interface/wireless/security-profiles}}||||}} | {{ARG|security-profile|name of profile from {{M|/interface/wireless/security-profiles}}||||}} | ||
{{ARG|compression|'yes' or 'no'||||}} | {{ARG|compression|'yes' or 'no'|no||| | ||
Setting this property to 'yes' will allow use of the hardware compression. Wireless interface must have support for hardware compression. Connections with devices that do not use compression will still work. | |||
}} | |||
=== Basic information (read only properties) === | === Basic information (read only properties) === | ||
{{ARG|interface-type|'virtual-AP', 'Prism', or 'Atheros <em>model_name'</em>||||This specifies type of wireless interface. Some properties have meaning only for certain types of interfaces.}} | {{ARG|interface-type|'virtual-AP', 'Prism', or 'Atheros <em>model_name'</em>||||This specifies type of wireless interface. Some properties have meaning only for certain types of interfaces.}} |
Revision as of 12:18, 18 March 2008
Basic settings
master-interface
Syntax: interface name
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Name of wireless interface that has 'virtual-ap' capability. Virtual AP interface will only work if master interface is in 'ap-bridge', 'bridge' or 'wds-slave' mode. This property is only for virtual AP interfaces.
|Description: Name of wireless interface that has 'virtual-ap' capability. Virtual AP interface will only work if master interface is in 'ap-bridge', 'bridge' or 'wds-slave' mode. This property is only for virtual AP interfaces.
}}mode
Syntax: one of 'station', 'station-wds', 'ap-bridge', 'bridge', 'allignment-only', 'nstreme-dual-slave', 'wds-slave', 'station-pseudobridge' or 'station-pseudobridge-clone'
}}{{ #if: station|Default value: station
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Station modes:
- station - Basic station mode. Find and connect to acceptable AP.
- station-wds - Same as 'station', but create WDS link with AP, using proprietary extension. AP configuration has to allow WDS links with this device.
- station-pseudobridge - Same as 'station', but additionally perform MAC address translation of all traffic. Allows interface to be bridged.
- station-pseudobridge-clone - Same as 'station-pseudobridge', but use station-bridge-clone-mac address to connect to AP.
AP modes:
- ap-bridge - Basic access point mode.
- bridge - Same as 'ap-bridge', but limited to one associated client.
- wds-slave - Same as 'ap-bridge', but initially scans for AP with the same ssid and establishes WDS link. When connection to that AP is lost, AP will scan for it and reestablish link.
Special modes:
- alignment-only - Put interface in a countinuous transmit mode, that is used for aiming remote antenna.
- nstreme-dual-slave - allow this interface to be used in nstreme-dual setup.
MAC address translation in pseudobridge modes works by inspecting packets and building table of corresponding IP and MAC addresses. All packets are sent to AP with the MAC address used by pseudobridge, and the MAC address of received packets is restored from the address translation table. There is single entry in address translation table for all non-IP packets, hence more than one host in the bridged network cannot reliably use non-IP protocols.
Virtual AP interfaces do not have this property, they follow the mode of their master interface.
|Description: Station modes:
- station - Basic station mode. Find and connect to acceptable AP.
- station-wds - Same as 'station', but create WDS link with AP, using proprietary extension. AP configuration has to allow WDS links with this device.
- station-pseudobridge - Same as 'station', but additionally perform MAC address translation of all traffic. Allows interface to be bridged.
- station-pseudobridge-clone - Same as 'station-pseudobridge', but use station-bridge-clone-mac address to connect to AP.
- ap-bridge - Basic access point mode.
- bridge - Same as 'ap-bridge', but limited to one associated client.
- wds-slave - Same as 'ap-bridge', but initially scans for AP with the same ssid and establishes WDS link. When connection to that AP is lost, AP will scan for it and reestablish link.
- alignment-only - Put interface in a countinuous transmit mode, that is used for aiming remote antenna.
- nstreme-dual-slave - allow this interface to be used in nstreme-dual setup.
ssid
Syntax: text, up to 32 characters long
}}{{ #if: value of Manual:/system/identity|Default value: value of Manual:/system/identity
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: SSID (service set identifier) is a name that identifies wireless network.
|Description: SSID (service set identifier) is a name that identifies wireless network.
}}frequency
Syntax: Frequency value in MHz.
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Channel frequency on which AP will operate. Allowed values depend on selected band, and are restricetd by country setting and wireless card capabilities.
This setting has no effect if interface is in station mode.|Description: Channel frequency on which AP will operate. Allowed values depend on selected band, and are restricetd by country setting and wireless card capabilities. This setting has no effect if interface is in station mode.
}}band
Syntax: one of '2.4ghz-b', '5ghz', '5ghz-turbo', '2.4ghz-b/g', '2.4ghz-g-turbo', '5ghz-10mhz', '5ghz-5mhz', '2ghz-10mhz', '2ghz-5mhz', '5ghz-11n', '2ghz-11n', '2.4ghz-onlyg'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}scan-list
Syntax: comma separated list of frequencies and frequency ranges, or 'default'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: ns:0|Description: {{{6}}}
}}antenna-mode
- ant-a - use only 'a' antenna
- ant-b - use only 'b' antenna
- txa-rxb - use antenna 'a' for transmitting, antenna 'b' for receiving
- rxa-txb - use antenna 'b' for transmitting, antenna 'a' for receiving
Syntax: one of these values:
- ant-a - use only 'a' antenna
- ant-b - use only 'b' antenna
- txa-rxb - use antenna 'a' for transmitting, antenna 'b' for receiving
- rxa-txb - use antenna 'b' for transmitting, antenna 'a' for receiving
Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}wds-mode
Syntax: one of 'disabled', 'static', 'dynamic', 'static-mesh' or 'dynamic-mesh'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Controls how WDS links with other devices (APs and clients in 'station-wds' mode) are established.
- 'disabled' does not allow WDS links.
- 'static' only allows WDS links that are manually configured in Manual:/interface/wireless/wds
- 'dynamic' also allows WDS links with devices that are not configured in Manual:/interface/wireless/wds, by creating required entries dynamically. Such dynamic WDS entries are removed automatically after the connection with the other AP is lost.
'-mesh' modes use different (better) method for establishing link between AP, that is not compatible with APs in non-mesh mode.
If mode is 'station-wds', then this property has no effect.
|Description: Controls how WDS links with other devices (APs and clients in 'station-wds' mode) are established.
- 'disabled' does not allow WDS links.
- 'static' only allows WDS links that are manually configured in Manual:/interface/wireless/wds
- 'dynamic' also allows WDS links with devices that are not configured in Manual:/interface/wireless/wds, by creating required entries dynamically. Such dynamic WDS entries are removed automatically after the connection with the other AP is lost.
wds-default-bridge
Syntax: 'none', or name of bridge interface
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: When WDS link is established and status of the wds interface becomes 'running', it will be added as a bridge port to the bridge interface specified by this property. When WDS link is lost, wds interface is removed from the bridge.
If wds interface is already included in a bridge setup when WDS link becomes active, it will not be added to bridge specified by , and will
|Description: When WDS link is established and status of the wds interface becomes 'running', it will be added as a bridge port to the bridge interface specified by this property. When WDS link is lost, wds interface is removed from the bridge. If wds interface is already included in a bridge setup when WDS link becomes active, it will not be added to bridge specified by , and will
}}wds-ignore-ssid
Syntax: 'yes' or 'no'
}}{{ #if: no|Default value: no
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: By default, WDS link between two APs can be created only when they work on the same frequency and have the same SSID value. If this property is set to 'yes', then SSID of the remote AP will not be checked. This property has no effect on connections from clients in 'station-wds' mode. It also does not work if wds-mode is 'static-mesh' or 'dynamic-mesh'.
|Description: By default, WDS link between two APs can be created only when they work on the same frequency and have the same SSID value. If this property is set to 'yes', then SSID of the remote AP will not be checked. This property has no effect on connections from clients in 'station-wds' mode. It also does not work if wds-mode is 'static-mesh' or 'dynamic-mesh'.
}}default-authentication
Syntax: 'yes' or 'no'
}}{{ #if: yes|Default value: yes
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: For AP mode, this is the value of authentication for clients that do not match any entry in the /interface/wireless/access-list. For station mode, this is the value of connect for APs that do not match any entry in the /interface/wireless/connect-list.
|Description: For AP mode, this is the value of authentication for clients that do not match any entry in the /interface/wireless/access-list. For station mode, this is the value of connect for APs that do not match any entry in the /interface/wireless/connect-list.
}}default-forwarding
Syntax: 'yes' or 'no'
}}{{ #if: yes|Default value: yes
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: This is the value of forwarding for clients that do not match any entry in the /interface/wireless/access-list.
|Description: This is the value of forwarding for clients that do not match any entry in the /interface/wireless/access-list.
}}default-ap-tx-limit
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: This is the value of ap-tx-limit for clients that do not match any entry in the /interface/wireless/access-list.
|Description: This is the value of ap-tx-limit for clients that do not match any entry in the /interface/wireless/access-list.
}}default-client-tx-limit
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: This is the value of client-tx-limit for clients that do not match any entry in the /interface/wireless/access-list.
|Description: This is the value of client-tx-limit for clients that do not match any entry in the /interface/wireless/access-list.
}}hide-ssid
Syntax: 'yes' or 'no'
}}{{ #if: no|Default value: no
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if:
- yes - AP does not include SSID the beacon frames, and does not reply to probe requests that have broadcast SSID.
- no - AP includes SSID in the beacon frames, and replies to probe requests that have broadcast SSID.
This property has effect only in AP mode. Setting it to 'yes' can remove this network from the list of wireless networks that are shown by some client software. Changing this setting does not improve security of the wireless network, because SSID is included in other frames sent by the AP.
|Description:
- yes - AP does not include SSID the beacon frames, and does not reply to probe requests that have broadcast SSID.
- no - AP includes SSID in the beacon frames, and replies to probe requests that have broadcast SSID.
security-profile
Syntax: name of profile from /interface/wireless/security-profiles
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}compression
Syntax: 'yes' or 'no'
}}{{ #if: no|Default value: no
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Setting this property to 'yes' will allow use of the hardware compression. Wireless interface must have support for hardware compression. Connections with devices that do not use compression will still work.
|Description: Setting this property to 'yes' will allow use of the hardware compression. Wireless interface must have support for hardware compression. Connections with devices that do not use compression will still work.
}}Basic information (read only properties)
interface-type
Syntax: 'virtual-AP', 'Prism', or 'Atheros model_name'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: This specifies type of wireless interface. Some properties have meaning only for certain types of interfaces.|Description: This specifies type of wireless interface. Some properties have meaning only for certain types of interfaces.
}}
Advanced settings
prism-cardtype
Syntax: '30mW', '100mW', '200mW'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: ______|Description: ______
}}radio-name
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}area
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}frequency-mode
- regulatory-domain - Limit available channels and maximum transmit power for each channel according to the value of country
- manual-txpower - Same as above, but do not limit maximum transmit power.
- superchannel - Allow all channels supported by the card.
Syntax: one of these values:
- regulatory-domain - Limit available channels and maximum transmit power for each channel according to the value of country
- manual-txpower - Same as above, but do not limit maximum transmit power.
- superchannel - Allow all channels supported by the card.
Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: List of available channels for each band can be seen in /interface/wireless/info
|Description: List of available channels for each band can be seen in /interface/wireless/info
}}country
Syntax: either 'no_country_set', or name of regulatory domain
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: Limits available bands, frequencies and maximum transmit power for each frequency. Also specifies default value of scan-list. Value 'no_country_set' is FCC compliant set of channels.|Description: Limits available bands, frequencies and maximum transmit power for each frequency. Also specifies default value of scan-list. Value 'no_country_set' is FCC compliant set of channels.
}}antenna-gain
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}rate-list
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}supported-rates-b
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}supported-rates-a/g
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}basic-rates-b
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}basic-rates-a/g
Syntax: {{{2}}}
}}{{ #if: ns:0|Default value: {{{3}}}
}}{{ #ifeq: ns:0|rq|Required property
}}{{ #ifeq: ns:0|ro|Read-only property
}}{{ #ifeq: ns:0|unset|This is optional property.
}}{{ #if: ns:0|Description: {{{6}}}
}}max-station-count
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}act-timeout
Syntax: 'indoors', 'dynamic', or value in microseconds
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}tx-power
Syntax: value in the -30..30 range
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}tx-power-mode
- default -
- all-rates-fixed -
- card-rates -
- manual-table -
Syntax: one of these values:
- default -
- all-rates-fixed -
- card-rates -
- manual-table -
Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}noise-floor-threshold
Syntax: 'default' or value in the -128..127 range
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}periodic-calibration
Syntax: one of 'default', 'enabled' or 'disabled'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}periodic-calibration-interval
Syntax: value in range 1..10000
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}burst-time
Syntax: 'disabled', or value in microseconds
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}dfs-mode
- none -
- no-radar-detect -
- radar-detect -
Syntax: one of these values:
- none -
- no-radar-detect -
- radar-detect -
Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}wds-default-cost
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}wds-cost-range
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}update-stats-interval
Syntax: 'disabled' or time interval in the 10s..5h range
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}proprietary-extensions
Syntax: 'pre-2.9.25' or 'post-2.9.25'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}wmm-support
Syntax: 'disabled', 'enabled' or 'required'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}disconnect-timeout
Syntax: time interval in the 0..15s range, in units of 10ms
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}on-fail-retry-time
Syntax: time interval in the 10ms..1s range, in 10ms units
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}preamble-mode
Syntax: one of 'long', 'short' or 'both'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}Syntax: 'yes' or 'no'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}station-bridge-clone-mac
Syntax: MAC address of ______
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-rates
Syntax: comma separated list of numbers 1..8
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-guard-interval
Syntax: 'long', 'short' or 'both'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-channel-width
Syntax: '20mhz', '40mhz' or '2040mhz'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-streams
Syntax: 'single', 'double' or 'both'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-txchains
Syntax: 1, 5 or 7
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}ht-rxchains
Syntax: 1, 5 or 7
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}hw-retries
Syntax: number 0..15
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}frame-lifetime
Syntax:
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}adaptive-noise-immunity
Syntax: 'yes' or 'no'
}}{{ #if: |Default value:
}}{{ #ifeq: |rq|Required property
}}{{ #ifeq: |ro|Read-only property
}}{{ #ifeq: |unset|This is optional property.
}}{{ #if: |Description:
}}{{ #if: Reference|}}{{ #if: |[[Category:{{{2}}}]]}}{{ #if: |[[Category:{{{3}}}]]}}{{ #if: |[[Category:{{{4}}}]]}}{{ #if: |[[Category:{{{5}}}]]}}{{ #if: |[[Category:{{{6}}}]]}}{{ #if: |[[Category:{{{7}}}]]}}{{ #if: |[[Category:{{{8}}}]]}}{{ #if: |[[Category:{{{9}}}]]}}