From: Sunil Dutt Date: Wed, 6 May 2015 11:25:10 +0000 (+0530) Subject: Add QCA vendor subcmd for Link Property Query X-Git-Tag: hostap_2_5~741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279724d8352332bea03777960a6186ddeac8db35;p=thirdparty%2Fhostap.git Add QCA vendor subcmd for Link Property Query Link Property query vendor command shall facilitate the information of the Wi-Fi link. MAC address of the Wi-Fi peer is given as an input for querying the link properties. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index e51f85f9f..140295cfa 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -151,6 +151,7 @@ enum qca_nl80211_vendor_subcmds { QCA_NL80211_VENDOR_SUBCMD_DCC_CLEAR_STATS = 98, QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL = 99, QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT = 100, + QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES = 101, };