qcacld-3.0: Add support for g_sap_ps_with_twt_enable ini
As part of new requirement of 'SAP PS with TWT enabled', add ini 'g_sap_ps_with_twt_enable' support in host to enabled/disabled SAP power save with TWT enable. Change-Id: Iea76f9cdef6f0753a6dfcebedc2aeab17d121faf CRs-Fixed: 3421610
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2bdfffdc18
commit
28632436e5
@@ -4257,4 +4257,15 @@ wlan_mlme_is_bcn_prot_disabled_for_sap(struct wlan_objmgr_psoc *psoc);
|
||||
*/
|
||||
uint8_t *
|
||||
wlan_mlme_get_src_addr_from_frame(struct element_info *frame);
|
||||
|
||||
/*
|
||||
* wlan_mlme_get_sap_ps_with_twt() - power save with twt config enabled/disabled
|
||||
* for SAP interface
|
||||
*
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* Return: power save enabled/disabled
|
||||
*/
|
||||
bool
|
||||
wlan_mlme_get_sap_ps_with_twt(struct wlan_objmgr_psoc *psoc);
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user