[pkg-wpa-devel] Bug#488723: wpa_supplicant issues with bridged interface

prosolutions at gmx.net prosolutions at gmx.net
Mon Jun 30 20:47:51 UTC 2008


Package: wpasupplicant
Version: 0.6.3-2


I am not certain whether this bug is caused by wpa_supplicant or ifupdown.  When wireless interface wlan0 is configured and then a bridged interface is created on the system using:

 brctl addbr br0
 brctl addif br0 wlan0
 ifconfig wlan0 0.0.0.0
 ifconfig br0 <ip_address> <netmask>
 route add default gw <gw_addr>

Everything works fine for a short while: ifconfig shows br0 and wlan0 is present but no IP address is assigned to it.  Network connectivity is totally fine.  Then, after about 5 minutes, I start to see stuff like this in /var/log/syslog, repeating over and over again.  At this point network connectivity is lost.  


wlan0: authenticated
wlan0: associate with AP 00:1e:52:7b:9a:a8
wlan0: RX ReassocResp from 00:1e:52:7b:9a:a8 (capab=0x431 status=0 aid=2)
wlan0: associated
wlan0: CTS protection enabled (BSSID=00:1e:52:7b:9a:a8)
wlan0 (WE) : Wireless Event too big (320)
br0: port 1(wlan0) entering learning state
wlan0: RX deauthentication from 00:1e:52:7b:9a:a8 (reason=2)
wlan0: deauthenticated
br0: port 1(wlan0) entering disabled state
wlan0: authenticate with AP 00:1e:52:7b:9a:a8
wlan0: RX authentication from 00:1e:52:7b:9a:a8 (alg=0 transaction=2 status=0)
wlan0: authenticated
wlan0: associate with AP 00:1e:52:7b:9a:a8
wlan0: RX ReassocResp from 00:1e:52:7b:9a:a8 (capab=0x431 status=0 aid=2)
wlan0: associated
printk: 1 messages suppressed.
wlan0: CTS protection enabled (BSSID=00:1e:52:7b:9a:a8)
wlan0 (WE) : Wireless Event too big (320)
br0: port 1(wlan0) entering learning state
wlan0: RX deauthentication from 00:1e:52:7b:9a:a8 (reason=2)
wlan0: deauthenticated
br0: port 1(wlan0) entering disabled state
wlan0: authenticate with AP 00:1e:52:7b:9a:a8
wlan0: RX authentication from 00:1e:52:7b:9a:a8 (alg=0 transaction=2 status=0)
wlan0: authenticated
wlan0: associate with AP 00:1e:52:7b:9a:a8
wlan0: RX ReassocResp from 00:1e:52:7b:9a:a8 (capab=0x431 status=0 aid=2)
wlan0: associated
printk: 1 messages suppressed.
wlan0: CTS protection enabled (BSSID=00:1e:52:7b:9a:a8)
wlan0 (WE) : Wireless Event too big (320)
br0: port 1(wlan0) entering learning state









More information about the Pkg-wpa-devel mailing list