nl80211: Add QCA vendor specific query of device/driver features
authorChet Lanctot <clanctot@qca.qualcomm.com>
Sat, 6 Dec 2014 00:48:23 +0000 (16:48 -0800)
committerJouni Malinen <j@w1.fi>
Tue, 9 Dec 2014 19:08:21 +0000 (21:08 +0200)
commit15badebd473c91e6dfd7853bedf402d594212c14
tree899e5992f17e938206d08f8269179001cffc3afc
parentd4913c585ec9b62a667473878a7fd7d8600d3388
nl80211: Add QCA vendor specific query of device/driver features

This commit introduces a QCA vendor command that allows interrogation of
the vendor-specific features supported by the device/driver. Currently
the only defined feature is the ability to offload key management.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_capa.c
src/drivers/driver_nl80211_event.c