If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:avmwlancfg

From BoxMatrix


BoxMatrix >> Shell-Commands >> avmwlancfg @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Examples  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

avmwlancfg is a supportdata helper showing propierties of MadWIFI WLAN interfaces.

fw 7.29 help - call without argument for help:

root@fritz2:/var/mod/root# avmwlancfg 

usage: avmwlancfg [help | test |
    [set <interface> <var> <value>] |
    [get <interface> <var>] |
    [env [<interface>] ]
--------------------------------------------------
  help
    This help information.

  test
    Can be used for testing purpose.

  set <interface> <var> <value>
    Set configuration variable

  get <interface> <var>
    Get value of configuration variable.

  env [<interface>]
    Show radio environment. If interface is not given all interfaces
    are dumped.

  airtimelog <wifi interface> <offset> <interval> <count>
    Display current radio airtime usage log.

  chanlist <wifi interface>
    Display current channel list for interface.

  dump_nodes <interface>
    dumps all nodes in the current ic station table.

  dump_queues <interface>
    dump hw and node queues

--------------------------------------------------
  <interface> - Network interface name.
  <var>       - Name of configurations variable
  <value>     - New variable value.
                If this value is prefixed by a '#' sign the value is coded
                as ASCII/HEX; e.g. '#AABBCCDD' = four bytes of 0xAA 0xBB 0xCC 0xDD

Examples

These are all calls as used in supportdata.wlan, manually tested on a 6490 fw 7.29:

chanlist:

root@fritz2:/var/mod/root# avmwlancfg chanlist ath0

channel list, iface=ath0, count=13:
chan=  1 (2412), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  2 (2417), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  3 (2422), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  4 (2427), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  5 (2432), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  6 (2437), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan=  7 (2442), maxpwr=20, regpwr=20, flags=00000803 HT20 HT40 ACTIVE
chan=  8 (2447), maxpwr=20, regpwr=20, flags=00000803 HT20 HT40 ACTIVE
chan=  9 (2452), maxpwr=20, regpwr=20, flags=00004803 HT20 HT40 ACTIVE PRI_CHAN
chan= 10 (2457), maxpwr=20, regpwr=20, flags=00000803 HT20 HT40 ACTIVE
chan= 11 (2462), maxpwr=20, regpwr=20, flags=00000803 HT20 HT40 ACTIVE
chan= 12 (2467), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
chan= 13 (2472), maxpwr=20, regpwr=20, flags=00000003 HT20 HT40
root@fritz2:/var/mod/root# avmwlancfg chanlist ath1

channel list, iface=ath1, count=19:
chan= 36 (5180), maxpwr=23, regpwr=23, flags=00000007 HT20 HT40 HT80
chan= 40 (5200), maxpwr=23, regpwr=23, flags=00000007 HT20 HT40 HT80
chan= 44 (5220), maxpwr=23, regpwr=23, flags=00000007 HT20 HT40 HT80
chan= 48 (5240), maxpwr=23, regpwr=23, flags=00000007 HT20 HT40 HT80
chan= 52 (5260), maxpwr=23, regpwr=23, flags=00000027 HT20 HT40 HT80 DFS
chan= 56 (5280), maxpwr=23, regpwr=23, flags=00000027 HT20 HT40 HT80 DFS
chan= 60 (5300), maxpwr=23, regpwr=23, flags=00000027 HT20 HT40 HT80 DFS
chan= 64 (5320), maxpwr=23, regpwr=23, flags=00000027 HT20 HT40 HT80 DFS
chan=100 (5500), maxpwr=27, regpwr=30, flags=000008a7 HT20 HT40 HT80 DFS DFS_CLEAR ACTIVE
chan=104 (5520), maxpwr=27, regpwr=30, flags=000008a7 HT20 HT40 HT80 DFS DFS_CLEAR ACTIVE
chan=108 (5540), maxpwr=27, regpwr=30, flags=000048a7 HT20 HT40 HT80 DFS DFS_CLEAR ACTIVE PRI_CHAN
chan=112 (5560), maxpwr=27, regpwr=30, flags=000008a7 HT20 HT40 HT80 DFS DFS_CLEAR ACTIVE
chan=116 (5580), maxpwr=27, regpwr=30, flags=00000067 HT20 HT40 HT80 DFS DFS_WEATHER
chan=120 (5600), maxpwr=27, regpwr=30, flags=00000067 HT20 HT40 HT80 DFS DFS_WEATHER
chan=124 (5620), maxpwr=27, regpwr=30, flags=00000067 HT20 HT40 HT80 DFS DFS_WEATHER
chan=128 (5640), maxpwr=27, regpwr=30, flags=00000067 HT20 HT40 HT80 DFS DFS_WEATHER
chan=132 (5660), maxpwr=27, regpwr=30, flags=00000023 HT20 HT40 DFS
chan=136 (5680), maxpwr=27, regpwr=30, flags=00000023 HT20 HT40 DFS
chan=140 (5700), maxpwr=27, regpwr=30, flags=00000021 HT20 DFS

dump_nodes:

root@fritz2:/var/mod/root# avmwlancfg dump_nodes ath0

ic: flags c0400, ext c2a092, caps 7783e71f, cex 40, acap 20, axcap 0, open 0, curchan 9, opmode 6

0xd85c1000@ath0: mac c8:0e:14:xx:xx:xx refcnt 4
   scangen 0 authmode 0 flags 0x0
   associd 0x0 txpower 38 vlan 0
   streams 0, nichan 9, vapchan 9
   flags : AVM AVMWDS 
   htcaps: ADVCODING CH40 PS/DYN SHORT20 SHORT40 TXSTBC RXSTBC DSSSCCK40 
   vhtcaps: 
   rates  : 0=130 1=132 2=139 3=150 4=140 5=18 6=152 7=36 8=176 9=72 10=96 11=108 
   htrates: 0=0 1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14 15=15 16=16 17=17 18=18 19=19 20=20 21=21 22=22 23=23 24=24 25=25 26=26 27=27 28=28 29=29 30=30 31=31 
   ucastKeyIX: 65535(0, flags 3), nwKeys: ix 0=65535(0, flags 3) ix 1=4(1, flags 6) ix 2=6(1, flags 7) ix 3=65535(0, flags 3) def 2
   igtkKeyIX: 0(0, flags 0)

0xc61d8000@guest4: mac ca:0e:14:xx:xx:xx refcnt 4
   scangen 0 authmode 0 flags 0x0
   associd 0x0 txpower 38 vlan 0
   streams 0, nichan 9, vapchan 9
   flags : AVM AVMWDS 
   htcaps: ADVCODING CH40 PS/DYN SHORT20 SHORT40 TXSTBC RXSTBC DSSSCCK40 
   vhtcaps: 
   rates  : 0=130 1=132 2=139 3=150 4=140 5=18 6=152 7=36 8=176 9=72 10=96 11=108 
   htrates: 0=0 1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14 15=15 16=16 17=17 18=18 19=19 20=20 21=21 22=22 23=23 24=24 25=25 26=26 27=27 28=28 29=29 30=30 31=31 
   ucastKeyIX: 65535(0, flags 3), nwKeys: ix 0=65535(0, flags 3) ix 1=5(1, flags 6) ix 2=7(1, flags 7) ix 3=65535(0, flags 3) def 2
   igtkKeyIX: 0(0, flags 0)

Content of keycache (128 entries):
   ix 04:46XX-9dXX-75XX-34XX-2fXX-2cXX-e9XX-4fXX valid 0 (c8:0e:14:xx:xx:xx)
   ix 05:a3XX-89XX-a0XX-1eXX-ceXX-5cXX-9eXX-3eXX valid 0 (ca:0e:14:xx:xx:xx)
   ix 06:c9XX-30XX-b9XX-13XX-68XX-e9XX-1dXX-7dXX valid 0 (c8:0e:14:xx:xx:xx)
   ix 07:46XX-aeXX-f4XX-c9XX-4aXX-4fXX-01XX-20XX valid 0 (ca:0e:14:xx:xx:xx)
   ix 08:bfXX-cfXX-6fXX-51XX-34XX-d9XX-a1XX-1fXX valid 1 (58:b0:d4:xx:xx:xx)
   ix 09:3aXX-b3XX-3cXX-d3XX-06XX-ceXX-23XX-ecXX valid 1 (58:b0:d4:xx:xx:xx)

Content of scn->keyixmap (128 entries):

<END, 6179 bytes free>
root@fritz2:/var/mod/root# avmwlancfg dump_nodes ath1

ic: flags c0400, ext c2a092, caps 6583e73f, cex 5c, acap 0, axcap 0, open 0, curchan 108, opmode 6

0xd85a3000@ath1: mac c8:0e:14:xx:xx:xx refcnt 5
   scangen 0 authmode 0 flags 0x800
   associd 0x0 txpower 44 vlan 0
   streams 0, nichan 108, vapchan 108
   flags : WDS 
   htcaps: ADVCODING CH40 PS/DYN SM/RES SHORT20 SHORT40 TXSTBC RXSTBC MAXAMPDU8K DSSSCCK40 
   vhtcaps: 
   rates  : 0=140 1=18 2=152 3=36 4=176 5=72 6=96 7=108 
   htrates: 0=0 1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14 15=15 16=16 17=17 18=18 19=19 20=20 21=21 22=22 23=23 24=24 25=25 26=26 27=27 28=28 29=29 30=30 31=31 
   ucastKeyIX: 65535(0, flags 3), nwKeys: ix 0=65535(0, flags 3) ix 1=1(1, flags 6) ix 2=2(1, flags 7) ix 3=65535(0, flags 3) def 2
   igtkKeyIX: 0(0, flags 0)

No WDS station info available

0xd85c3000@guest5: mac ca:0e:14:xx:xx:xx refcnt 5
   scangen 0 authmode 0 flags 0x800
   associd 0x0 txpower 44 vlan 0
   streams 0, nichan 108, vapchan 108
   flags : WDS 
   htcaps: ADVCODING CH40 PS/DYN SM/RES SHORT20 SHORT40 TXSTBC RXSTBC MAXAMPDU8K DSSSCCK40 
   vhtcaps: 
   rates  : 0=140 1=18 2=152 3=36 4=176 5=72 6=96 7=108 
   htrates: 0=0 1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14 15=15 16=16 17=17 18=18 19=19 20=20 21=21 22=22 23=23 24=24 25=25 26=26 27=27 28=28 29=29 30=30 31=31 
   ucastKeyIX: 65535(0, flags 3), nwKeys: ix 0=65535(0, flags 3) ix 1=1(1, flags 6) ix 2=2(1, flags 7) ix 3=65535(0, flags 3) def 2
   igtkKeyIX: 0(0, flags 0) 

No WDS station info available

<END, 6673 bytes free>

dump_queues:

root@fritz2:/var/mod/root# avmwlancfg dump_queues ath0

HW TX Queues, wifi0:
   queues(#0): data/BK, hw_q=0, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=048, axq_num_buf_used=000, axq_totalq=0
   queues(#1): data/BE, hw_q=1, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=032, axq_num_buf_used=000, axq_totalq=475728
   queues(#2): data/VI, hw_q=2, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=016, axq_num_buf_used=000, axq_totalq=9
   queues(#3): data/VO, hw_q=3, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=2598279
   queues(#4):          hw_q=4, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=0
   queues(#5):          hw_q=5, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=0
   queues(#6):          hw_q=6, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=0
   queues(#7): uapsd,   hw_q=7, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=0
   queues(#8): cab,     hw_q=8, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=048, axq_num_buf_used=000, axq_totalq=0
   queues(#9): beacon,  hw_q=0, axq_depth=0, num_tx_pend=0, axq_aggr_depth=0, axq_minfree=000, axq_num_buf_used=000, axq_totalq=0

HW AC Queues:
   ac-queue mapping: AC_BK(#1)->txq 0, AC_BE(#0)->txq 1, AC_VI(#2)->txq 2, AC_VO(#3)->txq 3
   AC queues empty

HW Misc Queue:
   Multicast:
      vap=0, mc_q=0, depth=0, total_queued=0
      vap=1, mc_q=0, depth=0, total_queued=0
   UAPSD: qnum=7, depth=0, total_queued=0
   CABQ:  qnum=8, depth=0, total_queued=0

HW TID Queues:

    TID queues empty

<END, 2394 bytes>

Node TID Queues (empty TIDs hidden):
   ath0: mac c8:0e:14:xx:xx:xx refcnt 4
   guest4: mac ca:0e:14:xx:xx:xx refcnt 4

<END, 3976 bytes>
root@fritz2:/var/mod/root# avmwlancfg dump_queues ath1

   Hardware queue dump not jet supported on wifi1. 

Node TID Queues (empty TIDs hidden):
   ath1: mac c8:0e:14:xx:xx:xx refcnt 5
      TID queue dump not jet supported on wifi1.
   guest5: mac ca:0e:14:xx:xx:xx refcnt 5
      TID queue dump not jet supported on wifi1.

<END, 3878 bytes>  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-19 07:32 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Depends on lib ld.so 43 7.01 - 7.58 Dynamic linker / loader Linux
Depends on lib libc.so 96 5.01 - 7.90 Standard C library Linux
Depends on lib libgcc_s.so 39 5.01 - 7.17 GCC low-level runtime library Linux
Depends on lib libnvram.so 2 6.98 - 7.17 Broadcom persistent storage of [WLAN] configuration Broadcom
Depends on lib libwlbcmcrypto.so 2 6.98 - 7.17 Broadcom cryptography for WLAN Broadcom
Depends on lib libwlbcmshared.so 2 6.98 - 7.17 Broadcom shared functions for WLAN Broadcom
Depends on lib libwlctl.so 2 6.98 - 7.17 Access and control Broadcom wireless hardware. Broadcom
7 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-19 05:14 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 3272 5.50 - 6.89 /sbin 8.7k - 11.5k
FRITZ!Box WLAN 3370 5.01 - 6.56 /sbin 8.7k - 12.3k
FRITZ!Box 3390 5.50 - 6.56 /sbin 8.7k - 11.1k
FRITZ!Box 3490 (main) 6.20 - 7.30 /sbin 10.5k - 14.5k
FRITZ!Box 3490 (scrpn) 6.98 - 7.30 /sbin 11.3k - 14.5k
FRITZ!Box 4020 7.39 /sbin 9.1k - 17.6k
FRITZ!Box 4040 6.52 - 7.57 /sbin 9.8k - 17.6k
FRITZ!Box 4050 7.57 /sbin 13.5k
FRITZ!Box 4060 7.26 - 7.57 /sbin 13.4k - 17.6k
FRITZ!Box 5490 (main) 6.51 - 7.29 /sbin 11.3k - 14.5k
FRITZ!Box 5490 (scrpn) 6.98 - 7.29 /sbin 11.3k - 14.5k
FRITZ!Box 5491 (main) 6.98 - 7.29 /sbin 11.3k - 14.5k
FRITZ!Box 5491 (scrpn) 6.98 - 7.29 /sbin 11.3k - 14.5k
FRITZ!Box 5530 Fiber (main) 7.39 /sbin 17.6k
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /sbin 13.4k - 17.6k
FRITZ!Box 5690 Pro (arm) 7.59 /sbin 13.4k
FRITZ!Box 6320 Cable v1 6.03 - 6.04 /sbin 7.6k
FRITZ!Box 6320 Cable v2 6.21 /sbin 7.7k
FRITZ!Box 6340 Cable 5.24 /sbin 7.2k
FRITZ!Box 6360 Cable 5.09 - 6.51 /sbin 7.2k - 7.7k
FRITZ!Box 6430 Cable (arm) 6.84 - 7.57 /sbin 9.9k - 17.6k
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /sbin 9.9k - 13.4k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /sbin 7.7k - 17.6k
FRITZ!Box 6490 Cable (atom) 6.50 - 7.51 /sbin 9.9k - 13.4k
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /sbin 9.8k - 17.6k
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /sbin 9.8k - 13.4k
FRITZ!Box 6591 Cable (arm) 7.04 - 7.57 /sbin 10.6k - 17.6k
FRITZ!Box 6591 Cable (atom) 7.04 - 7.57 /sbin 10.6k - 17.6k
FRITZ!Box 6660 Cable (arm) 7.39 - 7.57 /sbin 17.6k
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /sbin 17.6k
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /sbin 17.6k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /sbin 13.5k - 17.6k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.57 /sbin 13.5k - 17.6k
FRITZ!Box 6810 LTE 6.35 /sbin 8.7k - 9.4k
FRITZ!Box 6820 LTE v1 6.40 - 7.51 /sbin 11.3k - 17.6k
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /sbin 11.3k - 17.6k
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /sbin 14.5k
FRITZ!Box 6840 LTE 5.08 - 7.39 /sbin 8.7k - 17.6k
FRITZ!Box 6842 LTE /sbin 8.7k - 9.4k
FRITZ!Box 6850 LTE 7.21 - 7.58 /sbin 13.5k - 17.6k
FRITZ!Box 6850 5G 7.24 - 7.51 /sbin 13.5k - 17.6k
FRITZ!Box 6890 LTE 6.84 - 7.51 /sbin 12.7k - 17.6k
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /sbin 12.7k - 17.6k
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /sbin 12.7k - 17.6k
FRITZ!Box 7272 5.55 - 7.39 /sbin 9.0k - 17.6k
FRITZ!Box 7312 5.23 - 6.56 /sbin 8.7k - 11.5k
FRITZ!Box Fon WLAN 7320 5.09 - 6.35 /sbin 8.7k - 9.7k
FRITZ!Box 7330 5.06 - 6.56 /sbin 8.7k - 11.5k
FRITZ!Box 7330 SL 5.08 - 6.56 /sbin 8.7k - 11.5k
FRITZ!Box Fon WLAN 7340 /sbin 8.7k - 9.7k
FRITZ!Box Fon WLAN 7360 SL 5.04 - 6.34 /sbin 8.7k - 10.5k
FRITZ!Box Fon WLAN 7360 v1 5.06 - 6.36 /sbin 8.7k - 10.5k
FRITZ!Box Fon WLAN 7360 v2 5.22 - 6.88 /sbin 8.7k - 11.1k
FRITZ!Box 7362 SL 5.53 - 7.14 /sbin 8.7k - 14.4k
FRITZ!Box 7369 6.30 - 6.32 /sbin 9.4k
FRITZ!Box Fon WLAN 7390 5.07 - 5.22 /sbin 8.7k - 10.5k, Link
FRITZ!Box 7412 6.21 - 6.88 /sbin 9.5k - 11.1k
FRITZ!Box 7430 6.26 - 7.39 /sbin 9.5k - 17.6k
FRITZ!Box 7490 (main) 5.57 - 7.57 /sbin 9.8k - 17.6k
FRITZ!Box 7490 (scrpn) 6.98 - 7.51 /sbin 11.3k - 14.5k
FRITZ!Box 7510 7.30 - 7.57 /sbin 13.4k - 13.5k
FRITZ!Box 7520 6.98 - 7.51 /sbin 9.8k - 17.6k
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /sbin 13.5k - 17.6k
FRITZ!Box 7530 6.98 - 7.56 /sbin 9.8k - 17.6k
FRITZ!Box 7530 AX 7.39 /sbin 17.6k
FRITZ!Box 7560 6.51 - 7.39 /sbin 12.6k - 17.6k
FRITZ!Box 7580 6.53 - 7.30 /sbin 12.7k - 14.4k
FRITZ!Box 7581 6.98 - 7.16 /sbin 7.0k - 9.5k
FRITZ!Box 7582 7.01 - 7.17 /sbin 7.0k - 9.5k
FRITZ!Box 7583 7.01 - 7.57 /sbin 13.0k - 14.4k
FRITZ!Box 7583 VDSL 7.19 - 7.31 /sbin 14.3k
FRITZ!Box 7590 6.83 - 7.90 /sbin 12.7k - 17.6k
FRITZ!Box 7590 AX 7.39 /sbin 17.6k
FRITZ!Box 7690 7.59 /sbin 13.4k
FRITZ!Smart Gateway 7.39 - 7.59 /sbin 13.5k
FRITZ!WLAN Repeater 300E 5.01 - 6.34 /sbin 9.5k - 12.3k
FRITZ!WLAN Repeater 310 A 5.24 - 7.16 /sbin 8.7k - 14.4k
FRITZ!WLAN Repeater 310 B 6.30 - 7.16 /sbin 9.0k - 14.4k
FRITZ!WLAN Repeater 450E 6.00 - 7.15 /sbin 9.0k - 14.4k
FRITZ!Repeater 600 7.11 - 7.58 /sbin 14.4k - 17.6k
FRITZ!Repeater 600 v2 7.19 - 7.58 /sbin 14.5k
FRITZ!WLAN Repeater 1160 6.51 - 7.15 /sbin 11.0k - 14.4k
FRITZ!Repeater 1200 7.11 - 7.58 /sbin 13.5k - 17.6k
FRITZ!Repeater 1200 AX 7.27 - 7.57 /sbin 13.4k - 13.5k
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /sbin 9.5k - 17.6k
FRITZ!Repeater 2400 7.12 - 7.58 /sbin 14.4k - 17.6k
FRITZ!Repeater 3000 6.98 - 7.58 /sbin 9.8k - 17.6k
FRITZ!Repeater 3000 AX 7.39 - 7.57 /sbin 13.5k - 17.6k
FRITZ!Repeater 6000 7.19 - 7.57 /sbin 13.4k - 13.5k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /sbin 9.5k - 11.4k
FRITZ!Powerline 540E 5.58 - 7.15 /sbin 9.0k - 14.4k
FRITZ!Powerline 546E 5.50 - 7.15 /sbin 8.7k - 14.4k
FRITZ!Powerline 1240 AX 7.51 - 7.57 /sbin 13.5k
FRITZ!Powerline 1240E 6.33 - 7.16 /sbin 9.0k - 14.4k
FRITZ!Powerline 1260E 6.90 - 7.57 /sbin 9.8k - 17.6k
FRITZ!Powerline 1260 7.27 - 7.57 /sbin 13.5k
96 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-19 07:32 GMT.

Firmware Symbol
5.01 - 7.90 main
5.01 - 7.90 str_util_cut_param_prefix
5.01 - 7.90 str_util_str_to_mac
3 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.