|
@@ -83,7 +83,8 @@ static inline void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
|
|
}
|
|
}
|
|
|
|
|
|
static inline struct rsn_pmksa_cache_entry *
|
|
static inline struct rsn_pmksa_cache_entry *
|
|
-pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid)
|
|
|
|
|
|
+pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid,
|
|
|
|
+ const void *network_ctx)
|
|
{
|
|
{
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|