Home
last modified time | relevance | path

Searched refs:wpa_pairwise (Results 1 – 24 of 24) sorted by relevance

/hostap-latest/src/ap/
Dap_config.c81 bss->wpa_pairwise = WPA_CIPHER_CCMP; in hostapd_config_defaults_bss()
84 bss->wpa_pairwise = WPA_CIPHER_TKIP; in hostapd_config_defaults_bss()
1368 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) && in hostapd_config_check_bss()
1389 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) && in hostapd_config_check_bss()
1410 !(bss->wpa_pairwise & WPA_CIPHER_CCMP) && in hostapd_config_check_bss()
1631 bss->rsn_pairwise = bss->wpa_pairwise; in hostapd_set_security_params()
1636 bss->wpa_pairwise, in hostapd_set_security_params()
1667 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
1678 bss->wpa_pairwise = cipher; in hostapd_set_security_params()
1686 bss->wpa_pairwise = 0; in hostapd_set_security_params()
[all …]
Dwps_hostapd.c391 bss->wpa_pairwise = 0; in hapd_wps_reconfig_in_memory()
394 bss->wpa_pairwise |= WPA_CIPHER_GCMP; in hapd_wps_reconfig_in_memory()
396 bss->wpa_pairwise |= WPA_CIPHER_CCMP; in hapd_wps_reconfig_in_memory()
400 bss->wpa_pairwise |= WPA_CIPHER_TKIP; in hapd_wps_reconfig_in_memory()
402 bss->rsn_pairwise = bss->wpa_pairwise; in hapd_wps_reconfig_in_memory()
404 bss->wpa_pairwise, in hapd_wps_reconfig_in_memory()
1209 if (conf->wpa_pairwise & WPA_CIPHER_CCMP) { in hostapd_init_wps()
1213 if (conf->wpa_pairwise & WPA_CIPHER_TKIP) { in hostapd_init_wps()
Dap_drv_ops.c355 params.wpa_pairwise = hapd->conf->wpa_pairwise | in hostapd_set_drv_ieee8021x()
358 params.wpa_pairwise = hapd->conf->rsn_pairwise; in hostapd_set_drv_ieee8021x()
360 params.wpa_pairwise = hapd->conf->wpa_pairwise; in hostapd_set_drv_ieee8021x()
Dwpa_auth_ie.c53 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise); in wpa_write_wpa_ie()
56 conf->wpa_pairwise); in wpa_write_wpa_ie()
1101 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise; in wpa_validate_wpa_ie()
Dwpa_auth_glue.c50 wconf->wpa_pairwise = conf->wpa_pairwise; in hostapd_wpa_auth_conf()
116 wconf->wpa_pairwise = 0; in hostapd_wpa_auth_conf()
Dwpa_auth.h178 int wpa_pairwise; member
Dap_config.h381 int wpa_pairwise; member
Dbeacon.c2535 params->pairwise_ciphers = hapd->conf->wpa_pairwise | in ieee802_11_build_ap_params()
2540 params->pairwise_ciphers = hapd->conf->wpa_pairwise; in ieee802_11_build_ap_params()
/hostap-latest/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c205 conf.wpa_pairwise = WPA_CIPHER_TKIP; in auth_init_group()
210 conf.wpa_pairwise = WPA_CIPHER_CCMP; in auth_init_group()
/hostap-latest/wpa_supplicant/
DREADME-DPP74 wpa_pairwise=CCMP
182 wpa_pairwise=CCMP
Dap.c584 bss->wpa_pairwise = ssid->pairwise_cipher; in wpa_supplicant_conf_ap()
694 bss->rsn_pairwise = bss->wpa_pairwise; in wpa_supplicant_conf_ap()
695 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa, bss->wpa_pairwise, in wpa_supplicant_conf_ap()
711 bss->wpa_pairwise = cipher; in wpa_supplicant_conf_ap()
719 bss->wpa_pairwise = cipher; in wpa_supplicant_conf_ap()
725 bss->wpa_pairwise = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
Dmesh_rsn.c180 conf.wpa_pairwise = rsn->pairwise_cipher; in __mesh_rsn_auth_init()
Dibss_rsn.c452 conf.wpa_pairwise = WPA_CIPHER_CCMP; in ibss_rsn_auth_init_group()
/hostap-latest/src/drivers/
Ddriver_atheros.c330 if (params->wpa_pairwise & WPA_CIPHER_CCMP) in atheros_configure_wpa()
333 if (params->wpa_pairwise & WPA_CIPHER_CCMP_256) in atheros_configure_wpa()
335 if (params->wpa_pairwise & WPA_CIPHER_GCMP) in atheros_configure_wpa()
337 if (params->wpa_pairwise & WPA_CIPHER_GCMP_256) in atheros_configure_wpa()
340 if (params->wpa_pairwise & WPA_CIPHER_TKIP) in atheros_configure_wpa()
342 if (params->wpa_pairwise & WPA_CIPHER_NONE) in atheros_configure_wpa()
1950 bss_params.wpa_pairwise = WPA_CIPHER_CCMP; in atheros_set_ap()
Ddriver_bsd.c459 if (params->wpa_pairwise & WPA_CIPHER_CCMP) in bsd_configure_wpa()
461 if (params->wpa_pairwise & WPA_CIPHER_TKIP) in bsd_configure_wpa()
463 if (params->wpa_pairwise & WPA_CIPHER_NONE) in bsd_configure_wpa()
Ddriver.h2607 int wpa_pairwise; member
/hostap-latest/src/common/
Dwpa_common.h761 int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int rsn_pairwise);
Dwpa_common.c3352 int wpa_select_ap_group_cipher(int wpa, int wpa_pairwise, int rsn_pairwise) in wpa_select_ap_group_cipher() argument
3358 pairwise |= wpa_pairwise; in wpa_select_ap_group_cipher()
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt62 wpa_pairwise=CCMP
/hostap-latest/hostapd/
Dctrl_iface.c1132 if ((hapd->conf->wpa & WPA_PROTO_WPA) && hapd->conf->wpa_pairwise) { in hostapd_ctrl_iface_get_config()
1138 ret = wpa_write_ciphers(pos, end, hapd->conf->wpa_pairwise, in hostapd_ctrl_iface_get_config()
5220 src_hapd->conf->wpa_pairwise) { in hostapd_ctrl_iface_dup_param()
5223 src_hapd->conf->wpa_pairwise, " "); in hostapd_ctrl_iface_dup_param()
DREADME-WPS83 wpa_pairwise=CCMP
Dconfig_file.c3206 bss->wpa_pairwise = hostapd_config_parse_cipher(line, pos); in hostapd_config_fill()
3207 if (bss->wpa_pairwise == -1 || bss->wpa_pairwise == 0) in hostapd_config_fill()
3209 if (bss->wpa_pairwise & in hostapd_config_fill()
DREADME332 #wpa_pairwise=TKIP CCMP
DChangeLog939 (note: if wpa_pairwise differs from rsn_pairwise, the driver will
1326 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,