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:meshd (avmcmd)

From BoxMatrix


BoxMatrix >> Shell-Commands >> meshd (avmcmd) @ 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

Info
  
Name-Collision - multiple objects in this wiki use the name meshd!
meshd (avmcmd) Mesh topology and steering daemon.
meshd (process) Process running meshd
meshd (uimod) TODO
meshd (watchdog) Watchdog for meshd

AVM-Command

Goto:   Endpoints  -  Events  -  Logs  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

meshd is the Mesh topology and steering daemon.
While avmnexusd maintains the Mesh configuration peering meshd maintains the Mesh network topology.

This is pretty much the tree of devices you see in simplified form in the Mesh view of your network in the Webinterface,
but meshd maintains a way more complex tree including all meshable capabilities of each of these devices.
Besides this meshd maintains steering across this tree, KPI and LDAP.

fw 7.29 help:

root@fritz2:/var/mod/root# meshd -?

usage: meshd meshd [options]

options:
  -?                 - print this help
  -s                 - stop daemon. (NOTSET)
  -f                 - run in foreground. (NOTSET)
  -v                 - verbose. (NOTSET)
  -D STRING          - switch debug logs on. (FUNC)

meshd

The topology could be fetched using one of these commands:

aicmd meshd topology topology show 
aicmd meshd topology topology showinternal

Both return a pretty huge answer in JSON format, the internal tree is approx. 50% bigger.

Endpoints

aicmd endpoint(s) provided by meshd, with these functions: (fw 7.29)

root@fritz2:/var/mod/root# aicmd meshd

# provided by meshd: - fw 7.01+

HELP                                     - show help
SLABDUMP                                 - show slab allocation
SLABSHOW                                 - show slab information
QUIT                                     - disconnect
 
# provided by libmeshd.so: - fw 7.01+

topology topology show                   - show topology
topology topology showinternal           - show internal topology
topology topology update                 - update topology
topology topology showupdates            - show topology updates

# provided by libmeshd.so: - fw 7.29+

topology topology clear                  - clear topology
topology topology showcumulativeupdates  - show cumulative updates
topology topology showupdateinterval     - show topology update timer interval (seconds)
topology topology setupdateinterval      - set topology update timer interval (seconds); set to 0 to disable
topology topology showpendingupdatesinterval - show pending topology updates timer interval (seconds)
topology topology setpendingupdatesinterval - set pending topology updates timer interval (seconds); set to 0 to disable
topology topology showallowcumulativeupdates - show allow cumulative updates for topology manager
topology topology setallowcumulativeupdates - set allow cumulative updates for topology manager
topology topology showageinginterval     - show ageing timer interval (seconds)
topology topology setageinginterval      - set ageing timer interval (seconds); set to 0 to disable
topology topology showmaxage             - show maximum age (seconds) for topology elements
topology topology setmaxage              - set maximum age (seconds) after which inactive node links are GC'd.
topology topology showmaxnodecount       - show maximum number of nodes allowed to reside in the topology before they are GC'd
topology topology setmaxnodecount        - set maximum number of nodes allowed to reside in the topology before nodes are GC'd
topology topology showstats              - show topology statistics

steering steering tasks                  - show steering tasks
steering steering steer                  - command a BSS transition: <client MAC> [<mode>  [<trigger> [<target AP MAC>]]]
steering steering enabled                - enable steering
steering steering remotesteering         - enable remote steering
steering steering path                   - set path evaluation
steering steering timer                  - set timer-based optimisation
steering steering status                 - show steering state
steering steering set_friendliness       - set friendliness: [<MAC (default ff:ff:ff:ff:ff:ff -> all)> [<friendly? (default true)> [<attribute (default rbl [r->RRM, b->BTM, l->legacy])>]]]
steering steering get_friendliness       - get_friendliness: [<MAC (default ff:ff:ff:ff:ff:ff -> all)>]
steering steering get_history            - get steering history: [<MAC (default ff:ff:ff:ff:ff:ff -> all)>]
steering steering flush_history          - flush steering history: [<MAC (default ff:ff:ff:ff:ff:ff -> all)>]

