Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h130 unsigned int ft_over_ds:1; member
Dwpa_auth_glue.c100 wconf->ft_over_ds = conf->ft_over_ds; in hostapd_wpa_auth_conf()
1080 sta->ft_over_ds = 1; in hostapd_wpa_auth_add_sta()
Dwpa_auth.h217 int ft_over_ds; member
Dap_config.h405 int ft_over_ds; member
Dap_config.c114 bss->ft_over_ds = 1; in hostapd_config_defaults_bss()
Dieee802_11.c2940 sta->ft_over_ds = 0; in handle_auth()
4176 sta->ft_over_ds, reassoc, in add_associated_sta()
4183 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
4193 sta->ft_over_ds = 0; in add_associated_sta()
Dwpa_auth_ft.c804 if (conf->ft_over_ds) in wpa_write_mdie()
3746 if (!sm->wpa_auth->conf.ft_over_ds) { in wpa_ft_action_rx()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3047 bss->ft_over_ds = atoi(pos); in hostapd_config_fill()