diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2014-11-13 14:26:55 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-11-13 14:27:23 (GMT) |
commit | 41a233572e7db2d049b410c5f840a2b6ede602ee (patch) | |
tree | 18f761f8a0657fdc39f60f3e7c1a748bd9eb7683 /src | |
parent | 2a6cce384251e3299c2d1f54f68b68ed727486e8 (diff) | |
download | hostap-41a233572e7db2d049b410c5f840a2b6ede602ee.zip hostap-41a233572e7db2d049b410c5f840a2b6ede602ee.tar.gz hostap-41a233572e7db2d049b410c5f840a2b6ede602ee.tar.bz2 |
Assign QCA vendor specific nl80211 command id 52 for APFIND
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/qca-vendor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 7e3057e..0bb702a 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -71,6 +71,7 @@ enum qca_nl80211_vendor_subcmds { /* 14..49 - reserved for QCA */ QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY = 50, QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH = 51, + QCA_NL80211_VENDOR_SUBCMD_APFIND = 52, }; |