Browse Source

Assign QCA vendor specific nl80211 command id 52 for APFIND

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 10 years ago
parent
commit
41a233572e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/qca-vendor.h

+ 1 - 0
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,
 };