#18151: Hostapd hangup with barrier breaker
----------------------+-----------------------------------
  Reporter:  owrtbug  |      Owner:  developers
      Type:  defect   |     Status:  new
  Priority:  normal   |  Milestone:
 Component:  kernel   |    Version:  Barrier Breaker 14.07
Resolution:           |   Keywords:
----------------------+-----------------------------------

Comment (by owrtbug):

 Hostapd (which is located in /lib/netifd/hostapd.sh) is not crashing
 completely. It keeps running
 so I'm sorry I can't provide a core file. After running the daemon with
 "-dd" flags it can be seen
 that the trouble starts after the first client deauthenticates. One can
 close the connection at client
 to trigger this.
 {{{
 wlan0: STA 00:24:d7:6c:e0:2c RADIUS: Received RADIUS packet matched with a
 pending
 request, round trip time 0.01 sec
 wlan0: STA MAC RADIUS: VLAN ID 711
 wlan0: STA MAC IEEE 802.11: authentication OK (open system)
          -> same with wpa2, this test has been done with no encryption

 wlan0: STA MAC MLME: MLME-AUTHENTICATE.indication(MAC, OPEN_SYSTEM)
 wlan0: STA MAC MLME: MLME-DELETEKEYS.request(MAC)
 wlan0: STA MAC IEEE 802.11: authenticated
 wlan0: STA MAC IEEE 802.11: association OK (aid 1)
 wlan0: STA MAC IEEE 802.11: associated (aid 1)
 wlan0: STA MAC MLME: MLME-ASSOCIATE.indication(MAC)
 wlan0: STA MAC MLME: MLME-DELETEKEYS.request(MAC)
 wlan0: STA MAC IEEE 802.11: added new dynamic VLAN interface
 'wlanxxx0.711'
 wlan0: STA MAC IEEE 802.11: binding station to interface 'wlanxxx0.711'
 wlan0: STA MAC WPA: event 1 notification
 wlan0: STA MAC IEEE 802.1X: start authentication
 wlan0: STA MAC WPA: start authentication
 wlan0: STA MAC IEEE 802.1X: unauthorizing port
 wlan0: CTRL-EVENT-EAP-STARTED MAC
 wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=1
 wlan0: STA MAC IEEE 802.1X: Sending EAP Packet (identifier 245)
 VLAN: vlan_add: ADD_VLAN_CMD failed for eth0: File exists
 VLAN: vlan_add: ADD_VLAN_CMD failed for eth0: File exists
 VLAN: vlan_add: ADD_VLAN_CMD failed for eth0: File exists
 }}}
 Later we see these error messages
 {{{
 VLAN: br_addif: Failure determining interface index for 'wlanxxx0.711'
 VLAN: ifconfig_helper: ioctl(SIOCGIFFLAGS) failed for interface
 wlanxxx0.711: No such device
 VLAN: br_delif: Failure determining interface index for 'wlanxxx0.711'
 }}}
 Indeed, the interfaces are still on the bridge:
 {{{
 breth0.711              8000.e894f6b17200       no              eth0.711
                                                         wlanxxx0.711
 }}}
 At this state, no dhcp and no other packages are passing through the
 bridge. If we kill hostapd (it
 is the hostapd package, not wpad) und restart it, it is fixed for some
 time. The same issue can be
 seen of a TL-WA901ND, so it doesn't seem to be a hardware dependent issue.
 We have the same problem
 with Attitude Adjustment 12.09.

 Any ideas?

--
Ticket URL: <https://dev.openwrt.org/ticket/18151#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to