> By default, is the Wmediumd started by Mininet-Wifi calculating error probability or using the signal_table_ieee80211ax table for calculating error probability when using a propagation model if not using 802.11n or later?
In Mininet-WiFi with Wmediumd, the behavior is as follows:
- Wmediumd always requires a table or model to calculate the Packet
Error Rate (PER).
- If you do not specify anything, it defaults to using the built-in
signal_table_ieee80211ax.
- This means that whenever wmediumd is enabled, it does not compute
the error probability “from scratch” using only the propagation model
you selected (Friis, log-distance, etc.).
- The propagation model only provides the received signal power / SNR.
- Then, wmediumd maps this value through the table
(signal_table_ieee80211ax) to obtain the probability of success or
error.
> The code typically yields an message saying that a range of X entails a txpower of Y, but seems to be setting a value 1 dBm lower than Y on the interface object and in the wmediumd configuration files. Is this a math quirk or is this value the actual one used?
This is more of a mathematical particularity than an implementation
bug. The value shown in the log message and the value stored (1 dBm
lower) are both derived from the same calculation. The system ends up
using the stored value, so effectively, that slightly lower number is
what wmediumd and the interface object will operate with. That said,
it might deserve a closer review.
Em qua., 20 de ago. de 2025 às 15:23,
alexande...@gmail.com
<
alexande...@gmail.com> escreveu:
> --
> You received this message because you are subscribed to the Google Groups "mininet-wifi-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
mininet-wifi-dis...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/mininet-wifi-discuss/e9ecfbb6-2f93-45da-9977-727c99972120n%40googlegroups.com.