kpi kpi show                             - show kpi data without sending
kpi kpi send                             - send kpi information

ldap ldap show_check_interval            - show check timer interval (seconds)
ldap ldap set_check_interval             - set check timer interval <seconds>; set to 0 to disable
ldap ldap show_link_filter_level         - show link filter level
ldap ldap set_link_filter_level          - set link filter level <level>
ldap ldap show_blocking_strategy_flags   - show blocking strategy flags
ldap ldap set_blocking_strategy_flags    - set blocking strategy flags <flag [flag]...>
ldap ldap show_loop_prevention_enabled   - show loop prevention enabled state
ldap ldap set_loop_prevention_enabled    - set loop prevention enabled state <0|1>

# provided by libmeshd.so: - fw 7.39+

topology topology showpendingupdatesintervalnewnodes   - show pending topology updates timer interval (seconds) for new nodes
topology topology setpendingupdatesintervalnewnodes    - set pending topology updates timer interval (seconds) for new nodes; set to 0 to disable

usp usp showupdateinterval               - show usp update timer interval (seconds)
usp usp setupdateinterval                - set usp update timer interval (seconds); set to 0 to disable

bs bs device                             - device <repeater_device_mac> <target_device_mac>: connect all uplinks of repeater device to target device
bs bs children                           - children <parent_device_mac> <target_device_mac>: Connect all children of parent to target device
bs bs move                               - move <target_device_mac>: Connect all of my children to target device
bs bs steal                              - steal <victim_device_mac>: Connect victim's children to myself.

# provided by libewnwlinux.so: - fw 7.01+

ewnwlinux show csockshell                - show shells running
ewnwlinux show genetlink                 - show gerneric netlink families

# provided by libewnwlinux.so: - fw 7.90+

ewnwlinux netlink show                   - show internal information
ewnwlinux netlink getroute [address]     - get route for inet address
ewnwlinux netlink interfaces             - show interfaces
ewnwlinux netlink routes [ 4 | 6 ]       - show routes

# provided by libavmcsock.so: - fw 7.01+

avmcsock show csock                      - show all csock
avmcsock show dnsconfig                  - show all dns context
avmcsock show timercb                    - show all timer
avmcsock show debughandles               - show all debughandles
avmcsock show cprocess                   - show all processes
avmcsock set debug                       - set debug flags

# provided by libavmcsock.so: - fw 7.29+

avmcsock show cbcontext                  - show all cbdata
avmcsock show daemon                     - show daemon status
avmcsock show cbuf                       - show cbuf status

# provided by libavmcsock.so: - fw 7.39+

avmcsock getsymbol <address>             - get symbol for address
avmcsock show dnsglobal                  - show all dns global values
avmcsock show dnscache                   - show cache
avmcsock show dnsqueries                 - show all pending queries
avmcsock show avmipc [endpoint shmatch]  - show avmipc events and states
avmcsock ctimer show                     - show all timer
avmcsock ctimer overview                 - show ctimer overview
avmcsock iotrace format unctrl|hexdump   - set format for csock iotrace
avmcsock iotrace file                    - enable iotrace to file
avmcsock iotrace enable                  - enable iotrace via debugmsg
avmcsock iotrace disable                 - disable iotrace
avmcsock iotrace match help|<match>      - show allowed matches or set match
avmcsock iotrace reset                   - remove all matches
avmcsock iotrace show                    - show configuration

# provided by libavmcsock.so: - fw 7.90+

avmcsock show signals                    - show signal handler
avmcsock show connector [cache|stats]    - show connector information
avmcsock show clogger                    - show clogger information
avmcsock set clogmod [ <module> [ '.' <submodule ] ... ] [ '=' <level> ]
                                         - set clogmod log level
avmcsock slab check                      - red zone/free check
avmcsock slab reap [heavy]               - call slab_reap/slab_reap_heavy
avmcsock slab dump [long]                - show slab allocation
avmcsock slab show                       - show slab information
avmcsock slab ewma [show|activate|deactivate|reset]
                                         - show average allocates/freed per second
