|
@@ -1079,6 +1079,7 @@ struct wlan_mlme_chain_cfg {
|
|
* supports stop all host scan request type.
|
|
* supports stop all host scan request type.
|
|
* @peer_create_conf_support: Peer create confirmation command support
|
|
* @peer_create_conf_support: Peer create confirmation command support
|
|
* @dual_sta_roam_fw_support: Firmware support for dual sta roaming feature
|
|
* @dual_sta_roam_fw_support: Firmware support for dual sta roaming feature
|
|
|
|
+ * @ocv_support: FW supports OCV
|
|
*
|
|
*
|
|
* Add all the mlme-tgt related capablities here, and the public API would fill
|
|
* Add all the mlme-tgt related capablities here, and the public API would fill
|
|
* the related capability in the required mlme cfg structure.
|
|
* the related capability in the required mlme cfg structure.
|
|
@@ -1089,6 +1090,7 @@ struct mlme_tgt_caps {
|
|
bool stop_all_host_scan_support;
|
|
bool stop_all_host_scan_support;
|
|
bool peer_create_conf_support;
|
|
bool peer_create_conf_support;
|
|
bool dual_sta_roam_fw_support;
|
|
bool dual_sta_roam_fw_support;
|
|
|
|
+ bool ocv_support;
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -1305,6 +1307,7 @@ struct wlan_mlme_ratemask {
|
|
* @sae_connect_retries: sae connect retry bitmask
|
|
* @sae_connect_retries: sae connect retry bitmask
|
|
* @wls_6ghz_capable: wifi location service(WLS) is 6ghz capable
|
|
* @wls_6ghz_capable: wifi location service(WLS) is 6ghz capable
|
|
* @monitor_mode_concurrency: Monitor mode concurrency supported
|
|
* @monitor_mode_concurrency: Monitor mode concurrency supported
|
|
|
|
+ * @ocv_support: FW supports OCV or not
|
|
*/
|
|
*/
|
|
struct wlan_mlme_generic {
|
|
struct wlan_mlme_generic {
|
|
uint32_t band_capability;
|
|
uint32_t band_capability;
|
|
@@ -1347,6 +1350,7 @@ struct wlan_mlme_generic {
|
|
uint32_t sae_connect_retries;
|
|
uint32_t sae_connect_retries;
|
|
bool wls_6ghz_capable;
|
|
bool wls_6ghz_capable;
|
|
enum monitor_mode_concurrency monitor_mode_concurrency;
|
|
enum monitor_mode_concurrency monitor_mode_concurrency;
|
|
|
|
+ bool ocv_support;
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|