Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 11:11:16 -0400
From:      Kim Culhan <w8hdkim@gmail.com>
To:        Adrian Chadd <adrian.chadd@gmail.com>
Cc:        freebsd-wireless@freebsd.org
Subject:   multi vap Multi-SSID unique bssid eliminates client connect failures
Message-ID:  <CAKZxVQVHWO1LaispukWTYeSwYBaTUT1XWuwOj-6g0MnRyGyVUw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Having each vap with a unique bssid appears to have eliminated a
problem with a client
not being able to connect to all vap in a 4-vap test setup.

The configuration which achieves unique bssid :

create_args_wlan0="wlanmode hostap wlanaddr f8:d1:11:38:3c:e5"
create_args_wlan1="wlanmode hostap wlanaddr fa:d1:11:38:3c:e5"
create_args_wlan2="wlanmode hostap wlanaddr fc:d1:11:38:3c:e5"
create_args_wlan3="wlanmode hostap wlanaddr fe:d1:11:38:3c:e5"

This has been 'tested' so far in the case of all vap running in OPEN
mode and for
a config with 1 OPEN mode and 3 WPA2.

-kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKZxVQVHWO1LaispukWTYeSwYBaTUT1XWuwOj-6g0MnRyGyVUw>