Hi, Thomas,

Finally, it works.

I am using openwrt-backfire version with compat-wireless-2011-06-22. The
authsae is checked out from git repo (github.com). Here are the step that I
have done on authsae and compat-wireless in openwrt to make it run:
1. Modify the linux/Makefile accordingly.
2. Solve warning error on 'config_setting_lookup_init', and implicit
declaration of function 'htole16', 'strnlen' and etc.
3. The execution of "meshd-n180211' is no longer same with the Howto section
(http://o11s.org/trac/wiki/HOWTO#secpieces). The config file now contains
two section "sae" and "meshd". "-c" is use to specify the configuration
file.
4. Use the patch from
http://open80211s.com/pipermail/devel/2011-June/000819.html and insert the
ath9k kernel module with nohwcrypt=1. Both my atheros card [Atheros AR9280
Rev:2 and Atheros AR9160 MAC/BB Rev:1 AR5133 RF] requires nohwcrypt=1,
otherwise PING not working.
5. Using the following commands to bring up the mesh node in SAE:
- iw phy phy0 interface add mesh0 type mp
- ifconfig mesh0 up
- meshd-nl80211 -c /etc/config/authsae/authesae.cfg -i mesh0 &

Both mesh node can PING each other.

Regards,
Chun-Yeow

On Thu, Aug 11, 2011 at 11:33 PM, Thomas Pedersen <tho...@cozybit.com>wrote:

> Hello Chun-Yeow,
>
> It should work. libnl-tiny provides genl, which AFAIK is all that is
> needed for the nl80211 interface. Try modifying authsae/linux/Makefile
> to make the meshd-nl80211 target link to libnl-tiny instead of libnl.
> Let us know how it goes!
>
> Thanks,
> Thomas
>
> On Thu, Aug 11, 2011 at 12:39 AM, Yeoh Chun-Yeow <yeohchuny...@gmail.com>
> wrote:
> > Hi, all
> > Is authsae can be used for libnl-tiny? Anyone has tried to compile this
> in
> > openWRT environment?
> > Regards,
> > Chun-Yeow
> > _______________________________________________
> > Devel mailing list
> > Devel@lists.open80211s.org
> > http://open80211s.com/mailman/listinfo/devel
> >
> >
> _______________________________________________
> Devel mailing list
> Devel@lists.open80211s.org
> http://open80211s.com/mailman/listinfo/devel
>
_______________________________________________
Devel mailing list
Devel@lists.open80211s.org
http://open80211s.com/mailman/listinfo/devel

Reply via email to