Fix compilation with PMKSA caching support disabled
Commit 6aaac006af
modified the
pmksa_cache_init() prototype, but forgot to update the empty wrapper
function which is used when PMKSA caching is not included in the build.
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9ebce9c546
commit
3e72dace29
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx);
|
|||
|
||||
static inline struct rsn_pmksa_cache *
|
||||
pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry,
|
||||
void *ctx, int reason),
|
||||
void *ctx, enum pmksa_free_reason reason),
|
||||
void *ctx, struct wpa_sm *sm)
|
||||
{
|
||||
return (void *) -1;
|
||||
|
|
Loading…
Reference in a new issue