]> git.ipfire.org Git - thirdparty/hostap.git/commit
WDS: Fix WEP usage with nl80211 wds_sta=1
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Sat, 20 Jul 2013 14:41:22 +0000 (17:41 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2013 14:41:22 +0000 (17:41 +0300)
commit69dd2967db680a2dafc6f86feedb4730dc93a015
treec7c59103083f6c43e4c24740fb2d2ebac1fd853e
parentc8ebeda4060121f09461705d87d2f9c1399668d5
WDS: Fix WEP usage with nl80211 wds_sta=1

The static WEP keys have to be configured for the new VLAN
interface that is created for a 4addr WDS peer, not doing so
breaks WEP functionality in nl80211/4addr based WDS links.

Signed-hostap: Sujith Manoharan <c_manoha@qca.qualcomm.com>
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/ieee802_11.c
src/ap/sta_info.c
src/drivers/driver.h
src/drivers/driver_nl80211.c