mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-29 02:38:22 -05:00
FT: Fix wpa_sm_set_ft_params wrapper for non-FT build
This commit is contained in:
parent
814782b9fe
commit
087f0254d7
@ -298,8 +298,7 @@ int wpa_ft_start_over_ds(struct wpa_sm *sm, const u8 *target_ap,
|
|||||||
#else /* CONFIG_IEEE80211R */
|
#else /* CONFIG_IEEE80211R */
|
||||||
|
|
||||||
static inline int
|
static inline int
|
||||||
wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *mobility_domain,
|
wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len)
|
||||||
const u8 *r0kh_id, const u8 *r1kh_id)
|
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user