FT: Make FT-over-DS configurable (hostapd.conf ft_over_ds=0/1)
This commit is contained in:
parent
c0647147c1
commit
d7956add9c
6 changed files with 12 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue