#20437: mwlwifi (WRT1200AC): wifi broadcast traffic dropped
----------------------------------------+----------------------------------
 Reporter:  dap@…                       |      Owner:  developers
     Type:  defect                      |     Status:  new
 Priority:  high                        |  Milestone:  Chaos Calmer (trunk)
Component:  kernel                      |    Version:  Trunk
 Keywords:  wrt1200ac caiman broadcast  |
----------------------------------------+----------------------------------
 WRT1200AC, r46760 (from downloads.openwrt.org/snapshots/);

 All broadcast packets are dropped on the wlan interface. Persistent
 behaviour, no working setup known yet (although this is a new toy of mine
 installed just yesterday). The client can capture broadcast packets on
 other AP.

 Easily reproducible via arping:
 {{{
 LAN# arping -b $STA
 [nothing]
 STA# arping -b $LAN
 [works]
 }}}

 all packets seen with tcpdump:
 {{{
 root@OpenWrt:~# tcpdump -np -v -e -i wlan1 "ether broadcast"
 15:12:47.944742 00:90:a9:xx:xx:xx > ff:ff:ff:ff:ff:ff, ethertype ARP
 (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has $STA
 (ff:ff:ff:ff:ff:ff) tell $LAN, length 46
 [...]
 }}}

 hostapd messages:
 {{{
 Tue Sep  1 15:06:23 2015 daemon.info hostapd: wlan1: STA a0:f3:c1:xx:xx:xx
 IEEE 802.11: authenticated
 Tue Sep  1 15:06:23 2015 daemon.info hostapd: wlan1: STA a0:f3:c1:xx:xx:xx
 IEEE 802.11: associated (aid 1)
 Tue Sep  1 15:06:23 2015 daemon.info hostapd: wlan1: STA a0:f3:c1:xx:xx:xx
 WPA: pairwise key handshake completed (RSN)
 Tue Sep  1 15:08:58 2015 daemon.info hostapd: wlan1: STA a0:f3:c1:xx:xx:xx
 WPA: group key handshake completed (RSN)
 }}}

 {{{
 root@OpenWrt:~# ls -l /sys/kernel/debug/ieee80211/phy0/keys/*/key
 -r--------    1 root     root             0 Sep  1 15:01
 /sys/kernel/debug/ieee80211/phy0/keys/170/key
 -r--------    1 root     root             0 Sep  1 15:01
 /sys/kernel/debug/ieee80211/phy0/keys/171/key
 -r--------    1 root     root             0 Sep  1 15:08
 /sys/kernel/debug/ieee80211/phy0/keys/174/key
 }}}

 wireless config:
 {{{
 uci set wireless.@wifi-device[0].disabled=0
 uci set wireless.@wifi-iface[0].encryption=psk2
 uci set wireless.@wifi-iface[0].key="***"
 uci set wireless.@wifi-iface[0].ssid=OpenWrt.ac
 uci set wireless.@wifi-device[1].hwmode="11ng"
 uci set wireless.@wifi-device[1].ht_capab="SHORT-GI-40 DSSS_CCK-40"
 uci set wireless.@wifi-device[1].htmode="HT40-"
 uci set wireless.@wifi-device[1].disabled=0
 uci set wireless.@wifi-iface[1].encryption=psk2
 uci set wireless.@wifi-iface[1].key="***"
 uci set wireless.@wifi-iface[1].ssid=OpenWrt2
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20437>
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