Home
last modified time | relevance | path

Searched refs:ft_over_ds (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h158 unsigned int ft_over_ds:1; member
H A Dwpa_auth_glue.c101 wconf->ft_over_ds = conf->ft_over_ds; in hostapd_wpa_auth_conf()
1114 sta->ft_over_ds = 1; in hostapd_wpa_auth_add_sta()
H A Dwpa_auth.h218 int ft_over_ds; member
H A Dap_config.h406 int ft_over_ds; member
H A Dap_config.c116 bss->ft_over_ds = 1; in hostapd_config_defaults_bss()
H A Dieee802_11.c3103 sta->ft_over_ds = 0; in handle_auth()
4763 sta->ft_over_ds, reassoc, in add_associated_sta()
4770 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
4780 sta->ft_over_ds = 0; in add_associated_sta()
H A Dwpa_auth_ft.c804 if (conf->ft_over_ds) in wpa_write_mdie()
3790 if (!sm->wpa_auth->conf.ft_over_ds) { in wpa_ft_action_rx()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3279 bss->ft_over_ds = atoi(pos); in hostapd_config_fill()