FT: Make FT-over-DS configurable (hostapd.conf ft_over_ds=0/1)

This commit is contained in:
Shan Palanisamy 2010-10-25 13:35:51 +03:00 committed by Jouni Malinen
parent c0647147c1
commit d7956add9c
6 changed files with 12 additions and 1 deletions

View file

@ -160,6 +160,7 @@ struct wpa_auth_config {
struct ft_remote_r0kh *r0kh_list;
struct ft_remote_r1kh *r1kh_list;
int pmk_r1_push;
int ft_over_ds;
#endif /* CONFIG_IEEE80211R */
};