diff --git a/core/sme/src/csr/csr_util.c b/core/sme/src/csr/csr_util.c index 0ae756b2a3..db9e077a78 100644 --- a/core/sme/src/csr/csr_util.c +++ b/core/sme/src/csr/csr_util.c @@ -2960,7 +2960,7 @@ static bool csr_is_auth_wpa_sae(struct mac_context *mac, * * Return: True if OUI is OSEN, false otherwise */ -static bool csr_is_auth_osen(tpAniSirGlobal mac, +static bool csr_is_auth_osen(struct mac_context *mac, u8 all_suites[][CSR_RSN_OUI_SIZE], u8 suite_count, u8 oui[]) {