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;
192 struct wpa_group { struct
193 struct wpa_group *next; argument
232 struct wpa_group *group; argument
H A Dwpa_auth.c55 struct wpa_group *group);
58 struct wpa_group *group);
60 struct wpa_group *group);
67 struct wpa_group *group);
69 struct wpa_group *group);
71 struct wpa_group *group);
75 struct wpa_group *group);
495 struct wpa_group *group, *next; in wpa_rekey_all_groups()
522 struct wpa_group *group, *next; in wpa_update_all_gtks()
643 struct wpa_group *group) in wpa_group_init_gmk_and_counter()
[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()
1236 if (bss->wpa_group & (WPA_CIPHER_WEP40 | in hostapd_config_check_bss_6g()
1621 bss->wpa_group = bss->group_cipher; in hostapd_set_security_params()
1623 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, in hostapd_set_security_params()
1627 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ? in hostapd_set_security_params()
1654 bss->wpa_group = cipher; in hostapd_set_security_params()
1665 bss->wpa_group = cipher; in hostapd_set_security_params()
1673 bss->wpa_group = WPA_CIPHER_CCMP; in hostapd_set_security_params()
1679 bss->wpa_group = WPA_CIPHER_NONE; in hostapd_set_security_params()
H A Dwpa_auth_ie.c41 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); in wpa_write_wpa_ie()
44 conf->wpa_group); in wpa_write_wpa_ie()
135 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_write_rsn_ie()
138 conf->wpa_group); in wpa_write_rsn_ie()
770 if (data.group_cipher != wpa_auth->conf.wpa_group) { in wpa_validate_wpa_ie()
1236 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_auth_write_fd_rsn_info()
H A Dwpa_auth_glue.c49 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()
111 wconf->wpa_group = WPA_CIPHER_CCMP; in hostapd_wpa_auth_conf()
H A Dap_drv_ops.c352 params.wpa_group = hapd->conf->wpa_group; in hostapd_set_drv_ieee8021x()
H A Dwpa_auth.h177 int wpa_group; member
H A Dap_config.h379 int wpa_group; member
H A Dwpa_auth_ft.c2219 struct wpa_group *gsm = sm->group; in wpa_ft_gtk_subelem()
2309 struct wpa_group *gsm = sm->group; in wpa_ft_igtk_subelem()
2370 struct wpa_group *gsm = wpa_auth->group; in wpa_ft_bigtk_subelem()
H A Dwps_hostapd.c403 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, in hapd_wps_reconfig_in_memory()
H A Dbeacon.c2447 params->group_cipher = hapd->conf->wpa_group; in ieee802_11_build_ap_params()
H A Dieee802_1x.c459 hapd->conf->wpa_group); in add_common_radius_sta_attr_rsn()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c695 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise, in wpa_supplicant_conf_ap()
710 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()
718 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()
724 bss->wpa_group = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
730 (bss->wpa_group == WPA_CIPHER_CCMP || in wpa_supplicant_conf_ap()
731 bss->wpa_group == WPA_CIPHER_GCMP || in wpa_supplicant_conf_ap()
732 bss->wpa_group == WPA_CIPHER_CCMP_256 || in wpa_supplicant_conf_ap()
733 bss->wpa_group == WPA_CIPHER_GCMP_256)) { in wpa_supplicant_conf_ap()
1609 wpa_cipher_txt(conf->wpa_group), in ap_ctrl_iface_wpa_get_status()
H A Dmesh_rsn.c182 conf.wpa_group = rsn->group_cipher; in __mesh_rsn_auth_init()
201 rsn->mgtk_len = wpa_cipher_key_len(conf.wpa_group); in __mesh_rsn_auth_init()
H A Dibss_rsn.c454 conf.wpa_group = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c282 switch (params->wpa_group) { in atheros_configure_wpa()
311 params->wpa_group); in atheros_configure_wpa()
321 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5); in atheros_configure_wpa()
1951 bss_params.wpa_group = WPA_CIPHER_CCMP; in atheros_set_ap()
H A Ddriver_bsd.c454 switch (params->wpa_group) { in bsd_configure_wpa()
478 params->wpa_group); in bsd_configure_wpa()
491 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5); in bsd_configure_wpa()
H A Ddriver.h2592 int wpa_group; member
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1105 wpa_cipher_txt(hapd->conf->wpa_group)); in hostapd_ctrl_iface_get_config()