Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_PASN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h52 #define WPA_KEY_MGMT_PASN BIT(25) macro
H A Dcommon_module_tests.c653 &ptk, WPA_KEY_MGMT_PASN, WPA_CIPHER_CCMP, in pasn_test_pasn_auth()
H A Dwpa_common.c1188 return (akmp == WPA_KEY_MGMT_PASN && (cipher == WPA_CIPHER_CCMP_256 || in pasn_use_sha384()
1509 return WPA_KEY_MGMT_PASN; in rsn_key_mgmt_to_bitfield()
2395 case WPA_KEY_MGMT_PASN: in wpa_key_mgmt_txt()
3364 case WPA_KEY_MGMT_PASN: in wpa_pasn_add_rsne()
3597 case WPA_KEY_MGMT_PASN: in wpa_pasn_validate_rsne()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c594 case WPA_KEY_MGMT_PASN: in wpas_pasn_get_wrapped_data()
651 case WPA_KEY_MGMT_PASN: in wpas_pasn_get_wrapped_data_format()
907 if (pasn->akmp == WPA_KEY_MGMT_PASN) { in wpas_pasn_set_pmk()
1014 case WPA_KEY_MGMT_PASN: in wpas_pasn_start()
H A Dctrl_iface.c10792 akmp = WPA_KEY_MGMT_PASN; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c293 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) { in wpa_write_rsn_ie()
H A Dieee802_11.c2807 case WPA_KEY_MGMT_PASN: in pasn_get_wrapped_data()
2854 if (sta->pasn->akmp == WPA_KEY_MGMT_PASN) { in pasn_derive_keys()
3637 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) && in handle_auth()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c760 val |= WPA_KEY_MGMT_PASN; in hostapd_config_parse_key_mgmt()