I have an OpenBSD box with two network cards. A wireless card (ath0) and
a second LAN card (de0).
The wireless card (ath0) work in hostap mode:
#cat /etc/hostname.ath0
inet 192.168.20.1 255.255.255.0 NONE media autoselect \
mediaopt hostap nwid my_net chan 11
#cat /etc/hostname.de0
up
I have a bridge:
#cat /etc/bridgename.bridge0
add de0 add ath0 up
The bridge work good. I ping the access point (ath0) IP from other PC
connected to de0 (LAN).
I need a software to monitor my clients, signal level, etc. I need much
information. Exist a software in ports tree?
I wait any suggestion.
Thank you very much !