avmcsock avmipc notifier [endpoint shmatch]
                                         - show registered notifier
avmcsock avmipc set [endpoint shmatch]   - show states/events sent
avmcsock avmipc csv [endpoint shmatch]   - show states/events sent and listing as csv

Events

Daily updated index of AVM-Events and AVMIPC-Datastore nodes affecting this command. Last update: 2023-12-10 05:13 GMT.
The owners of Event-Sinks and Event-Sources are manual research, which may be incomplete or even wrong.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.
A ** in the Mod column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A - in the Mod column marks manual research, the Firmware then shows where the item occurs, not the Relation.

Relation Typ Object Mod Firmware Info Origin
Endpoint sock me_anony-meshd-($num)-($num).ctl 33* 7.08 - 7.51 Anonymous avmipc endpoint of meshd AVM
Listens to avmipc @ 13** 7.29 - 7.51 Special event for listeners of nameless private messages. AVM
Endpoint sock me_meshd.ctl 57* 6.98 - 7.57 avmipc_command endpoint of meshd AVM
Listens to avmipc @ 22** 7.12 - 7.57 Special event for listeners of nameless private messages. AVM
Listens to avmipc aicmd_listener 21** 7.29 - 7.57 Special event covering all aicmd compatible listeners. AVM
Listens to avmipc STATE_ETHSTATUS_FBSTATE 21** 7.29 - 7.57 State of all LAN ports in JSON format. AVM
Listens to avmipc STATE_LLDPSTATUS_FBSTATE 21** 7.29 - 7.57 State of all LLDP interfaces in JSON format. AVM
Command cmd meshd (avmcmd) Mesh topology and steering daemon. AVM
Sends avmipc NW_IPC_EVT_LOOP_PREVENTED - 7.39 - 7.51 Network event informing about a prevented Switching-Loop. AVM
Sends avmipc STATE_LDAP_STATE_FBSTATE - 7.29 - 7.57 State of Mesh LDAP in JSON format. AVM
10 event relations for this command

Logs

This is a subset of the Temp-Files section, filtered for logfiles of meshd:

Daily updated index of all meshd logfiles found scanning Supportdata-Probes. Last update: 2025-01-21 07:00 GMT.
The label (temp) in the Logfile column shows there are other objects in this wiki using this name.
The Mod column shows the amount of models using the respective logfile. Click the column header to sort by this number.

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:

$ strings /usr/sbin/meshd | grep -e '\.c$' -e '\.cpp$'

<empty>  

Dependencies

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

