qcacmn: Support FILS roaming
Add cmn support for the following: - Update ERP info in RSO Start - Update HLP info in a new command WMI_PDEV_UPDATE_FILS_HLP_PKT_CMDID - Set/Delete PMK cache info with WMI_PDEV_UPDATE_PMK_CACHE_CMDID - Process FILS TLV in Roam Synch Indication and update the FILS info [seq number,PMK, KEK, realm] to Supplicant. Change-Id: I239bf5d6c4455d39181e335dbf73bcade16aee8e CRs-Fixed: 2089128
This commit is contained in:

committed by
snandini

parent
0a0e727b9b
commit
90cd774a32
@@ -1529,6 +1529,27 @@ QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
|
||||
|
||||
QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
|
||||
struct set_country *param);
|
||||
/*
|
||||
* wmi_unified_set_del_pmkid_cache() - set delete PMKID
|
||||
* @wmi_hdl: wma handle
|
||||
* @pmksa: pointer to pmk cache entry
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl,
|
||||
struct wmi_unified_pmk_cache *pmksa);
|
||||
|
||||
#if defined(WLAN_FEATURE_FILS_SK)
|
||||
/*
|
||||
* wmi_unified_roam_send_hlp_cmd() -send HLP command info
|
||||
* @wmi_hdl: wma handle
|
||||
* @req_buf: Pointer to HLP params
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl,
|
||||
struct hlp_params *req_buf);
|
||||
#endif
|
||||
|
||||
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
||||
void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
|
||||
|
Reference in New Issue
Block a user