|
@@ -4855,8 +4855,7 @@ eCsrAuthType hdd_translate_rsn_to_csr_auth_type(uint8_t auth_suite[4])
|
|
|
} else if (memcmp(auth_suite, ccp_rsn_oui_0c, 4) == 0) {
|
|
|
/* Check for Suite B EAP 384 */
|
|
|
auth_type = eCSR_AUTH_TYPE_SUITEB_EAP_SHA384;
|
|
|
- } else
|
|
|
- {
|
|
|
+ } else {
|
|
|
hdd_translate_fils_rsn_to_csr_auth(auth_suite, &auth_type);
|
|
|
hdd_translate_sae_rsn_to_csr_auth(auth_suite, &auth_type);
|
|
|
}
|