Home
last modified time | relevance | path

Searched refs:wpa_group (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h17 struct wpa_group;
21 struct wpa_group *group;
174 struct wpa_group { struct
175 struct wpa_group *next; argument
212 struct wpa_group *group; argument
H A Dwpa_auth.c56 struct wpa_group *group);
63 struct wpa_group *group);
65 struct wpa_group *group);
67 struct wpa_group *group);
436 struct wpa_group *group; in wpa_group_init()
621 struct wpa_group *group; in wpa_reconfig()
1006 struct wpa_group *group; in wpa_auth_gtk_rekey_in_process()
2747 struct wpa_group *gsm; in fils_prepare_plainbuf()
4494 struct wpa_group *group; in wpa_gtk_rekey()
5029 static struct wpa_group *
[all …]
H A Dap_config.c79 bss->wpa_group = WPA_CIPHER_CCMP; in hostapd_config_defaults_bss()
82 bss->wpa_group = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
1198 if (bss->wpa_group & (WPA_CIPHER_WEP40 | in hostapd_config_check_bss_6g()
1526 bss->wpa_group = bss->group_cipher; in hostapd_set_security_params()
1528 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, in hostapd_set_security_params()
1532 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
1559 bss->wpa_group = cipher; in hostapd_set_security_params()
1570 bss->wpa_group = cipher; in hostapd_set_security_params()
1578 bss->wpa_group = WPA_CIPHER_CCMP; in hostapd_set_security_params()
1584 bss->wpa_group = WPA_CIPHER_NONE; in hostapd_set_security_params()
H A Dwpa_auth_ie.c40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); in wpa_write_wpa_ie()
43 conf->wpa_group); in wpa_write_wpa_ie()
134 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_write_rsn_ie()
137 conf->wpa_group); in wpa_write_rsn_ie()
734 if (data.group_cipher != wpa_auth->conf.wpa_group) { in wpa_validate_wpa_ie()
1169 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_auth_write_fd_rsn_info()
H A Dwpa_auth_glue.c48 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()
109 wconf->wpa_group = WPA_CIPHER_CCMP; in hostapd_wpa_auth_conf()
H A Dap_drv_ops.c302 params.wpa_group = hapd->conf->wpa_group; in hostapd_set_drv_ieee8021x()
H A Dwpa_auth.h176 int wpa_group; member
H A Dap_config.h371 int wpa_group; member
H A Dwpa_auth_ft.c2168 struct wpa_group *gsm = sm->group; in wpa_ft_gtk_subelem()
2257 struct wpa_group *gsm = sm->group; in wpa_ft_igtk_subelem()
2317 struct wpa_group *gsm = sm->group; in wpa_ft_bigtk_subelem()
H A Dbeacon.c1687 params->group_cipher = hapd->conf->wpa_group; in ieee802_11_build_ap_params()
H A Dwps_hostapd.c403 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, in hapd_wps_reconfig_in_memory()
H A Dieee802_1x.c394 hapd->conf->wpa_group); in add_common_radius_sta_attr_rsn()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c658 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise, in wpa_supplicant_conf_ap()
673 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()
681 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()
687 bss->wpa_group = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
693 (bss->wpa_group == WPA_CIPHER_CCMP || in wpa_supplicant_conf_ap()
694 bss->wpa_group == WPA_CIPHER_GCMP || in wpa_supplicant_conf_ap()
695 bss->wpa_group == WPA_CIPHER_CCMP_256 || in wpa_supplicant_conf_ap()
696 bss->wpa_group == WPA_CIPHER_GCMP_256)) { in wpa_supplicant_conf_ap()
1551 wpa_cipher_txt(conf->wpa_group), in ap_ctrl_iface_wpa_get_status()
H A Dmesh_rsn.c164 conf.wpa_group = rsn->group_cipher; in __mesh_rsn_auth_init()
183 rsn->mgtk_len = wpa_cipher_key_len(conf.wpa_group); in __mesh_rsn_auth_init()
H A Dibss_rsn.c453 conf.wpa_group = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c283 switch (params->wpa_group) { in atheros_configure_wpa()
312 params->wpa_group); in atheros_configure_wpa()
322 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5); in atheros_configure_wpa()
1950 bss_params.wpa_group = WPA_CIPHER_CCMP; in atheros_set_ap()
H A Ddriver_bsd.c448 switch (params->wpa_group) { in bsd_configure_wpa()
466 params->wpa_group); in bsd_configure_wpa()
479 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5); in bsd_configure_wpa()
H A Ddriver.h2245 int wpa_group; member
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1303 wpa_cipher_txt(hapd->conf->wpa_group)); in hostapd_ctrl_iface_get_config()