qcacld-3.0: Get CCA from firmware

Requirement is to get CCA from frmware when connection fails due to
assoc/auth/probe response timeout.

Change-Id: I062343ed065d7b0c38b9e3b24ecfa9851b9b1537
CRs-Fixed: 2018594
This commit is contained in:
Padma, Santhosh Kumar
2017-03-21 19:05:40 +05:30
committato da snandini
parent e91a3e4980
commit 16dacfbec2
10 ha cambiato i file con 138 aggiunte e 0 eliminazioni

Vedi File

@@ -2171,6 +2171,16 @@ QDF_STATUS wma_create_peer(tp_wma_handle wma, struct cdp_pdev *pdev,
u_int32_t peer_type, u_int8_t vdev_id,
bool roam_synch_in_progress);
/**
* wma_get_cca_stats() - send request to fw to get CCA
* @wmi_hdl: wma handle
* @vdev_id: vdev id
*
* Return: QDF status
*/
QDF_STATUS wma_get_cca_stats(tp_wma_handle wma_handle,
uint8_t vdev_id);
struct wma_ini_config *wma_get_ini_handle(tp_wma_handle wma_handle);
WLAN_PHY_MODE wma_chan_phy_mode(u8 chan, enum phy_ch_width chan_width,
u8 dot11_mode);