Relation Typ Object Mod Firmware Info Origin
Started by serv meshd.service 56 7.19 - 8.00 supervisor service for meshd. AVM
Stopped by serv meshd.service 48 7.19 - 7.39 supervisor service for meshd. AVM
Runs as proc meshd (process) 64* 6.98 - 8.00 Process running meshd AVM
Registers wdog meshd (watchdog) 64* 6.98 - 8.00 Watchdog for meshd AVM
Serving sock avmnexus_meshd.ctl 40* 6.98 - 8.00 avmnexusd worker endpoint for meshd peering AVM
Serving sock me_anony-meshd-($num)-($num).ctl 38* 7.08 - 8.00 Anonymous avmipc endpoint of meshd AVM
Serving sock me_meshd.ctl 64* 6.98 - 8.00 avmipc_command endpoint of meshd AVM
Serving sock wlancsi_listener_($hex).socket 74* 6.50 - 8.00 TODO AVM
Depends on lib ld.so 41 7.08 - 8.00 Dynamic linker / loader Linux
Depends on lib libar7cfg.so 40 6.98 - 7.19 TFFS-Configuration API to ar7.cfg and many more. AVM
Depends on lib libavmcounter_mac.so 21 7.90 - 8.00 Collects and caches neighbour MAC addresses from avmcounterd. AVM
Depends on lib libavmcppterminatehandler.so 62 7.08 - 8.00 Process termination handler for C++ programs AVM
Depends on lib libavmcsock.so 64 6.98 - 8.00 Networking, I/O and helper functions AVM
Depends on lib libavmfbstate.so 52 7.19 - 8.00 IPC fritzbox state notification AVM
Depends on lib libavmnexus.so 64 6.98 - 8.00 avmnexusd worker socket API AVM
Depends on lib libavmnexuscpp.so 64 6.98 - 8.00 Mesh client / server C++ API class AVM
Depends on lib libavmuspmesh.so 44 7.39 - 8.00 TODO AVM
Depends on lib libbacktrace.so 2 7.08 Crash handler and logger AVM
Depends on lib libboxenv.so 22 7.61 - 8.00 API to the rc.conf enhanced Config-Environment AVM
Depends on lib libboxlib.so 64 6.98 - 8.00 Box status, logging and statistics functions AVM
Depends on lib libc.so 64 6.98 - 8.00 Standard C library Linux
Depends on lib libewnwlinux.so 64 6.98 - 8.00 Linux networking functions AVM
Depends on lib libgcc_s.so 64 6.98 - 8.00 GCC low-level runtime library Linux
Depends on lib liblandev.so 62 7.08 - 8.00 TODO Linux
Depends on lib libm.so 43 6.98 - 8.00 C math library Linux
Depends on lib libmesh_plcservice.so 64 6.98 - 8.00 meshd topology extension for Powerline devices AVM
Depends on lib libmesh_shared.so 64 6.98 - 8.00 TODO Linux
Depends on lib libmeshd.so 62 7.08 - 8.00 API library for meshd and its extensions. AVM
Depends on lib libneighbour.so 22 7.61 - 8.00 Neighbour discovery and notification API AVM
Depends on lib libpthread.so 42 6.98 - 7.80 POSIX threading library Linux
Depends on lib libslab_c++.so 21 7.90 - 8.00 C++ slab allocator AVM
Depends on lib libstdc++.so 64 6.98 - 8.00 GNU C++ library Linux
Depends on lib libtiinterpreter.so 5 7.08 Preprocessor for SSI-Files by TI. AVM
Depends on lib libwlancsi.so 64 6.98 - 8.00 TODO Linux
Depends on lib libwlancsi_types.so 21 7.90 - 8.00 TODO AVM
Depends on lib libyajl.so 59 7.08 - 7.81 Event-driven JSON parser Linux
36 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2025-01-21 05:39 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/rtl) label in the Model column shows which CPU is meant for Multi-Linux models.
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 3490 (main) 7.01 - 7.30 /sbin, /usr/sbin 484k - 1.2M
FRITZ!Box 4020 /sbin 485k
FRITZ!Box 4040 6.98 - 8.00 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Box 4050 7.58 - 7.90 /usr/sbin 13.7k - 17.6k
FRITZ!Box 4060 7.29 - 7.90 /usr/sbin 13.7k - 646k
FRITZ!Box 5490 (main) 7.01 - 7.29 /sbin, /usr/sbin 484k - 1.2M
FRITZ!Box 5491 (main) 7.01 - 7.29 /sbin, /usr/sbin 484k - 1.2M
FRITZ!Box 5530 Fiber (main) 7.21 - 8.00 /sbin, /usr/sbin 22.6k - 1.1M
FRITZ!Box 5590 Fiber (main) 7.29 - 8.00 /usr/sbin 13.7k - 646k
FRITZ!Box 5690 Pro (main) 7.62 /usr/sbin 17.6k
FRITZ!Box 6430 Cable (atom) 7.01 - 7.29 /sbin, /usr/sbin 295k - 669k
FRITZ!Box 6490 Cable (atom) 7.00 - 7.51 /sbin, /usr/sbin 13.6k - 673k
FRITZ!Box 6590 Cable (atom) 6.110 - 7.51 /sbin, /usr/sbin 13.6k - 673k
FRITZ!Box 6591 Cable (arm) 7.08 /sbin 582k
FRITZ!Box 6591 Cable (atom) 7.08 - 8.00 /sbin, /usr/sbin 17.7k - 610k
FRITZ!Box 6660 Cable (atom) 7.14 - 8.00 /sbin, /usr/sbin 17.7k - 610k
FRITZ!Box 6670 Cable (atom) 7.61 - 7.90 /usr/sbin 25.6k - 25.7k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.90 /usr/sbin 17.7k - 609k
FRITZ!Box 6820 LTE v1 (main) 6.98 - 7.59 /sbin, /usr/sbin 22.9k - 1.2M
FRITZ!Box 6820 LTE v2 (main) 6.98 - 7.59 /sbin, /usr/sbin 22.9k - 1.2M
FRITZ!Box 6820 LTE v3 (main) 7.19 - 7.57 /sbin, /usr/sbin 22.9k - 1.2M
FRITZ!Box 6820 LTE v4 7.59 /usr/sbin 22.9k
FRITZ!Box 6850 LTE 7.21 - 7.90 /sbin, /usr/sbin 13.7k - 1.1M
FRITZ!Box 6850 5G 7.24 - 7.90 /usr/sbin 13.7k - 646k
FRITZ!Box 6890 LTE (main) 6.98 - 7.57 /sbin, /usr/sbin 18.6k - 1.1M
FRITZ!Box 6890 LTE v1 (main) 6.98 - 7.57 /sbin, /usr/sbin 18.6k - 1.1M
FRITZ!Box 6890 LTE v2 (main) 6.98 - 7.57 /sbin, /usr/sbin 18.6k - 1.1M
FRITZ!Box 7362 SL (main) 6.98 - 7.18 /sbin 383k - 811k
FRITZ!Box 7430 (main) 6.98 - 7.31 /sbin, /usr/sbin 383k - 1.2M
FRITZ!Box 7490 (main) 6.98 - 7.51 /sbin, /usr/sbin 22.9k - 1.2M
FRITZ!Box 7510 7.30 - 8.00 /usr/sbin 13.7k - 646k
FRITZ!Box 7520 6.98 - 8.00 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Box 7520 v2 (main) 7.30 - 8.00 /usr/sbin 13.7k - 646k
FRITZ!Box 7530 6.98 - 8.00 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Box 7530 AX 7.20 - 8.00 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Box 7560 (main) 6.98 - 7.30 /sbin, /usr/sbin 383k - 1.1M
FRITZ!Box 7580 (main) 6.98 - 7.30 /sbin, /usr/sbin 383k - 1.1M
FRITZ!Box 7581 6.98 - 7.18 /sbin 228k - 486k
FRITZ!Box 7582 7.01 - 7.18 /sbin 228k - 486k
FRITZ!Box 7583 (main) 7.01 - 7.59 /sbin, /usr/sbin 22.8k - 1.1M
FRITZ!Box 7583 VDSL (main) 7.19 - 8.00 /sbin, /usr/sbin 22.6k - 1.1M
FRITZ!Box 7590 (main) 6.98 - 8.00 /sbin, /usr/sbin 18.6k - 1.1M
FRITZ!Box 7590 AX (main) 7.19 - 8.00 /sbin, /usr/sbin 18.6k - 1.1M
FRITZ!Box 7690 7.61 - 7.90 /usr/sbin 17.6k
FRITZ!Smart Gateway 7.52 - 7.63 /usr/sbin 13.6k - 13.7k
FRITZ!WLAN Repeater 310 A 6.98 - 7.16 /sbin 485k - 811k
FRITZ!WLAN Repeater 310 B 6.98 - 7.16 /sbin 485k - 811k
FRITZ!WLAN Repeater 450E 6.98 - 7.15 /sbin 485k - 811k
FRITZ!Repeater 600 7.11 - 7.58 /sbin, /usr/sbin 22.9k - 1.2M
FRITZ!Repeater 600 v2 7.27 - 7.58 /usr/sbin 22.9k - 1.2M
FRITZ!WLAN Repeater 1160 6.98 - 7.15 /sbin 485k - 811k
FRITZ!Repeater 1200 7.11 - 7.58 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Repeater 1200 AX 7.30 - 7.58 /usr/sbin 13.7k - 646k
FRITZ!WLAN Repeater 1750E 6.98 - 7.32 /sbin, /usr/sbin 485k - 1.2M
FRITZ!Repeater 2400 7.12 - 7.58 /sbin, /usr/sbin 18.8k - 1.2M
FRITZ!Repeater 3000 6.98 - 7.58 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Repeater 3000 AX 7.41 - 7.58 /usr/sbin 13.7k
FRITZ!Repeater 6000 7.19 - 7.58 /sbin, /usr/sbin 13.7k - 646k
FRITZ!WLAN Repeater DVB-C 6.98 - 7.04 /sbin 485k
FRITZ!Powerline 540E 6.98 - 7.15 /sbin 485k - 811k
FRITZ!Powerline 546E 6.98 - 7.15 /sbin 485k - 811k
FRITZ!Powerline 1240 AX 7.57 - 7.58 /usr/sbin 13.7k
FRITZ!Powerline 1240E 7.16 /sbin 485k - 811k
FRITZ!Powerline 1260E 6.98 - 7.58 /sbin, /usr/sbin 13.7k - 646k
FRITZ!Powerline 1260 7.27 - 7.58 /usr/sbin 13.7k - 646k
65 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2025-01-21 07:43 GMT.

