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:libavmfbstate.so

From BoxMatrix


BoxMatrix >> Shell-Commands >> libavmfbstate.so @ 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

Shared-Library

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

Details

libavmfbstate.so is an IPC fritzbox state notification library.

It sends (or receives) *_FBSTATE states to the AVMIPC-Datastore, typically with attached JSON status reports.
The system parts which are monitored differ across firnware versions and maybe with running services
To see the status in human readable form there is the supportdata helper showfbstate.

Examples

fw 7.29 possible notifications:

root@fritz2:/var/mod/root# strings /lib/libavmfbstate.so | grep _FBSTATE | sort

STATE_DHCPV6STATUS_FBSTATE
STATE_ETHSTATUS_FBSTATE
STATE_EXTADDRSTATUS_FBSTATE
STATE_LDAP_STATE_FBSTATE
STATE_LLDPSTATUS_FBSTATE

To see which are used and which size the attached JSON status reports have:

root@fritz2:/var/mod/root# aicmd avmipcd datastore show | grep _FBSTATE | sort

STATE_DHCPV6STATUS_FBSTATE            : size  183, set by local , local:dhcpv6info
STATE_ETHSTATUS_FBSTATE               : size 1077, set by local , remote: local:meshd local:ctlmgr
  local:multid
STATE_EXTADDRSTATUS_FBSTATE           : size  169, set by local , local:dsld local:ddnsd 
  local:_anony2354-3658467316
STATE_LDAP_STATE_FBSTATE              : size   32, set by local ,
STATE_LLDPSTATUS_FBSTATE              : size  195, set by local , local:meshd

Let's query the external addresses JSON:

root@fritz1:/var/mod/root# aicmd avmipcd datastore query STATE_EXTADDRSTATUS_FBSTATE full

STATE_EXTADDRSTATUS_FBSTATE: local:dsld local:_anony1292-204469012 local:ddnsd

   DATA: <<!EOF!
extaddrstatus {
ipv4 {
valid = yes;
external = 84.59.XXX.XXX;
}
ipv6 {
valid = no;
external = ::;
}
dsldstat_ipv4 {
valid = yes;
external = 84.59.XXX.XXX;
}
}
// EOF
!EOF!

fw 7.39 possible notifications:

root@fritz:/var/mod/root# strings /lib/libavmfbstate.so | grep _FBSTATE]] | sort

STATE_DEVICENAME_FBSTATE
STATE_DHCPRANGESSTATUS_FBSTATE
STATE_DHCPV6STATUS_FBSTATE
STATE_DOMAINNAME_FBSTATE
STATE_ETHSTATUS_FBSTATE
STATE_EXTADDRSTATUS_FBSTATE
STATE_INTERNET_CONFIG_STATUS_FBSTATE
STATE_IPCLIENT_PB_STATUS_FBSTATE
STATE_LDAP_STATE_FBSTATE
STATE_LLDPSTATUS_FBSTATE
STATE_MULTIDSTATUS_FBSTATE
STATE_SYSTEMTIMESTATUS_FBSTATE
STATE_UPNPDEVSTATUS_FBSTATE
STATE_USBSTATUS_FBSTATE

To see which are used and which size the attached JSON status reports have:

root@fritz:/var/mod/root# aicmd avmipcd datastore show | grep _FBSTATE]] | sort

STATE_DHCPRANGESSTATUS_FBSTATE        : size    0, set by remote, local:vpnd
STATE_DHCPV6STATUS_FBSTATE            : size  102, set by local , local:dhcpv6info
STATE_DOMAINNAME_FBSTATE              : size   41, set by local , local:vpnd
STATE_ETHSTATUS_FBSTATE               : size 1784, set by local , local:meshd local:ctlmgr 
  local:avmcounterd
STATE_EXTADDRSTATUS_FBSTATE           : size  152, set by local , local:mailbuilder 
  local:_anony-ctlmgr-1861-1290544093 local:dsld
STATE_INTERNET_CONFIG_STATUS_FBSTATE  : size   45, set by local , local:multid 
  local:_anony-ctlmgr-1861-1290544093
STATE_IPCLIENT_PB_STATUS_FBSTATE      : size   68, set by local ,
STATE_LDAP_STATE_FBSTATE              : size   15, set by local , local:multid
STATE_LLDPSTATUS_FBSTATE              : size  254, set by local , local:meshd
STATE_SYSTEMTIMESTATUS_FBSTATE        : size    0, set by remote, 
  local:_anony-ctlmgr-1861-1290544093
STATE_UPNPDEVSTATUS_FBSTATE           : size  291, set by local , local:multid
STATE_USBSTATUS_FBSTATE               : size   50, set by local , local:multid

Let's query the new UPnP-AV status JSON:

root@fritz:/var/mod/root# aicmd avmipcd datastore query STATE_UPNPDEVSTATUS_FBSTATE full

STATE_UPNPDEVSTATUS_FBSTATE: local:multid

   DATA: <<!EOF!
upnpdevstatus {
devices_status {
devices {
name = "libmediasrv";
location = "MediaServerDevDesc.xml";
} {
name = "igd";
location = "igddesc.xml";
} {
name = "fbox";
location = "fboxdesc.xml";
} {
name = "TR064";
location = "tr64desc.xml";
} {
name = "igd2";
location = "igd2desc.xml";
}
} 
}
!EOF!  

