Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added more from the manual

...

Code Block
languagenone
interface wireless print
0   ... frequency-mode=manual-txpower antenna-gain=0 tx-power=15 tx-power-mode=card-rates
  • frequency-mode
    • 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-txpower: -tx-power - channels in configured country only are allowed, but transmit power is
      taken from tx-power setting
    tx-power-mode: Choose the transmit power mode for the card.
    • card-rates: use card defaults ratessuperchannel - only possible with superchannel license. In this mode all hardware supported
      channels are allowed
  • tx-power (integer: -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.

...