More detailed documentation for QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES
Be more specific on how the QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS attribute is used in the response. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
fd72d395db
commit
5fd3d05a40
1 changed files with 7 additions and 2 deletions
|
@ -230,7 +230,8 @@ enum qca_radiotap_vendor_ids {
|
|||
*
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Command to get the features
|
||||
* supported by the driver. enum qca_wlan_vendor_features defines
|
||||
* the possible features.
|
||||
* the possible features that are encoded in
|
||||
* QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS.
|
||||
*
|
||||
* @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED: Event used by driver,
|
||||
* which supports DFS offloading, to indicate a channel availability check
|
||||
|
@ -1543,7 +1544,11 @@ enum qca_wlan_vendor_attr {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY = 5,
|
||||
QCA_WLAN_VENDOR_ATTR_MAC_ADDR = 6,
|
||||
/* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
|
||||
/* Feature flags contained in a byte array. The feature flags are
|
||||
* identified by their bit index (see &enum qca_wlan_vendor_features)
|
||||
* with the first byte being the least significant one and the last one
|
||||
* being the most significant one. Used by
|
||||
* QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES. */
|
||||
QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS = 7,
|
||||
QCA_WLAN_VENDOR_ATTR_TEST = 8,
|
||||
/* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
|
||||
|
|
Loading…
Reference in a new issue