Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
languagenone
interface wireless print
0   ... frequency-mode=manual-txpower antenna-gain=0 tx-power=15 tx-power-mode=card-rates

From the AP24 Router OS manual, available at http://wiki.eol.ucar.edu/sew/ISFS/WIFI

  • frequency-mode (regulatory-domain | manual-txpower: transmit power is taken from tx-power settingtx-power | superchannel; default: superchannel) -
    defines which frequency channels to allow
    • regulatory-domain - channels in configured country only are allowed, and transmit power is
      limited to what is allowed in that channel in configured country minus configured antenna-gain.
      Also note that in this mode card will never be configured to higher power than allowed by the
      respective regulatory domain
    • manual-tx-power - channels in configured country only are allowed, but transmit power is
      taken from tx-power setting
    • superchannel - only possible with superchannel license. In this mode all hardware supported
      channels are allowed
  • tx-power (integer
  • tx-power-mode: Choose the transmit power mode for the card.
    • card-rates: use card defaults rates
  • tx-power: -30..30, ; default: 17. ) - manually set sets the transmit power of the card (in dBm), if
    tx-power-mode is set to manual or all-rates-fixed (see tx-power-mode description below)
    • default - default value of the card
  • tx-power-mode (all-rates-fixed | card-rates | default | manual-table; default: default) - choose the
    transmit power mode for the card:
    • all-rates-fixed
    .
    • - use one transmit power value for all rates, as configured in tx-power
    • card-rates - use card default rates
    • default - use the default tx-power
    • manual-table - use the transmit powers as defined in /interface wireless manual-tx-power-table

From the above settings I don't know what transmit power would be used, 15 dBm, or the default for the card.

...