On Fri, Jun 07, 2013 at 04:41:06PM +1000, John Tate wrote:
> I just configured a wireless device for hostap and put it on a bridge with
> my wired network and a virtual ethernet device to give it an address. The
> wired network is working fine, so if I solve this problem the wireless
> should work fine, but the access point is not appearing in scans. I might
> have missed an option for it to do this.
>
> menger:root # cat /etc/hostname.run0
> up media autoselect mediaopt hostap nwid KintaroADOBE chan 12 wpa wpakey
> XXXXXXX wpaprotos wpa2
>
> menger:root # cat /etc/hostname.fxp0
>
> up
>
> menger:root # cat /etc/hostname.vether0
>
> inet 10.0.0.1 255.0.0.0 10.0.0.255
> up
>
> menger:root # cat /etc/hostname.bridge0
>
> add vether0
> add fxp0
> add run0
> up
>
> menger:root # ifconfig run0
> run0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
> lladdr 00:22:75:8e:f2:f8
> priority: 4
> groups: wlan
> media: IEEE802.11 autoselect (DS1 mode 11g)
> status: no network
> ieee80211: nwid KintaroADOBE chan 12 wpakey XXXXXXXX wpaprotos wpa2
> wpaakms psk wpaciphers tkip,ccmp wpagroupcipher tkip
> inet6 fe80::222:75ff:fe8e:f2f8%run0 prefixlen 64 tentative scopeid
> 0x5
>
> What have I missed?
Reading the man page rum(4) it doesn't say it supports hostap mode.
-Otto