Dependencies

Daily updated index of all dependencies of this library. Last update: 2024-04-24 07:26 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 46 7.08 - 7.90 Dynamic linker / loader Linux
Depends on lib libavmcsock.so 72 7.02 - 7.90 Networking, I/O and helper functions AVM
Depends on lib libc.so 72 7.02 - 7.90 Standard C library Linux
Depends on lib libdl.so 59 7.02 - 7.90 Dynamic linking library Linux
Depends on lib libpthread.so 59 7.02 - 7.90 POSIX threading library Linux
Depends on lib librt.so 59 7.02 - 7.90 POSIX realtime extensions library Linux
Depends on lib libsvctl.so 62 7.19 - 7.90 supervisor notification library AVM
Depends on lib libz.so 62 7.19 - 7.90 Zlib compressor / decompressor Linux
Required by lib libar7cfg.so 56 7.39 - 7.80 TFFS-Configuration API to ar7.cfg and many more. AVM
Required by lib libavmluautils.so 56 7.39 - 7.90 Utility Lua-Library AVM
Required by lib libavmnexus_tab.so 56 7.39 - 7.90 TFFS-Configuration API to avmnexus.cfg AVM
Required by lib libavmnexusmail.so 56 7.39 - 7.90 Push-Mail across a Mesh network Linux
Required by lib libavmupnpbig.so 56 7.39 - 7.80 UPnP support API (big version) AVM
Required by lib libboxlib.so 56 7.39 - 7.90 Box status, logging and statistics functions AVM
Required by lib libcfgimpexp.so 51 7.39 - 7.90 TFFS-Configuration API for configuration import and export. AVM
Required by lib libcm.so 56 7.39 - 7.80 ctlmgr / cm_logic messaging API AVM
Required by lib libcmapi.so 64 7.08 - 7.90 API library for ctlmgr and its plugins. AVM
Required by lib libcmquery.so 50 7.39 - 7.80 Asynchronous ctlmgr query Linux
Required by lib libctlrext.so 13 7.19 - 7.59 ctlmgr plugin library for Repeater config AVM
Required by lib libctlusb.so 49 7.39 - 7.90 ctlmgr plugin library for USB config AVM
Required by lib libemailservice.so 56 7.39 - 7.80 Email sender using mailer AVM
Required by lib libethgstats.so 50 7.39 - 7.90 avmcounterd plugin library for ethernet stats AVM
Required by lib libfon.so 57 7.08 - 7.90 ctlmgr plugin library for Telephony config AVM
Required by lib libfwsign.so 56 7.39 - 7.80 Firmware signature validation AVM
Required by lib libfwupdate.so 56 7.39 - 7.90 TODO Linux
Required by lib libfwupdatetrace.so 56 7.39 - 7.90 TFFS-Configuration API to fwupdatetrace.cfg AVM
Required by lib libikev1.so 50 7.39 - 7.90 IPSec IKE v1 protocol (RFC-2409) AVM
Required by lib libikev2.so 50 7.39 - 7.90 IPSec IKE v2 protocol (RFC-4306) AVM
Required by lib libluaevent.so 56 7.39 - 7.80 Lua-Library for event handling AVM
Required by lib libmailbuilder.so 64 7.08 - 7.90 ctlmgr plugin library and Lua-Library for creating Push-Mail AVM
Required by lib libmesh_plcservice.so 57 7.19 - 7.90 meshd topology extension for Powerline devices AVM
Required by lib libmeshd.so 61 7.19 - 7.90 API library for meshd and its extensions. AVM
Required by lib libmove_nw_d.so 50 7.39 - 7.90 moved plugin library for destination Network import AVM
Required by lib libmove_nw_s.so 50 7.39 - 7.90 moved plugin library for source Network export AVM
Required by lib libmoved.so 50 7.39 - 7.80 API to the moved service. AVM
Required by lib libmovetrace.so 50 7.39 - 7.90 TODO Linux
Required by lib librextcfg.so 12 7.39 - 7.59 TFFS-Configuration API to rext.cfg and many more. AVM
Required by lib libspeedtest.so 56 7.39 - 7.90 Kernel speedtest API AVM
Required by lib libtr064.so 63 7.08 - 7.90 ctlmgr plugin library for TR-064 config AVM
Required by lib libtr069.so 64 7.08 - 7.90 ctlmgr plugin library for TR-069 config AVM
Required by lib libuser.so 58 7.08 - 7.90 ctlmgr plugin library for Box-User config AVM
Required by lib libusp.so 50 7.39 - 7.90 ctlmgr plugin library for TR-369 / USP config AVM
Required by lib libvoipkpi.so 49 7.39 - 7.90 VoIP quality KPI collector for voipkpid AVM
Required by cmd allcfgconv 56 7.39 - 7.80 Converts or changes AVM config files. AVM
Required by cmd ar7cfg_addbadguys 47 7.39 - 7.80 Adds a hardcoded list of 'badguy' IP blocks to ar7.cfg to ban them. AVM
Required by cmd ar7cfgctl (avmcmd) 56 7.39 - 7.80 Read or write values in AVM config files (ar7.cfg). AVM
Required by cmd ar7cfgget 56 7.39 - 7.90 Get abstract value from ar7 configuration. AVM
Required by cmd ar7login 56 7.39 - 7.90 Start a new shell session (ie. for telnetd) for local login. AVM
Required by cmd assetsd (avmcmd) 12 7.90 Asset-Bundles package-management daemon. AVM
Required by cmd avmcounterd (avmcmd) 50 7.39 - 7.80 RRDtool based data logging daemon. AVM
Required by cmd avmike (avmcmd) 50 7.39 - 7.90 ISAKMP / IPSec negotiation server / proxy. AVM
Required by cmd avmipc_remote_link (avmcmd) 4 7.39 Inter-CPU Netlink peering daemon for Falcon / Puma6 / Puma7 models. AVM
Required by cmd avmipcd (avmcmd) 11 7.39 AVMIPC-Datastore communication management daemon. AVM
Required by cmd avmnexusd (avmcmd) 56 7.39 - 7.90 Mesh configuration peering daemon. AVM
Required by cmd avmntpd (avmcmd) 56 7.39 - 7.90 SNTP client daemon. AVM
Required by cmd captive_pic 50 7.39 - 7.90 Hotspot captive portal picture upload CGI. AVM
Required by cmd capture_notimeout (avmcmd) 56 7.39 - 7.90 Packet capture CGI. AVM
Required by cmd cloudmsgd (avmcmd) 55 7.19 - 7.90 Remote message peering daemon for AVM Smartphone-Apps. AVM
Required by cmd contfiltd (avmcmd) 50 7.39 - 7.90 Content and URL filtering transparent proxy AVM
Required by cmd ctlmgr (avmcmd) 64 7.08 - 7.90 System meta daemon also serving the Webinterface. AVM
Required by cmd ctlmgr_ctl 56 7.39 - 7.80 Reads or writes configuration values using ctlmgr's UI-Modules. AVM
Required by cmd ddnsd (avmcmd) 55 7.19 - 7.90 Dynamic DNS daemon. AVM
Required by cmd device_updatecheck (avmcmd) 51 7.39 - 7.90 Search for (own and peripheral) updates. AVM
Required by cmd deviceinfod (avmcmd) 11 7.39 MAC address collection and synchronization daemon. AVM
Required by cmd dsld (avmcmd) 58 7.08 - 7.90 Internet routing daemon. AVM
Required by cmd eventadd 56 7.39 - 7.90 Sends an event to the Event-Log. AVM
Required by cmd eventsdump 56 7.39 - 7.90 Lists the Event-Log. AVM
Required by cmd firmwarecfg 56 7.39 - 7.90 File transfer CGI for the Webinterface also callable from Shell. AVM
Required by cmd fwstream 12 7.90 Firmware tar image stream length clipper. AVM
Required by cmd fwupdate 12 7.90 Commandline Firmware updater and more. AVM
Required by cmd fwupdate_checkpoint 56 7.39 - 7.90 Set a custom checkpoint in fwupdatetrace.cfg. AVM
Required by cmd getprivkeypass 49 7.39 - 7.90 Prints the default password for loading an encrypted PEM certificate for FTPS. AVM
Required by cmd httpsdl 56 7.39 - 7.80 HTTPS downloader similar to wget for TR-069. AVM
Required by cmd l2tpv3d (avmcmd) 56 7.39 - 7.80 Layer 2 tunneling protocol v3 daemon. AVM
Required by cmd latencyd (avmcmd) 13 7.70 - 7.90 WAN / LAN / neighbour Flow Latency Monitoring daemon. AVM
Required by cmd letsencrypt (avmcmd) 50 7.39 - 7.90 Let's Encrypt certificate updater. AVM
Required by cmd luacgi (avmcmd) 56 7.39 - 7.90 Lua interpreter CGI. AVM
Required by cmd luavar 50 7.39 - 7.80 Lua commandline interpreter. AVM
Required by cmd mailer (avmcmd) 56 7.39 - 7.90 SMTP / SMTPS system MTA to send Email AVM
Required by cmd meshd (avmcmd) 61 7.19 - 7.90 Mesh topology and steering daemon. AVM
Required by cmd moved (avmcmd) 50 7.39 - 7.90 Box-Move daemon. AVM
Required by cmd multid (avmcmd) 58 7.02 - 7.90 LAN management daemon. AVM
Required by cmd nasupload_notimeout 49 7.39 - 7.90 File transfer CGI for the NAS. AVM
Required by cmd pumaglued (avmcmd) 7 7.02 - 7.90 Inter-CPU connector for the ARM side of Puma6 / Puma7 models. AVM
Required by cmd pumaupdatetrace (avmcmd) 43 7.39 - 7.90 Daemon receiving update status infor on Puma6 / Puma7 models (ATOM).
AVM
Required by cmd rextcfgctl 12 7.39 - 7.59 Reads or changes values in the WLAN repeater configuration rext.cfg. AVM
Required by cmd rextconv 12 7.39 - 7.59 Converts or changes the WLAN repeater configuration rext.cfg. AVM
Required by cmd rextd (avmcmd) 20 7.08 - 7.59 WLAN repeater management daemon. AVM
Required by cmd scgi_server (avmcmd) 50 7.39 - 7.90 Daemon to speed up CGI for the REST-API. AVM
Required by cmd showdsldstat 56 7.39 - 7.90 supportdata helper showing internet connections, PVCs or VLANs. AVM
Required by cmd showethstatus 38 7.02 - 7.13 supportdata helper showing interface and status of each LAN port. AVM
Required by cmd showfbstate 71 7.08 - 7.90 supportdata helper showing the status of all IPC fritzbox state notifications. AVM
Required by cmd showinetstat 50 7.39 - 7.90 supportdata helper showing upstream and downstram bandwidth history. AVM
Required by cmd showneighbours 56 7.39 - 7.62 supportdata helper showing alllowed subnets, neighbours and their pathes. AVM
Required by cmd showonlinestat 50 7.39 - 7.80 supportdata helper showing the internet volume counter stats. AVM
Required by cmd showvoipdstat 49 7.39 - 7.90 supportdata helper showing all registered VoIP numbers. AVM
Required by cmd speedtest (avmcmd) 53 7.39 - 7.90 Speedtest - Measure throughput AVM
Required by cmd tcppeerlocation 49 7.39 - 7.90 Check for source (homenet or internet) of peer of a TCP connection AVM
Required by cmd timetracedump 50 7.39 - 7.80 Possible future supportdata helper showing TimeTrace dumps. AVM
Required by cmd tr064cgi 50 7.39 - 7.80 TR-064 CGI program. AVM
Required by cmd tr069fwupdate 56 7.39 - 7.80 TR-069 Firmware updater and more. AVM
Required by cmd upnpd (avmcmd) 56 7.39 - 7.90 UPnP server daemon. AVM
Required by cmd usermand2 50 7.39 - 7.90 User magager daemon, parental control, new version. AVM
Required by cmd voipd (avmcmd) 49 7.39 - 7.90 VoIP daemon, also performs T.38 Fax. AVM
Required by cmd voipkpid (avmcmd) 49 7.39 - 7.90 VoIP quality KPI collector daemon. AVM
Required by cmd vpnd (avmcmd) 50 7.39 - 7.90 VPN daemon. AVM
Required by cmd webget 12 7.90 Universal downloader similar to wget. AVM
Required by cmd wsdd (avmcmd) 49 7.39 - 7.90 Web Services Discovery (WS-Discovery) daemon AVM
108 dependencies for this library

