mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Fix build without WPA2 or EAP
Commit 4033935dd9
updated
pmksa_cache_flush() function arguments, but forgot to update the wrapper
function for cases where WPA2 or EAP has been disabled in the build.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
1aef400bf0
commit
c33d5eb063
@ -122,7 +122,8 @@ static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static inline void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa,
|
static inline void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa,
|
||||||
void *network_ctx)
|
void *network_ctx,
|
||||||
|
const u8 *pmk, size_t pmk_len)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user