Searched refs:rsn_pairwise (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | ap_config.c | 73 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 …]
|
| HD | wpa_auth_ie.c | 126 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()
|
| HD | wpa_auth_glue.c | 53 wconf->rsn_pairwise = conf->rsn_pairwise; in hostapd_wpa_auth_conf() 107 wconf->rsn_pairwise = WPA_CIPHER_CCMP; in hostapd_wpa_auth_conf()
|
| HD | wps_hostapd.c | 352 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()
|
| HD | ap_drv_ops.c | 301 hapd->conf->rsn_pairwise; in hostapd_set_drv_ieee8021x() 303 params.wpa_pairwise = hapd->conf->rsn_pairwise; in hostapd_set_drv_ieee8021x()
|
| HD | wpa_auth.h | 182 int rsn_pairwise; member
|
| HD | ap_config.h | 377 int rsn_pairwise; member
|
| HD | beacon.c | 1309 hapd->conf->rsn_pairwise; in ieee802_11_build_ap_params() 1311 params->pairwise_ciphers = hapd->conf->rsn_pairwise; in ieee802_11_build_ap_params()
|
| HD | wpa_auth_ft.c | 2773 ciphers = parse->pairwise_cipher & sm->wpa_auth->conf.rsn_pairwise; in wpa_ft_set_key_mgmt()
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | ap.c | 457 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()
|
| HD | README-DPP | 73 rsn_pairwise=CCMP 174 rsn_pairwise=CCMP
|
| HD | mesh_rsn.c | 162 conf.rsn_pairwise = rsn->pairwise_cipher; in __mesh_rsn_auth_init()
|
| HD | ibss_rsn.c | 433 conf.rsn_pairwise = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
|
| /freebsd-11-stable/contrib/wpa/src/common/ |
| HD | wpa_common.h | 487 int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int rsn_pairwise);
|
| HD | wpa_common.c | 2565 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/ |
| HD | ctrl_iface.c | 1257 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()
|
| HD | config_file.c | 2968 bss->rsn_pairwise = hostapd_config_parse_cipher(line, pos); 2969 if (bss->rsn_pairwise == -1 || bss->rsn_pairwise == 0) 2971 if (bss->rsn_pairwise &
|
| HD | ChangeLog | 857 * added a new configuration parameter, rsn_pairwise, to allow different 859 (note: if wpa_pairwise differs from rsn_pairwise, the driver will
|