mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 08:44:03 -05:00
nl80211: Register for FST Action frames (STA)
wpa_supplicant will process these Action frames for FST operations. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
79c7b36d12
commit
46ab9b8cf0
@ -1878,6 +1878,11 @@ static int nl80211_mgmt_subscribe_non_ap(struct i802_bss *bss)
|
|||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_TDLS */
|
#endif /* CONFIG_TDLS */
|
||||||
|
#ifdef CONFIG_FST
|
||||||
|
/* FST Action frames */
|
||||||
|
if (nl80211_register_action_frame(bss, (u8 *) "\x12", 1) < 0)
|
||||||
|
ret = -1;
|
||||||
|
#endif /* CONFIG_FST */
|
||||||
|
|
||||||
/* FT Action frames */
|
/* FT Action frames */
|
||||||
if (nl80211_register_action_frame(bss, (u8 *) "\x06", 1) < 0)
|
if (nl80211_register_action_frame(bss, (u8 *) "\x06", 1) < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user