Add support for offloading key management operations to the driver
authorChet Lanctot <clanctot@qca.qualcomm.com>
Thu, 23 Oct 2014 15:21:49 +0000 (18:21 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Oct 2014 15:38:50 +0000 (18:38 +0300)
commitb41f26845aaa7cf8aed6e4889e7041debc476ef9
treefe8b316c6604d483bb78762ed003658fb460f3f8
parentfbb79f94ebce752fd34f79ba9479629968f4bf1c
Add support for offloading key management operations to the driver

This commit introduces a QCA vendor command and event to provide an
option to use extended versions of the nl80211 connect/roam operations
in a way that allows drivers to offload key management operations to the
driver/firmware.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
12 files changed:
src/common/qca-vendor.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpas_glue.c