qcacld-3.0: Support roam invoke request in connection manager
Add change to support roam invoke request in connection manager Change-Id: I87bd39263c7c210fa87250aca59ef5f2f89d4c67 CRs-Fixed: 2869211
This commit is contained in:

committed by
snandini

parent
c478f447ff
commit
e4df806aa6
@@ -3079,4 +3079,13 @@ mlme_is_twt_enabled(struct wlan_objmgr_psoc *psoc)
|
||||
*/
|
||||
bool wlan_mlme_is_local_tpe_pref(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* wlan_mlme_is_data_stall_recovery_fw_supported() - Check if data stall
|
||||
* recovery is supported by fw
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* Return: True if supported
|
||||
*/
|
||||
bool
|
||||
wlan_mlme_is_data_stall_recovery_fw_supported(struct wlan_objmgr_psoc *psoc);
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user