]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fetch supported AKM list from the driver
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Fri, 21 Dec 2018 10:32:24 +0000 (16:02 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 Dec 2018 19:49:02 +0000 (21:49 +0200)
commit8ec7c99ee4c6b4aefd762cf2a47c0c6367d8f777
tree7b67489caac3457a77dccc89b688a89c750aebda
parentdbe7f6da772c4de7791ca6b5d4d42b38f1fa345e
nl80211: Fetch supported AKM list from the driver

Try to fetch the list of supported AKM suite selectors from the driver
through the vendor interface
QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_AKMS. If that command is
available and succeeds, use the returned list to populate the
wpa_driver_capa key_mgmt information instead of assuming all
cfg80211-based drivers support all AKMs. If the driver does not support
this command, the previous behavior is maintained.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver.h
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_capa.c