qcacld-3.0: Add lim support for CM disconnect handling
Add support to handle disconnect request via connection manager in LIM. Change-Id: I2ead0188368ab75f4862a429d43bf2305ae94abe CRs-Fixed: 2840792
This commit is contained in:

committed by
snandini

parent
7f843ffb63
commit
da2452fdd7
@@ -117,6 +117,18 @@ uint8_t wlan_mlme_get_tx_power(struct wlan_objmgr_psoc *psoc,
|
||||
*/
|
||||
char *wlan_mlme_get_power_usage(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_enable_deauth_to_disassoc_map() - Get the deauth to disassoc
|
||||
* map
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_enable_deauth_to_disassoc_map(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_ht_cap_info() - Get the HT cap info config
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user