802.11 RSSI value displayed from ifconfig(8)
- From: "Eduardo Meyer" <dudu.meyer@xxxxxxxxx>
- Date: Wed, 27 Sep 2006 11:10:08 -0300
Hello, I would like to convert RSSI to dBm (in fact I would love if
ifconfig cound display SNR in dBM), so I would like to know if this
formula is any right:
/* Calculate the RSSI Value */
V_RSSI = 3.0 * (RSSI_VAL/1024);
RSSI_dBM = (int8_t) ((-50.0 * V_RSSI) - 45.5);
And if there are any other tools which can help me finding out signal
stenght, when I am acting as an access point.
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: 802.11 RSSI value displayed from ifconfig(8)
- From: Sam Leffler
- Re: 802.11 RSSI value displayed from ifconfig(8)
- From: Pete French
- Re: 802.11 RSSI value displayed from ifconfig(8)
- Prev by Date: 6.2-PRERELEASE/amd64 boot kernel.gz failes
- Next by Date: Re: 6.2 SHOWSTOPPER - em completely unusable on 6.2
- Previous by thread: 6.2-PRERELEASE/amd64 boot kernel.gz failes
- Next by thread: Re: 802.11 RSSI value displayed from ifconfig(8)
- Index(es):
Relevant Pages
|
|