Home
last modified time | relevance | path

Searched refs:rsn_pairwise (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDap_config.c73 bss->rsn_pairwise = 0; in hostapd_config_defaults_bss()
1122 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | in hostapd_config_check_bss()
1142 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | in hostapd_config_check_bss()
1167 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | in hostapd_config_check_bss()
1179 !(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | in hostapd_config_check_bss()
1293 if ((bss->wpa & 2) && bss->rsn_pairwise == 0) in hostapd_set_security_params()
1294 bss->rsn_pairwise = bss->wpa_pairwise; in hostapd_set_security_params()
1300 bss->rsn_pairwise); in hostapd_set_security_params()
1329 bss->rsn_pairwise = cipher; in hostapd_set_security_params()
1339 bss->rsn_pairwise = cipher; in hostapd_set_security_params()
[all …]
HDwpa_auth_ie.c126 res = rsn_cipher_put_suites(pos, conf->rsn_pairwise); in wpa_write_rsn_ie()
140 conf->rsn_pairwise); in wpa_write_rsn_ie()
750 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise; in wpa_validate_wpa_ie()
HDwpa_auth_glue.c53 wconf->rsn_pairwise = conf->rsn_pairwise; in hostapd_wpa_auth_conf()
107 wconf->rsn_pairwise = WPA_CIPHER_CCMP; in hostapd_wpa_auth_conf()
HDwps_hostapd.c352 bss->rsn_pairwise = bss->wpa_pairwise; in hapd_wps_reconfig_in_memory()
355 bss->rsn_pairwise); in hapd_wps_reconfig_in_memory()
1106 if (conf->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | in hostapd_init_wps()
1112 if (conf->rsn_pairwise & WPA_CIPHER_TKIP) { in hostapd_init_wps()
HDap_drv_ops.c301 hapd->conf->rsn_pairwise; in hostapd_set_drv_ieee8021x()
303 params.wpa_pairwise = hapd->conf->rsn_pairwise; in hostapd_set_drv_ieee8021x()
HDwpa_auth.h182 int rsn_pairwise; member
HDap_config.h377 int rsn_pairwise; member
HDbeacon.c1309 hapd->conf->rsn_pairwise; in ieee802_11_build_ap_params()
1311 params->pairwise_ciphers = hapd->conf->rsn_pairwise; in ieee802_11_build_ap_params()
HDwpa_auth_ft.c2773 ciphers = parse->pairwise_cipher & sm->wpa_auth->conf.rsn_pairwise; in wpa_ft_set_key_mgmt()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDap.c457 if ((bss->wpa & 2) && bss->rsn_pairwise == 0) in wpa_supplicant_conf_ap()
458 bss->rsn_pairwise = bss->wpa_pairwise; in wpa_supplicant_conf_ap()
460 bss->rsn_pairwise); in wpa_supplicant_conf_ap()
475 bss->rsn_pairwise = cipher; in wpa_supplicant_conf_ap()
483 bss->rsn_pairwise = cipher; in wpa_supplicant_conf_ap()
488 bss->rsn_pairwise = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
522 (!(bss->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) || in wpa_supplicant_conf_ap()
1324 wpa_cipher_txt(conf->rsn_pairwise), in ap_ctrl_iface_wpa_get_status()
HDREADME-DPP73 rsn_pairwise=CCMP
174 rsn_pairwise=CCMP
HDmesh_rsn.c162 conf.rsn_pairwise = rsn->pairwise_cipher; in __mesh_rsn_auth_init()
HDibss_rsn.c433 conf.rsn_pairwise = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
/freebsd-11-stable/contrib/wpa/src/common/
HDwpa_common.h487 int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int rsn_pairwise);
HDwpa_common.c2565 int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int rsn_pairwise) in wpa_select_ap_group_cipher() argument
2573 pairwise |= rsn_pairwise; in wpa_select_ap_group_cipher()
/freebsd-11-stable/contrib/wpa/hostapd/
HDctrl_iface.c1257 if ((hapd->conf->wpa & WPA_PROTO_RSN) && hapd->conf->rsn_pairwise) { in hostapd_ctrl_iface_get_config()
1263 ret = wpa_write_ciphers(pos, end, hapd->conf->rsn_pairwise, in hostapd_ctrl_iface_get_config()
3969 src_hapd->conf->rsn_pairwise) { in hostapd_ctrl_iface_dup_param()
3972 src_hapd->conf->rsn_pairwise, " "); in hostapd_ctrl_iface_dup_param()
HDconfig_file.c2968 bss->rsn_pairwise = hostapd_config_parse_cipher(line, pos);
2969 if (bss->rsn_pairwise == -1 || bss->rsn_pairwise == 0)
2971 if (bss->rsn_pairwise &
HDChangeLog857 * added a new configuration parameter, rsn_pairwise, to allow different
859 (note: if wpa_pairwise differs from rsn_pairwise, the driver will