On Sun, Jan 29, 2006 at 04:15:22PM +0100, Jonas Fischer wrote: > How do I see the wireless signal strength/quality on a ral interface in > OpenBSD 3.8? > wicontrol and ancontrol does not support ral interface and Ifconfig does > not show it. :-(
ifconfig -M ral0 if you are associated to an access point. tcpdump -i ral0 -y IEEE802_11_RADIO otherwise.