diff --git a/core/hdd/src/wlan_hdd_hostapd.h b/core/hdd/src/wlan_hdd_hostapd.h index c5c6a01ac7..9e5be7b7da 100644 --- a/core/hdd/src/wlan_hdd_hostapd.h +++ b/core/hdd/src/wlan_hdd_hostapd.h @@ -113,10 +113,12 @@ hdd_translate_wpa_to_csr_auth_type(uint8_t auth_suite[4]); eCsrEncryptionType hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]); -QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *, - struct tagCsrDelStaParams *); -void hdd_softap_sta_disassoc(hdd_adapter_t *, struct tagCsrDelStaParams *); -void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *, bool); +QDF_STATUS hdd_softap_sta_deauth(hdd_adapter_t *adapter, + struct tagCsrDelStaParams *pDelStaParams); +void hdd_softap_sta_disassoc(hdd_adapter_t *adapter, + struct tagCsrDelStaParams *pDelStaParams); +void hdd_softap_tkip_mic_fail_counter_measure(hdd_adapter_t *adapter, + bool enable); int hdd_softap_unpack_ie(tHalHandle halHandle, eCsrEncryptionType *pEncryptType, eCsrEncryptionType *mcEncryptType,