qcacld-3.0: Ignore regulatory offload indication from FW

Based on the ini "ignore_fw_reg_offload_ind" ignore regulatory
offload indicatin from fw.

Change-Id: I6e20f2100eeac8e93baa5c5d3f3d1c8b33356aed
CRs-Fixed: 2532989
This commit is contained in:
Rajeev Kumar Sirasanagandla
2019-08-05 21:33:03 +05:30
committed by nshrivas
parent 1bb77499c5
commit 1b3a535500
9 changed files with 109 additions and 1 deletions

View File

@@ -2257,4 +2257,15 @@ mlme_get_peer_phymode(struct wlan_objmgr_psoc *psoc, uint8_t *mac,
*/
QDF_STATUS mlme_set_tgt_wpa3_roam_cap(struct wlan_objmgr_psoc *psoc,
uint32_t akm_bitmap);
/**
* wlan_mlme_get_ignore_fw_reg_offload_ind() - Get the
* ignore_fw_reg_offload_ind ini
* @psoc: pointer to psoc object
* @disabled: output pointer to hold user config
*
* Return: QDF Status
*/
QDF_STATUS
wlan_mlme_get_ignore_fw_reg_offload_ind(struct wlan_objmgr_psoc *psoc,
bool *disabled);
#endif /* _WLAN_MLME_API_H_ */