]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
Validate WEP key lengths based on driver capabilities
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 10 May 2012 11:34:46 +0000 (14:34 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 10 May 2012 11:34:46 +0000 (14:34 +0300)
commit349493bd0c9e6355d2d00efb10d0b45d82745adb
tree48e71a970839d654765253ffa09266267dccf3b1
parent157cdad59fafe56ab41a67fb13ac61e248025fdd
Validate WEP key lengths based on driver capabilities

The nl80211 driver interface does not allow 128-bit WEP to be used
without a vendor specific cipher suite and no such suite is defined for
this purpose. Do not accept WEP key length 16 for nl80211 driver
interface forn ow. wext-interface can still try to use these for
backwards compatibility.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver.h
src/drivers/driver_wext.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/interworking.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h