On Sun, Jan 15, 2017 at 01:53:41PM +0000, Tom Murphy wrote:
> Hi,
> 
>   I was wondering if OpenBSD had a way to do mixed b/g/n mode with hostap?
> Recently 802.11n support was added for athn(4). I have 4 802.11n devices,
> but 1 device which only does 802.11g. If I use 'mode 11n' or even -mode,
> the hostap is in 802.11n-only mode and the 802.11g device cannot connect.
> Is it possible to do a mixed mode?
> 
>   Also, is powersave working in hostap mode yet?
> 
>  Thanks,
>   Tom
> 
> athn0 at pci5 dev 0 function 0 "Atheros AR9281" rev 0x01: apic 2 int 16
> athn0: AR9280 rev 2 (2T2R), ROM rev 22, address xx:xx:xx:xx:xx:xx

I did test an OpenBSD 11g-only device against my 11n AP. It worked.
We always have compat with 11a/b/g enabled.
There is no way to make OpenBSD run as 11n-only as far as I know.
Perhaps your 11g device does not support WPA2?
Try again after 'ifconfig athn0 wpaprotos wpa1,wpa2', and understand
that running this command means your AP is using broken crypto.

Regarding your second question, yes, athn(4) does support power saving.

Reply via email to