Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDsta_info.h122 unsigned int ft_over_ds:1; member
HDwpa_auth_glue.c96 wconf->ft_over_ds = conf->ft_over_ds; in hostapd_wpa_auth_conf()
911 sta->ft_over_ds = 1; in hostapd_wpa_auth_add_sta()
HDwpa_auth.h215 int ft_over_ds; member
HDap_config.h394 int ft_over_ds; member
HDap_config.c105 bss->ft_over_ds = 1; in hostapd_config_defaults_bss()
HDieee802_11.c2229 sta->ft_over_ds = 0; in handle_auth()
3387 sta->ft_over_ds, reassoc, in add_associated_sta()
3394 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
3404 sta->ft_over_ds = 0; in add_associated_sta()
HDwpa_auth_ft.c799 if (conf->ft_over_ds) in wpa_write_mdie()
3379 if (!sm->wpa_auth->conf.ft_over_ds) { in wpa_ft_action_rx()