Hi Fred,

On Sun, Jul 29, 2012 at 4:24 PM, fred veldini <[email protected]> wrote:
> Hello,
>
> Sorry if this message is sent to the wrong group, not sure were else to
> look.
>
> I'm have some problems getting authsae to work with 80211s.
> Any help would be appreciated.
>
> The errors I get is the following.
> If I omit the configuration file I get
>
> TEST-ROUTER:~# meshd-nl80211 -i mesh0 -s 5gsbaby
> Unexpected error -22 (expected -107)
> nlerror, cmd 68, seq 1343419229: Invalid argument
>
> If I add the configuration file I get
>
> TEST-ROUTER:~# meshd-nl80211 -i mesh0 -s 5gsbaby -c /etc/authsae.cfg
> wiphy reported no rates!
>
> I have looked into identifying the issue and it might be attributed to the
> debug location for WIPHY but my system doesn't show any WIPHY in debug
>
> Here is my layout.
>
> Ubuntu Development box running on x86 pc with intel processor
> Wireless Cards are Ubiquiti SR71-15 and SR71-A
>
> I downloaded the latest 80211s source from
> https://github.com/cozybit/open80211s - 3.5.0-rc6-wl
> then downloaded the latest authsae from
> git://github.com/cozybit/authsae.github
> I also downloaded the iw 3.5 version from
> http://linuxwireless.org/download/iw/
> I installed libnl-3.2.11 from http://www.infradead.org/~tgr/libnl/
> I also installed the other packages required for a dev build
>
> I compiled everything without any issue
>
> I can create a open-mesh with HT support no problem and getting 90-100 Mbps
> throughput on the SR71-15 cards.
>
> I have tried this with and with out HT Modes.
> I set the channel and join the mesh prior to authsae startup

This is not valid, authsae will issue the mesh join.

> My issue is when trying to implement the authsae.
>
> My configuration for my authsae.conf file looks like this.
> ------------
> cut
> ------------
>
>  authsae:
> {
> sae:
> {
> debug = 0;
> password = "MysuperS3cr3tPasswd";
> group = [19, 26, 21, 25, 20];
> blacklist = 5;
> thresh = 5;
> lifetime = 3600;
> };
> meshd:
> {
> meshid = "5gsbaby";
> interface = "mesh0";

Does this interface exist? Authsae is currently not capable of
automatically creating mesh vifs.

Thomas
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to