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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h17 struct wpa_group;
21 struct wpa_group *group;
169 struct wpa_group { struct
170 struct wpa_group *next;
197 /* Number of references except those in struct wpa_group->next */
207 struct wpa_group *group;
H A Dwpa_auth.c51 struct wpa_group *group);
54 struct wpa_group *group);
56 struct wpa_group *group);
61 struct wpa_group *group);
63 struct wpa_group *group);
65 struct wpa_group *group);
287 struct wpa_group *group, *next;
353 struct wpa_group *group)
388 static struct wpa_group * wpa_group_init(struct wpa_authenticator *wpa_auth,
391 struct wpa_group *grou
[all...]
H A Dap_config.c72 bss->wpa_group = WPA_CIPHER_TKIP;
1296 bss->wpa_group = bss->group_cipher;
1298 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
1302 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ?
1327 bss->wpa_group = cipher;
1337 bss->wpa_group = cipher;
1344 bss->wpa_group = WPA_CIPHER_CCMP;
1350 bss->wpa_group = WPA_CIPHER_NONE;
H A Dwpa_auth_ie.c40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group);
43 conf->wpa_group);
105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group);
108 conf->wpa_group);
680 if (data.group_cipher != wpa_auth->conf.wpa_group) {
H A Dwpa_auth_glue.c44 wconf->wpa_group = conf->wpa_group;
106 wconf->wpa_group = WPA_CIPHER_CCMP;
949 /* Configure wpa_group for GTK but ignore error due to driver not
H A Dap_drv_ops.c297 params.wpa_group = hapd->conf->wpa_group;
H A Dap_config.h367 int group_cipher; /* wpa_group value override from configuation */
368 int wpa_group; member in struct:hostapd_bss_config
H A Dwpa_auth.h174 int wpa_group; member in struct:wpa_auth_config
H A Dbeacon.c1314 params->group_cipher = hapd->conf->wpa_group;
H A Dwps_hostapd.c353 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
H A Dieee802_1x.c391 hapd->conf->wpa_group);
H A Dwpa_auth_ft.c2168 struct wpa_group *gsm = sm->group;
2239 struct wpa_group *gsm = sm->group;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c459 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise,
473 bss->wpa_group = cipher;
481 bss->wpa_group = cipher;
486 bss->wpa_group = WPA_CIPHER_NONE;
492 (bss->wpa_group == WPA_CIPHER_CCMP ||
493 bss->wpa_group == WPA_CIPHER_GCMP ||
494 bss->wpa_group == WPA_CIPHER_CCMP_256 ||
495 bss->wpa_group == WPA_CIPHER_GCMP_256)) {
1325 wpa_cipher_txt(conf->wpa_group),
H A Dmesh_rsn.c163 conf.wpa_group = rsn->group_cipher;
184 rsn->mgtk_len = wpa_cipher_key_len(conf.wpa_group);
H A Dibss_rsn.c434 conf.wpa_group = WPA_CIPHER_CCMP;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c433 switch (params->wpa_group) {
451 params->wpa_group);
464 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5);
H A Ddriver_atheros.c287 switch (params->wpa_group) {
316 params->wpa_group);
326 v = (params->wpa_group == WPA_CIPHER_WEP104 ? 13 : 5);
1961 bss_params.wpa_group = WPA_CIPHER_CCMP;
H A Ddriver.h1937 int wpa_group; member in struct:wpa_bss_params
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c1251 wpa_cipher_txt(hapd->conf->wpa_group));

Completed in 318 milliseconds