Re: Authsae in openwrt trunk / Authsae-Tiny Bachelor Thesis

2013-11-15 Thread Thomas Wagner
Am Mittwoch, 13. November 2013, 22:46:18 schrieben Sie: > Hi > > Le 28/07/2013 12:41, Thomas Wagner a écrit : > > Hi, > > > >> About Autsae-Tiny Bachelor Thesis, > >> (discussed here > >> http://www.mail-archive.com/devel@lists.open80211s.org/ms

Re: OpenWRT: Integrating 11s and AuthSAE

2013-06-04 Thread Thomas Wagner
Hi, > > I am working on configuring 11s networks on OpenWRT. > > These mesh addons support configuration of authsae crypted and uncrypted > > 11s networks per commandline (uci) and web (luci). > This is very cool, thanks! Will you submit to openwrt upstream? I published it last summer and even

OpenWRT: Integrating 11s and AuthSAE

2013-06-03 Thread Thomas Wagner
Hi, I am working on configuring 11s networks on OpenWRT. These mesh addons support configuration of authsae crypted and uncrypted 11s networks per commandline (uci) and web (luci). ​https://wwwvs.cs.hs-rm.de/vs-wiki/index.php/Datei:Openwrt_AttitudeAdjustment_11s_mesh_addons.tbz ​https://wwwvs.

Re: AuthSAE Channel selection; implementation of AuthSAE-tiny

2013-05-30 Thread Thomas Wagner
Am Donnerstag, 30. Mai 2013, 09:10:20 schrieb Yeoh Chun-Yeow: > > Have you come across http://pastebin.com/54m3fEtS? > > Also, I saw Emanuel and others are working on this including the UCI script. > > https://lists.openwrt.org/pipermail/openwrt-devel/2013-May/020288.html I also have a soulution

AuthSAE Channel selection

2013-05-29 Thread Thomas Wagner
Hi, I am working on a AuthSAE integreation for OpenWRT The wifi channel, band and ht-mode are set by the OpenWRT UCI system. Using AuthSAE it is set twice. Once by UCI and once by meshd-nl8021. It would be nice if when channel, band and htmode are not mentioned in the config file that they left

Re: Starting HPWM [...] kernel debugging

2012-05-24 Thread Thomas Wagner
Hi Chun-Yeow, > Did you ever configure the AP mode for wlan0 in mesh04 and STA mode > for wlan0 in mesh05 and confirm both can Ping? That works like expected Ping works without any problems: Ping from Client to AP 97.00845100058:6d:8f:c5:f9:8b 58:6d:8f:c5:f9:eb ARP 80 Wh

Re: Starting HPWM [...] kernel debugging

2012-05-24 Thread Thomas Wagner
Hi, > ieee80211_rx_h_data in net/mac80211/rx.c and also ARP functions in > net/ipv4/arp.c I insert "printk()" in each function in order to print the function name. While only one router (mesh05) was online nothing happen. Then I swicht on "mesh04" and this appeares: Sep 8 15:48:40 mesh05 kern.w

Re: Starting HPWM [...] kernel debugging

2012-05-23 Thread Thomas Wagner
Hi, > Is wlan0 bridged with eth0? " No it isn't. The default configuration is that wlan0 and eth0 are briged with each other on interface lan (br-lan). But I defined an extra interface named "mesh" where wlan0 is associated with. ("mesh" is not a bridge): > brctl show" will do a quick check. ro

Re: Starting HPWM [...] kernel debugging

2012-05-23 Thread Thomas Wagner
Hi, > > Can you please post the output of 'ip addr' on each node? > For OpenWRT there is no package including "ip". Sorry I just overview it. It was definitely too late yesterday. so here comes the output: mesh05:~# ip addr 1: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:0

Re: Starting HPWM [...] kernel debugging

2012-05-22 Thread Thomas Wagner
Hi Thomas, Hi Chun-Yeow, > If you inspect your capture with wireshark version >= 1.7.0, > these should be correctly decoded as ARP packets. I just compile the development version of wireshark and these packages are now displayed as ARP. > Can you please post the output of 'ip addr' on each node?

Re: Starting HPWM [...] kernel debugging

2012-05-22 Thread Thomas Wagner
Hi, > mesh04 is established peering with 58:6d:8f:c5:f9:8b. Is 58:6d:8f:c5:f9:8b > mesh05? mesh04 macaddr=58:6d:8f:c5:f9:8b mesh05 macaddr=58:6d:8f:c5:f9:eb > Can you confirm "iw wlan0 station dump" in both router. root@mesh04:~# iw dev wlan0 station dump Station 58:6d:8f:c5:f9:eb (on wlan0)

Re: Starting HPWM [...] kernel debugging

2012-05-21 Thread Thomas Wagner
Hi Chun-Yeow, Before continue my work I undo all changes I did this weekend in order to have no side effects and do a svn update to r31835. > Mesh sync debug can be turned off. The first 3 are enough. Use "make > kernel_menuconfig" in openwrt. Here comes the configuration I set by executing "m

Re: Starting HPWM [...] path link not available even on sending traffic

2012-05-19 Thread Thomas Wagner
Hi, > I have tried out the latest trunk version of openwrt r31761 without any > problem. I did a SVN update to "OpenWrt Attitude Adjustment r31785". When I flashed the first router I noticed that it did not create a plink to the others. Only after flashing a second router with r31785 the plink

Re: Starting HPWM [...] path link not available even on sending traffic

2012-05-16 Thread Thomas Wagner
Hi, > Can you type the "ifconfig" and check whether the IP address is > properly tied to the mesh interface. root@mesh04:~# ifconfig br-lanLink encap:Ethernet HWaddr 58:6D:8F:C5:F9:89 inet addr:192.168.66.4 Bcast:192.168.66.255 Mask:255.255.255.0 UP BROADCAST RUNNING

Re: Starting HPWM [...] path link not available even on sending traffic

2012-05-16 Thread Thomas Wagner
Hi Chun-Yeow, > How is your network setup? Do you mean that you have one mesh > interface (192.168.88.4) and one Ethernet interface (192.168.88.5) in > one router? All Routers have two interfaces, lan and mesh: /etc/config/network: config interface 'lan' option ifname 'eth0' optio

Re: Starting HPWM [...] path link not available even on sending traffic

2012-05-16 Thread Thomas Wagner
is being sent. > > Hope this help. > > Regards, > Chun-Yeow > > On Tue, May 15, 2012 at 6:40 PM, Thomas Wagner wrote: > > Hi, > > > > I am building up an 11s Meshnetwork successfully on OpenWRT Router (Version: > > Trunk r31600; 05-05-2012). > >

Relationship between 'iw', MAC80211.ko and Open80211s

2012-05-15 Thread Thomas Wagner
Hi I'm trying to make a overview of the relationship between all the new linux wireless modules. Please just say if the following evidence are correct. 1. 'iw' is a commandline application to use 'nl80211'. It only acesses nl80211, not cfg80211 or mac80211 2. nl80211 is a userspace libary to c

Starting HPWM on OpenWRT Trunk

2012-05-15 Thread Thomas Wagner
Hi, I am building up an 11s Meshnetwork successfully on OpenWRT Router (Version: Trunk r31600; 05-05-2012). But there is one problem: the configuration which should properly done by HPWM protocol automatically is not set up. (I had the same problem with the last stable version backfire 10