Model-Matrix

Daily updated index of the presence, path and size of this library for each model. Last update: 2024-04-24 05:11 GMT.
Showing all models using this library. 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 3490 (main) 7.11 - 7.30 /lib 10.9k - 33.7k, Link
FRITZ!Box 4020 7.39 /lib 86.1k, Link
FRITZ!Box 4040 7.08 - 7.57 /lib 10.0k - 86.1k, Link
FRITZ!Box 4050 7.57 /lib 62.3k, Link
FRITZ!Box 4060 7.26 - 7.57 /lib 26.1k - 86.1k, Link
FRITZ!Box 5490 (main) 7.12 - 7.29 /lib 12.3k - 33.7k, Link
FRITZ!Box 5491 (main) 7.12 - 7.29 /lib 12.3k - 33.7k, Link
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /lib 33.4k - 86.1k, Link
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /lib 26.1k - 86.1k, Link
FRITZ!Box 5590 Fiber (prx) 7.27 - 7.30 /lib 34.1k, Link
FRITZ!Box 5690 Pro (arm) 7.59 - 7.60 /lib 62.2k, Link
FRITZ!Box 6430 Cable (arm) 7.02 - 7.57 /lib 6.8k - 86.2k, Link
FRITZ!Box 6430 Cable (atom) 7.02 - 7.29 /lib 8.0k - 33.6k, Link
FRITZ!Box 6490 Cable (arm) 7.02 - 7.57 /lib 6.8k - 86.2k, Link
FRITZ!Box 6490 Cable (atom) 7.02 - 7.51 /lib 8.0k - 81.4k, Link
FRITZ!Box 6590 Cable (arm) 7.02 - 7.57 /lib 6.8k - 86.2k, Link
FRITZ!Box 6590 Cable (atom) 7.02 - 7.51 /lib 8.0k - 81.4k, Link
FRITZ!Box 6591 Cable (arm) 7.04 - 7.90 /lib 8.1k - 86.2k, Link
FRITZ!Box 6591 Cable (atom) 7.04 - 7.90 /lib 8.1k - 86.2k, Link
FRITZ!Box 6660 Cable (arm) 7.14 - 7.90 /lib 10.9k - 86.2k, Link
FRITZ!Box 6660 Cable (atom) 7.14 - 7.90 /lib 15.0k - 86.2k, Link
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /lib 61.8k - 86.2k, Link
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /lib 86.2k, Link
FRITZ!Box 6690 Cable (arm) 7.28 - 7.90 /lib 25.9k - 86.2k, Link
FRITZ!Box 6690 Cable (atom) 7.28 - 7.90 /lib 33.6k - 86.2k, Link
FRITZ!Box 6820 LTE v1 7.08 - 7.51 /lib 10.9k - 86.1k, Link
FRITZ!Box 6820 LTE v2 7.08 - 7.51 /lib 10.9k - 86.1k, Link
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /lib 33.0k - 72.6k, Link
FRITZ!Box 6840 LTE 7.39 /lib 86.1k, Link
FRITZ!Box 6850 LTE 7.21 - 7.90 /lib 25.1k - 86.1k, Link
FRITZ!Box 6850 5G 7.24 - 7.90 /lib 25.1k - 86.1k, Link
FRITZ!Box 6890 LTE 7.08 - 7.51 /lib 10.9k - 86.1k, Link
FRITZ!Box 6890 LTE v1 7.08 - 7.51 /lib 10.9k - 86.1k, Link
FRITZ!Box 6890 LTE v2 7.08 - 7.51 /lib 10.9k - 86.1k, Link
FRITZ!Box 7272 7.39 /lib 86.1k, Link
FRITZ!Box 7362 SL 7.08 - 7.14 /lib 10.9k - 12.3k, Link
FRITZ!Box 7430 7.08 - 7.39 /lib 10.9k - 86.1k, Link
FRITZ!Box 7490 (main) 7.08 - 7.57 /lib 10.9k - 86.2k, Link
FRITZ!Box 7510 7.30 - 7.57 /lib 26.1k - 62.3k, Link
FRITZ!Box 7520 7.08 - 7.51 /lib 10.0k - 86.1k, Link
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /lib 25.6k - 86.1k, Link
FRITZ!Box 7530 7.08 - 7.56 /lib 10.0k - 86.1k, Link
FRITZ!Box 7530 AX 7.20 - 7.90 /lib 25.1k - 86.1k, Link
FRITZ!Box 7560 7.08 - 7.39 /lib 10.9k - 86.1k, Link
FRITZ!Box 7580 7.08 - 7.30 /lib 10.9k - 34.1k, Link
FRITZ!Box 7581 7.08 - 7.16 /lib 10.0k - 10.8k, Link
FRITZ!Box 7582 7.08 - 7.17 /lib 10.0k - 10.8k, Link
FRITZ!Box 7583 7.10 - 7.57 /lib 10.9k - 72.5k, Link
FRITZ!Box 7583 VDSL 7.19 - 7.31 /lib 33.4k - 34.1k, Link
FRITZ!Box 7590 7.08 - 7.90 /lib 10.9k - 86.1k, Link
FRITZ!Box 7590 AX 7.19 - 7.90 /lib 33.4k - 86.1k, Link
FRITZ!Box 7690 7.59 /lib 62.2k, Link
FRITZ!Smart Gateway 7.39 - 7.59 /lib 62.2k, Link
FRITZ!WLAN Repeater 310 A 7.08 - 7.16 /lib 10.9k - 12.3k, Link
FRITZ!WLAN Repeater 310 B 7.08 - 7.16 /lib 10.9k - 12.3k, Link
FRITZ!WLAN Repeater 450E 7.15 /lib 10.9k - 12.3k, Link
FRITZ!Repeater 600 7.11 - 7.58 /lib 10.9k - 86.1k, Link
FRITZ!Repeater 600 v2 7.19 - 7.58 /lib 29.0k - 68.6k, Link
FRITZ!WLAN Repeater 1160 7.08 - 7.15 /lib 10.9k - 12.3k, Link
FRITZ!Repeater 1200 7.11 - 7.58 /lib 10.0k - 86.1k, Link
FRITZ!Repeater 1200 AX 7.27 - 7.57 /lib 26.1k - 62.3k, Link
FRITZ!WLAN Repeater 1750E 7.29 - 7.39 /lib 10.9k - 86.1k, Link
FRITZ!Repeater 2400 7.12 - 7.58 /lib 12.3k - 86.1k, Link
FRITZ!Repeater 3000 7.08 - 7.58 /lib 10.0k - 86.1k, Link
FRITZ!Repeater 3000 AX 7.39 - 7.57 /lib 57.9k - 86.1k, Link
FRITZ!Repeater 6000 7.19 - 7.57 /lib 25.5k - 62.3k, Link
FRITZ!Powerline 540E 7.08 - 7.15 /lib 10.9k - 12.3k, Link
FRITZ!Powerline 546E 7.15 /lib 10.9k - 12.3k, Link
FRITZ!Powerline 1240 AX 7.51 - 7.57 /lib 62.2k, Link
FRITZ!Powerline 1240E 7.16 /lib 10.9k - 12.3k, Link
FRITZ!Powerline 1260E 7.08 - 7.57 /lib 10.0k - 86.1k, Link
FRITZ!Powerline 1260 7.27 - 7.57 /lib 25.6k - 62.3k, Link
72 models use this library