Firmware Symbol
6.98 - 7.08 atexit
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::BSSTransitionCandidate
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_bssid_information
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_candidate_bssid
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_candidate_channel
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_op_class
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_phy_type
6.98 - 7.08 avm::mesh::BSSTransitionCandidate::get_preference
6.98 - 7.08 avm::mesh::BSSTransitionRequestParams::get_candidate_list
6.98 - 7.08 avm::mesh::BSSTransitionRequestParams::get_dialog_token
6.98 - 7.08 avm::mesh::BSSTransitionRequestParams::get_disassoc_timer
6.98 - 7.08 avm::mesh::BSSTransitionRequestParams::get_request_mode
6.98 - 7.08 avm::mesh::BSSTransitionRequestParams::get_request_target
6.98 - 7.08 avm::mesh::BSSTransitionResponse::BSSTransitionResponse
6.98 - 7.08 avm::mesh::BeaconReportRequestParams::get_beacon_measurement_mode
6.98 - 7.08 avm::mesh::BeaconReportRequestParams::get_bssid
6.98 - 7.08 avm::mesh::BeaconReportRequestParams::get_channel
6.98 - 7.08 avm::mesh::BeaconReportRequestParams::get_destination
6.98 - 7.08 avm::mesh::BeaconReportRequestParams::get_ssid
6.98 - 7.08 avm::mesh::BeaconReportResponse::BeaconReportResponse
6.98 - 7.08 avm::mesh::BeaconReportResponseElement::BeaconReportResponseElement
6.98 - 7.08 avm::mesh::DeviceAssociationParams::get_block_bssid
6.98 - 7.08 avm::mesh::DeviceAssociationParams::get_block_status
6.98 - 7.08 avm::mesh::DeviceAssociationParams::get_block_timeout
6.98 - 7.08 avm::mesh::DeviceAssociationParams::get_target_station
6.98 - 7.08 avm::mesh::LocalNodeService::LocalNodeService
6.98 - 7.32 avm::mesh::WLANCSIController::WLANCSIController
7.08 - 7.32 avm::mesh::WLANCSIController::check_error_counter
7.08 - 7.32 avm::mesh::WLANCSIController::check_init_state
7.08 - 7.32 avm::mesh::WLANCSIController::csock_doepoll_callback
7.08 - 7.32 avm::mesh::WLANCSIController::csock_inputtimeout_cb
7.08 - 7.32 avm::mesh::WLANCSIController::deinit_wlancsi
6.98 avm::mesh::WLANCSIController::enable_all_events
6.98 - 7.32 avm::mesh::WLANCSIController::get_activity_update_signal
6.98 - 7.32 avm::mesh::WLANCSIController::get_beacon_report_signal
7.08 - 7.32 avm::mesh::WLANCSIController::get_btm_query_signal
6.98 - 7.32 avm::mesh::WLANCSIController::get_btm_response_signal
7.08 - 7.32 avm::mesh::WLANCSIController::get_channel_list_by_role
6.98 - 7.32 avm::mesh::WLANCSIController::get_client_state_change_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_interference_channel_change_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_interference_signal
6.98 - 7.32 avm::mesh::WLANCSIController::get_medium_load_update_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_radar_detected_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_radar_events
7.19 - 7.32 avm::mesh::WLANCSIController::get_radar_precac_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_radar_wait_signal
7.08 - 7.32 avm::mesh::WLANCSIController::get_rcpi_update_signal
6.98 - 7.32 avm::mesh::WLANCSIController::get_role_config
6.98 - 7.32 avm::mesh::WLANCSIController::get_role_state
7.08 - 7.32 avm::mesh::WLANCSIController::get_role_state_change_signal
6.98 - 7.32 avm::mesh::WLANCSIController::get_roles
6.98 - 7.08 avm::mesh::WLANCSIController::get_rssi_update_signal
7.19 - 7.32 avm::mesh::WLANCSIController::get_spectral_scan
6.98 - 7.32 avm::mesh::WLANCSIController::get_stations
7.08 - 7.32 avm::mesh::WLANCSIController::handle_wland_terminated_handler
6.98 - 7.32 avm::mesh::WLANCSIController::init
7.08 - 7.32 avm::mesh::WLANCSIController::init_wlancsi
7.08 - 7.32 avm::mesh::WLANCSIController::init_wlancsi_events
7.08 - 7.32 avm::mesh::WLANCSIController::initialise
7.08 - 7.32 avm::mesh::WLANCSIController::register_activity_update_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_all_events
7.08 - 7.32 avm::mesh::WLANCSIController::register_beacon_report_response_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_btm_query_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_btm_response_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_client_state_change_handler
7.19 - 7.32 avm::mesh::WLANCSIController::register_interference_channel_change_handler
7.19 - 7.32 avm::mesh::WLANCSIController::register_interference_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_medium_load_update_handler
7.08 avm::mesh::WLANCSIController::register_probe_request_handler
7.19 - 7.32 avm::mesh::WLANCSIController::register_radar_detected_handler
7.19 - 7.32 avm::mesh::WLANCSIController::register_radar_precac_handler
7.19 - 7.32 avm::mesh::WLANCSIController::register_radar_wait_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_rcpi_update_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_role_state_change_handler
7.08 - 7.32 avm::mesh::WLANCSIController::register_wland_terminated_handler
7.08 - 7.32 avm::mesh::WLANCSIController::reinitialise
6.98 - 7.32 avm::mesh::WLANCSIController::request_beacon_report
6.98 - 7.32 avm::mesh::WLANCSIController::request_bss_transition
7.08 - 7.32 avm::mesh::WLANCSIController::request_completed_cb
7.08 - 7.32 avm::mesh::WLANCSIController::set_access_control
6.98 - 7.08 avm::mesh::WLANCSIController::set_assoc_control
7.08 - 7.32 avm::mesh::WLANCSIController::set_qualified_channel_list
7.08 - 7.32 avm::mesh::WLANCSIController::start_acs_scan_on_band
7.08 - 7.24 avm::mesh::WLANCSIController::wlancsi_handle_epoll_action
7.08 - 7.32 avm::mesh::WLANCSIController::wlancsi_init_callback
6.98 avm::mesh::WLANCSIController::wlancsi_paramlist_destroy_adapter
6.98 - 7.32 avm::mesh::WLANCSIController::~WLANCSIController
7.08 - 7.19 avm::mesh::WLANCSITypeConversion::abstract_interface_name_csi_to_meshd
7.19 - 7.32 avm::mesh::WLANCSITypeConversion::beacon_report_request_params_meshd_to_csi
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::capability_csi_to_meshd
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::channel_entry_csi_to_meshd
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::channel_entry_meshd_to_csi
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::channel_list_csi_to_meshd
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::channel_list_meshd_to_csi
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::channelwidth_csi_to_meshd
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::frequency_band_csi_to_meshd
7.19 - 7.32 avm::mesh::WLANCSITypeConversion::frequency_band_meshd_to_csi
6.98 - 7.08 avm::mesh::WLANCSITypeConversion::iface_name_to_abstract_mapping
7.19 - 7.32 avm::mesh::WLANCSITypeConversion::interferencetype_csi_to_meshd
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::opmode_csi_to_meshd
7.08 - 7.32 avm::mesh::WLANCSITypeConversion::opmode_meshd_to_csi
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::phymode_csi_to_meshd
7.19 - 7.32 avm::mesh::WLANCSITypeConversion::radio_id_csi_to_meshd
6.98 - 7.08 avm::mesh::WLANCSITypeConversion::rssi_csi_to_meshd
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::security_csi_to_meshd
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::state_csi_to_meshd
6.98 - 7.32 avm::mesh::WLANCSITypeConversion::streamcount_csi_to_meshd
6.98 - 7.32 avm::mesh::WLANService::WLANService
7.08 - 7.32 avm::mesh::WLANServiceStatic::add_channel_list
7.19 - 7.32 avm::mesh::WLANServiceStatic::add_interference_state
7.08 - 7.32 avm::mesh::WLANServiceStatic::add_links_and_remote_interfaces
6.98 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_all_interface_metrics
6.98 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_all_link_metrics
6.98 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_interface_metrics
6.98 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_link_metrics
7.08 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_sta_interface_metrics
6.98 - 7.32 avm::mesh::WLANServiceStatic::finalize_get_topology
7.08 - 7.32 avm::mesh::WLANServiceStatic::finalize_set_channel_list
7.08 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_client_state_change_update
7.19 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_interference
7.19 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_interference_chan_change
7.19 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_radar_detected
7.19 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_radar_precac
7.19 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_radar_wait
7.08 - 7.32 avm::mesh::WLANServiceStatic::handle_wlancsi_role_state_change_update
6.98 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_activity_update
6.98 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_beacon_report_response
7.08 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_btm_query
6.98 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_btm_response
6.98 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_medium_load_update
7.08 - 7.32 avm::mesh::WLANServiceStatic::relay_wlancsi_rcpi_update
6.98 - 7.08 avm::mesh::WLANServiceStatic::relay_wlancsi_rssi_update
6.98 - 7.08 avm::mesh::WLANServiceStatic::relay_wlancsi_state_change_update
6.98 - 7.32 avm::mesh::WLANServiceStatic::request_role_and_station_info
6.98 - 7.32 avm::mesh::WLANServiceStatic::request_roles_and_trigger_requests
7.08 - 7.32 avm::mesh::WLANServiceStatic::role_list_filtered
7.08 - 7.32 avm::mesh::WLANServiceStatic::scan_on_bands_after_set_channel_list
7.08 - 7.32 avm::mesh::WLANServiceStatic::set_qualified_channel_list_on_roles
7.08 - 7.32 avm::mesh::WLANServiceStatic::station_list_filtered
7.08 - 7.32 avm::mesh::WLANServiceStatic::update_interface_band_cap
7.19 - 7.32 avm::mesh::WLANServiceStatic::update_interference_state
7.08 - 7.32 avm::mesh::WLANServiceStatic::vectorize_csi_beacon_report_table
7.08 - 7.32 avm::mesh::WLANServiceStatic::vectorize_csi_candidate_table
7.08 avm::mesh::event_log::get_device_name_as_cstr
7.08 avm::mesh::event_log::send_apsteering_event_to_log_daemon
7.08 avm::mesh::event_log::send_bandsteering_event_to_log_daemon
7.08 avm::mesh::event_log::string_localized_by_id
6.98 - 7.08 avm::mesh::operator<<
7.08 - 7.32 avm::mesh::print_values
7.08 - 7.24 avm::mesh::wlancsi_paramlist_copy_adapter
6.98 - 7.32 avm::mesh::wlancsi_paramlist_destroy_adapter
7.19 - 7.32 avm::mesh::wlancsi_radar_event_table_copy_adapter
7.19 - 7.32 avm::mesh::wlancsi_spectral_table_copy_adapter
6.98 - 8.00 main
154 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.