Add QCA vendor feature flag for allowed frequency list
Add a vendor feature flag for the driver to indicate support for allowed frequency configuration in AP mode. Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
This commit is contained in:
parent
44c38af04f
commit
302d761a85
1 changed files with 4 additions and 0 deletions
|
@ -1804,6 +1804,9 @@ enum qca_wlan_vendor_acs_hw_mode {
|
|||
* measurement management frames. If
|
||||
* NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE is set, then
|
||||
* QCA_WLAN_VENDOR_FEATURE_PROT_RANGE_NEGO_AND_MEASURE_AP will be ignored.
|
||||
* @QCA_WLAN_VENDOR_FEATURE_AP_ALLOWED_FREQ_LIST: Flag indicates that the device
|
||||
* in AP mode supports configuring allowed frequency list for AP operation
|
||||
* with %QCA_WLAN_VENDOR_ATTR_CONFIG_AP_ALLOWED_FREQ_LIST.
|
||||
* @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
|
||||
*/
|
||||
enum qca_wlan_vendor_features {
|
||||
|
@ -1829,6 +1832,7 @@ enum qca_wlan_vendor_features {
|
|||
QCA_WLAN_VENDOR_FEATURE_SECURE_RTT_AP = 19,
|
||||
QCA_WLAN_VENDOR_FEATURE_PROT_RANGE_NEGO_AND_MEASURE_STA = 20,
|
||||
QCA_WLAN_VENDOR_FEATURE_PROT_RANGE_NEGO_AND_MEASURE_AP = 21,
|
||||
QCA_WLAN_VENDOR_FEATURE_AP_ALLOWED_FREQ_LIST = 22,
|
||||
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue