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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.h122 unsigned int ft_over_ds:1; member in struct:sta_info
H A Dwpa_auth_glue.c96 wconf->ft_over_ds = conf->ft_over_ds;
911 sta->ft_over_ds = 1;
H A Dap_config.h394 int ft_over_ds; member in struct:hostapd_bss_config
H A Dwpa_auth.h215 int ft_over_ds; member in struct:wpa_auth_config
H A Dap_config.c105 bss->ft_over_ds = 1;
H A Dieee802_11.c2229 sta->ft_over_ds = 0;
3385 " (added_unassoc=%d auth_alg=%u ft_over_ds=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
3387 sta->ft_over_ds, reassoc,
3394 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) ||
3404 sta->ft_over_ds = 0;
H A Dwpa_auth_ft.c799 if (conf->ft_over_ds)
3379 if (!sm->wpa_auth->conf.ft_over_ds) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3050 } else if (os_strcmp(buf, "ft_over_ds") == 0) {
3051 bss->ft_over_ds = atoi(pos);

Completed in 125 milliseconds