|
@@ -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,
|