Symbols

Daily updated index of all symbols of this library. Last update: 2024-04-24 07:26 GMT.

Firmware Symbol
7.39 - 7.80 FBSTATECFG_devicename_alloc
7.39 - 7.80 FBSTATECFG_devicename_free
7.39 - 7.90 FBSTATECFG_dhcp_ranges_alloc
7.39 - 7.90 FBSTATECFG_dhcp_ranges_free
7.39 - 7.90 FBSTATECFG_dhcprange_alloc
7.39 - 7.90 FBSTATECFG_dhcprange_free
7.39 - 7.80 FBSTATECFG_dhcprangesstatus_alloc
7.39 - 7.80 FBSTATECFG_dhcprangesstatus_free
7.19 FBSTATECFG_dhcpv6d_client_info_alloc
7.19 FBSTATECFG_dhcpv6d_client_info_free
7.19 - 7.90 FBSTATECFG_dhcpv6d_iface_info_alloc
7.19 - 7.90 FBSTATECFG_dhcpv6d_iface_info_free
7.19 - 7.90 FBSTATECFG_dhcpv6d_info_alloc
7.19 - 7.90 FBSTATECFG_dhcpv6d_info_free
7.19 - 7.80 FBSTATECFG_dhcpv6status_alloc
7.19 - 7.80 FBSTATECFG_dhcpv6status_free
7.39 - 7.80 FBSTATECFG_domainname_alloc
7.39 - 7.80 FBSTATECFG_domainname_free
7.02 - 7.90 FBSTATECFG_ethportstatus_alloc
7.02 - 7.90 FBSTATECFG_ethportstatus_free
7.02 - 7.80 FBSTATECFG_ethstatus_alloc
7.02 - 7.80 FBSTATECFG_ethstatus_free
7.08 - 7.80 FBSTATECFG_extaddrstatus_alloc
7.08 - 7.80 FBSTATECFG_extaddrstatus_free
7.08 - 7.90 FBSTATECFG_extaddrstatus_v4_alloc
7.08 - 7.90 FBSTATECFG_extaddrstatus_v4_free
7.08 - 7.90 FBSTATECFG_extaddrstatus_v6_alloc
7.08 - 7.90 FBSTATECFG_extaddrstatus_v6_free
7.19 - 7.90 FBSTATECFG_interface_entry_alloc
7.19 - 7.90 FBSTATECFG_interface_entry_free
7.39 - 7.80 FBSTATECFG_internet_config_status_alloc
7.39 - 7.80 FBSTATECFG_internet_config_status_free
7.39 - 7.80 FBSTATECFG_ipclient_pb_status_alloc
7.39 - 7.80 FBSTATECFG_ipclient_pb_status_free
7.19 - 7.80 FBSTATECFG_ldap_state_alloc
7.19 - 7.80 FBSTATECFG_ldap_state_free
7.19 - 7.90 FBSTATECFG_lldpentry_alloc
7.19 - 7.90 FBSTATECFG_lldpentry_free
7.19 - 7.80 FBSTATECFG_lldpstatus_alloc
7.19 - 7.80 FBSTATECFG_lldpstatus_free
7.90 FBSTATECFG_management_address_alloc
7.90 FBSTATECFG_management_address_free
7.39 - 7.80 FBSTATECFG_multidstatus_alloc
7.39 - 7.80 FBSTATECFG_multidstatus_free
7.19 - 7.90 FBSTATECFG_speed_capability_entry_alloc
7.19 - 7.90 FBSTATECFG_speed_capability_entry_free
7.39 - 7.80 FBSTATECFG_systemtimestatus_alloc
7.39 - 7.80 FBSTATECFG_systemtimestatus_free
7.39 - 7.90 FBSTATECFG_upnp_device_alloc
7.39 - 7.90 FBSTATECFG_upnp_device_free
7.39 - 7.90 FBSTATECFG_upnp_devices_status_alloc
7.39 - 7.90 FBSTATECFG_upnp_devices_status_free
7.39 - 7.80 FBSTATECFG_upnpdevstatus_alloc
7.39 - 7.80 FBSTATECFG_upnpdevstatus_free
7.39 - 7.80 FBSTATECFG_usbstatus_alloc
7.39 - 7.80 FBSTATECFG_usbstatus_free
7.39 - 7.90 devicename_clone
7.39 - 7.90 devicename_free
7.39 - 7.90 devicename_getcfg
7.39 - 7.90 devicename_register
7.39 - 7.90 devicename_register_cbdata
7.39 - 7.90 devicename_register_with_cbdata
7.39 - 7.90 devicename_setcfg
7.39 - 7.90 devicename_unregister
7.39 - 7.90 devicename_unregister_with_cbdata
7.39 - 7.90 dhcprangesstatus_clone
7.39 - 7.90 dhcprangesstatus_free
7.39 - 7.90 dhcprangesstatus_getcfg
7.39 - 7.90 dhcprangesstatus_register
7.39 - 7.90 dhcprangesstatus_register_cbdata
7.39 - 7.90 dhcprangesstatus_register_with_cbdata
7.39 - 7.90 dhcprangesstatus_setcfg
7.39 - 7.90 dhcprangesstatus_unregister
7.39 - 7.90 dhcprangesstatus_unregister_with_cbdata
7.19 - 7.90 dhcpv6status_clone
7.19 - 7.90 dhcpv6status_free
7.19 - 7.90 dhcpv6status_getcfg
7.19 - 7.90 dhcpv6status_register
7.39 - 7.90 dhcpv6status_register_cbdata
7.19 - 7.90 dhcpv6status_register_with_cbdata
7.19 - 7.90 dhcpv6status_setcfg
7.19 - 7.90 dhcpv6status_unregister
7.19 - 7.90 dhcpv6status_unregister_with_cbdata
7.39 - 7.90 domainname_clone
7.39 - 7.90 domainname_free
7.39 - 7.90 domainname_getcfg
7.39 - 7.90 domainname_register
7.39 - 7.90 domainname_register_cbdata
7.39 - 7.90 domainname_register_with_cbdata
7.39 - 7.90 domainname_setcfg
7.39 - 7.90 domainname_unregister
7.39 - 7.90 domainname_unregister_with_cbdata
7.02 - 7.90 ethstatus_clone
7.02 - 7.90 ethstatus_free
7.02 - 7.90 ethstatus_getcfg
7.02 - 7.90 ethstatus_register
7.39 - 7.90 ethstatus_register_cbdata
7.19 - 7.90 ethstatus_register_with_cbdata
7.02 - 7.90 ethstatus_setcfg
7.02 - 7.90 ethstatus_unregister
7.19 - 7.90 ethstatus_unregister_with_cbdata
7.08 - 7.90 extaddrstatus_clone
7.08 - 7.90 extaddrstatus_free
7.08 - 7.90 extaddrstatus_getcfg
7.08 - 7.90 extaddrstatus_register
7.39 - 7.90 extaddrstatus_register_cbdata
7.19 - 7.90 extaddrstatus_register_with_cbdata
7.08 - 7.90 extaddrstatus_setcfg
7.08 - 7.90 extaddrstatus_unregister
7.19 - 7.90 extaddrstatus_unregister_with_cbdata
7.39 - 7.90 fbstate_alloc_devicename
7.39 - 7.90 fbstate_alloc_dhcprangesstatus
7.19 - 7.90 fbstate_alloc_dhcpv6status
7.39 - 7.90 fbstate_alloc_domainname
7.02 - 7.90 fbstate_alloc_ethstatus
7.08 - 7.90 fbstate_alloc_extaddrstatus
7.19 - 7.90 fbstate_alloc_ldap_state
7.19 - 7.90 fbstate_alloc_lldpstatus
7.39 - 7.90 fbstate_alloc_multidstatus
7.39 - 7.90 fbstate_alloc_upnpdevstatus
7.39 - 7.90 fbstate_alloc_usbstatus
7.39 - 7.90 fbstate_clone_devicename
7.39 - 7.90 fbstate_clone_dhcprangesstatus
7.19 - 7.90 fbstate_clone_dhcpv6status
7.39 - 7.90 fbstate_clone_domainname
7.02 - 7.90 fbstate_clone_ethstatus
7.08 - 7.90 fbstate_clone_extaddrstatus
7.19 - 7.90 fbstate_clone_ldap_state
7.19 - 7.90 fbstate_clone_lldpstatus
7.39 - 7.90 fbstate_clone_multidstatus
7.39 - 7.90 fbstate_clone_upnpdevstatus
7.39 - 7.90 fbstate_clone_usbstatus
7.39 - 7.90 fbstate_dhcprangesstatus_append_interface
7.19 fbstate_dhcpv6status_append_client
7.19 - 7.90 fbstate_dhcpv6status_append_iface
7.39 - 7.90 fbstate_ethportstatus_append_speed_advertised
7.19 - 7.90 fbstate_ethportstatus_append_speed_capability
7.02 - 7.90 fbstate_ethstatus_append_port
7.39 - 7.90 fbstate_free_devicename
7.39 - 7.90 fbstate_free_dhcprangesstatus
7.19 - 7.90 fbstate_free_dhcpv6status
7.39 - 7.90 fbstate_free_domainname
7.02 - 7.90 fbstate_free_ethstatus
7.08 - 7.90 fbstate_free_extaddrstatus
7.19 - 7.90 fbstate_free_ldap_state
7.19 - 7.90 fbstate_free_lldpstatus
7.39 - 7.90 fbstate_free_multidstatus
7.39 - 7.90 fbstate_free_upnpdevstatus
7.39 - 7.90 fbstate_free_usbstatus
7.19 - 7.90 fbstate_ldap_state_append_entry
7.39 - 7.90 fbstate_listen_devicename
7.39 - 7.90 fbstate_listen_dhcprangesstatus
7.19 - 7.90 fbstate_listen_dhcpv6status_cbdata
7.39 - 7.90 fbstate_listen_domainname
7.02 - 7.90 fbstate_listen_ethstatus
7.19 - 7.90 fbstate_listen_ethstatus_cbdata
7.08 - 7.90 fbstate_listen_extaddrstatus
7.39 - 7.90 fbstate_listen_extaddrstatus_with_cbdata
7.39 - 7.90 fbstate_listen_internet_config_status
7.39 - 7.90 fbstate_listen_ip_client_pb_status
7.39 - 7.90 fbstate_listen_ip_client_pb_status_cbdata
7.19 - 7.90 fbstate_listen_ldap_state
7.19 - 7.90 fbstate_listen_lldpstatus
7.39 - 7.90 fbstate_listen_multidstatus
7.39 - 7.90 fbstate_listen_systemtimestatus
7.39 - 7.90 fbstate_listen_upnpdevstatus_cbdata
7.39 - 7.90 fbstate_listen_usbstatus_cbdata
7.90 fbstate_lldpentry_append_mngt_address
7.19 - 7.90 fbstate_lldpstatus_append_entry
7.39 - 7.90 fbstate_notify_devicename
7.39 - 7.90 fbstate_notify_dhcprangesstatus
7.19 - 7.90 fbstate_notify_dhcpv6status
7.39 - 7.90 fbstate_notify_domainname
7.02 - 7.90 fbstate_notify_ethstatus
7.08 - 7.90 fbstate_notify_extaddrstatus
7.39 - 7.90 fbstate_notify_internet_config_status
7.39 - 7.90 fbstate_notify_ip_client_pb_status
7.19 - 7.90 fbstate_notify_ldap_state
7.19 - 7.90 fbstate_notify_lldpstatus
7.39 - 7.90 fbstate_notify_multidstatus
7.39 - 7.90 fbstate_notify_systemtimestatus
7.39 - 7.90 fbstate_notify_upnpdevstatus
7.39 - 7.90 fbstate_notify_usbstatus
7.39 - 7.90 fbstate_unlisten_devicename
7.39 - 7.90 fbstate_unlisten_dhcprangesstatus
7.19 - 7.90 fbstate_unlisten_dhcpv6status_cbdata
7.39 - 7.90 fbstate_unlisten_domainname
7.02 - 7.90 fbstate_unlisten_ethstatus
7.19 - 7.90 fbstate_unlisten_ethstatus_cbdata
7.08 - 7.90 fbstate_unlisten_extaddrstatus
7.39 - 7.90 fbstate_unlisten_internet_config_status
7.39 - 7.90 fbstate_unlisten_ip_client_pb_status
7.19 - 7.90 fbstate_unlisten_ldap_state
7.19 - 7.90 fbstate_unlisten_lldpstatus
7.39 - 7.90 fbstate_unlisten_multidstatus
7.39 - 7.90 fbstate_unlisten_systemtimestatus
7.39 - 7.90 fbstate_unlisten_upnpdevstatus_cbdata
7.39 - 7.90 fbstate_unlisten_usbstatus_cbdata
7.39 - 7.90 fbstate_upnpdevstatus_append_device
7.39 - 7.90 internet_config_status_clone
7.39 - 7.90 internet_config_status_free
7.39 - 7.90 internet_config_status_getcfg
7.39 - 7.90 internet_config_status_register
7.39 - 7.90 internet_config_status_register_cbdata
7.39 - 7.90 internet_config_status_register_with_cbdata
7.39 - 7.90 internet_config_status_setcfg
7.39 - 7.90 internet_config_status_unregister
7.39 - 7.90 internet_config_status_unregister_with_cbdata
7.39 - 7.90 ipclient_pb_status_clone
7.39 - 7.90 ipclient_pb_status_free
7.39 - 7.90 ipclient_pb_status_getcfg
7.39 - 7.90 ipclient_pb_status_register
7.39 - 7.90 ipclient_pb_status_register_cbdata
7.39 - 7.90 ipclient_pb_status_register_with_cbdata
7.39 - 7.90 ipclient_pb_status_setcfg
7.39 - 7.90 ipclient_pb_status_unregister
7.39 - 7.90 ipclient_pb_status_unregister_with_cbdata
7.19 - 7.90 ldap_state_clone
7.19 - 7.90 ldap_state_free
7.19 - 7.90 ldap_state_getcfg
7.19 - 7.90 ldap_state_register
7.39 - 7.90 ldap_state_register_cbdata
7.19 - 7.90 ldap_state_register_with_cbdata
7.19 - 7.90 ldap_state_setcfg
7.19 - 7.90 ldap_state_unregister
7.19 - 7.90 ldap_state_unregister_with_cbdata
7.19 - 7.90 lldpstatus_clone
7.19 - 7.90 lldpstatus_free
7.19 - 7.90 lldpstatus_getcfg
7.19 - 7.90 lldpstatus_register
7.39 - 7.90 lldpstatus_register_cbdata
7.19 - 7.90 lldpstatus_register_with_cbdata
7.19 - 7.90 lldpstatus_setcfg
7.19 - 7.90 lldpstatus_unregister
7.19 - 7.90 lldpstatus_unregister_with_cbdata
7.39 - 7.90 multidstatus_clone
7.39 - 7.90 multidstatus_free
7.39 - 7.90 multidstatus_getcfg
7.39 - 7.90 multidstatus_register
7.39 - 7.90 multidstatus_register_cbdata
7.39 - 7.90 multidstatus_register_with_cbdata
7.39 - 7.90 multidstatus_setcfg
7.39 - 7.90 multidstatus_unregister
7.39 - 7.90 multidstatus_unregister_with_cbdata
7.39 - 7.90 systemtimestatus_clone
7.39 - 7.90 systemtimestatus_free
7.39 - 7.90 systemtimestatus_getcfg
7.39 - 7.90 systemtimestatus_register
7.39 - 7.90 systemtimestatus_register_cbdata
7.39 - 7.90 systemtimestatus_register_with_cbdata
7.39 - 7.90 systemtimestatus_setcfg
7.39 - 7.90 systemtimestatus_unregister
7.39 - 7.90 systemtimestatus_unregister_with_cbdata
7.39 - 7.90 upnpdevstatus_clone
7.39 - 7.90 upnpdevstatus_free
7.39 - 7.90 upnpdevstatus_getcfg
7.39 - 7.90 upnpdevstatus_register
7.39 - 7.90 upnpdevstatus_register_cbdata
7.39 - 7.90 upnpdevstatus_register_with_cbdata
7.39 - 7.90 upnpdevstatus_setcfg
7.39 - 7.90 upnpdevstatus_unregister
7.39 - 7.90 upnpdevstatus_unregister_with_cbdata
7.39 - 7.90 usbstatus_clone
7.39 - 7.90 usbstatus_free
7.39 - 7.90 usbstatus_getcfg
7.39 - 7.90 usbstatus_register
7.39 - 7.90 usbstatus_register_cbdata
7.39 - 7.90 usbstatus_register_with_cbdata
7.39 - 7.90 usbstatus_setcfg
7.39 - 7.90 usbstatus_unregister
7.39 - 7.90 usbstatus_unregister_with_cbdata
271 symbols for this library

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

l