Searched refs:wpa_group (Results 1 – 17 of 17) sorted by relevance
15 struct wpa_group;26 struct wpa_group *group;127 struct wpa_group { struct128 struct wpa_group *next; argument161 struct wpa_group *group; argument
38 struct wpa_group *group);41 struct wpa_group *group);43 struct wpa_group *group);237 struct wpa_group *group; in wpa_rekey_gtk()283 struct wpa_group *group) in wpa_group_init_gmk_and_counter()312 static struct wpa_group * wpa_group_init(struct wpa_authenticator *wpa_auth, in wpa_group_init()315 struct wpa_group *group; in wpa_group_init()317 group = os_zalloc(sizeof(struct wpa_group)); in wpa_group_init()323 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group); in wpa_group_init()428 struct wpa_group *group = wpa_auth->group; in wpa_init_keys()[all …]
40 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()105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_write_rsn_ie()108 conf->wpa_group); in wpa_write_rsn_ie()474 if (data.group_cipher != wpa_auth->conf.wpa_group) { in wpa_validate_wpa_ie()
36 wconf->wpa_group = conf->wpa_group; in hostapd_wpa_auth_conf()
264 params.wpa_group = hapd->conf->wpa_group; in hostapd_set_drv_ieee8021x()
129 int wpa_group; member
264 int wpa_group; member
58 bss->wpa_group = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
400 struct wpa_group *gsm = sm->group; in wpa_ft_gtk_subelem()457 struct wpa_group *gsm = sm->group; in wpa_ft_igtk_subelem()
719 params.group_cipher = hapd->conf->wpa_group; in ieee802_11_set_beacon()
224 bss->wpa_group = WPA_CIPHER_TKIP; in wpa_supplicant_conf_ap()227 bss->wpa_group = WPA_CIPHER_GCMP; in wpa_supplicant_conf_ap()229 bss->wpa_group = WPA_CIPHER_CCMP; in wpa_supplicant_conf_ap()242 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()250 bss->wpa_group = cipher; in wpa_supplicant_conf_ap()255 bss->wpa_group = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()943 wpa_cipher_txt(conf->wpa_group), in ap_ctrl_iface_wpa_get_status()
377 conf.wpa_group = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
280 conf.wpa_group = WPA_CIPHER_CCMP; in auth_init_group()
638 if (hapd->conf->wpa && hapd->conf->wpa_group == WPA_CIPHER_CCMP) { in hostapd_ctrl_iface_get_config()644 hapd->conf->wpa_group == WPA_CIPHER_GCMP) { in hostapd_ctrl_iface_get_config()650 hapd->conf->wpa_group == WPA_CIPHER_TKIP) { in hostapd_ctrl_iface_get_config()
2970 bss->wpa_group = WPA_CIPHER_TKIP; in hostapd_set_security_params()2973 bss->wpa_group = WPA_CIPHER_GCMP; in hostapd_set_security_params()2975 bss->wpa_group = WPA_CIPHER_CCMP; in hostapd_set_security_params()2991 bss->wpa_group = cipher; in hostapd_set_security_params()2999 bss->wpa_group = cipher; in hostapd_set_security_params()3004 bss->wpa_group = WPA_CIPHER_NONE; in hostapd_set_security_params()
416 switch (params->wpa_group) { in bsd_configure_wpa()434 params->wpa_group); in bsd_configure_wpa()446 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5); in bsd_configure_wpa()
977 int wpa_group; member