Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c457 case WPA_KEY_MGMT_PASN: in wpas_pasn_get_wrapped_data()
514 case WPA_KEY_MGMT_PASN: in wpas_pasn_get_wrapped_data_format()
770 if (pasn->akmp == WPA_KEY_MGMT_PASN) { in wpas_pasn_set_pmk()
959 case WPA_KEY_MGMT_PASN: in wpas_pasn_start()
H A Dpasn_responder.c270 case WPA_KEY_MGMT_PASN: in pasn_get_wrapped_data()
318 if (pasn->akmp == WPA_KEY_MGMT_PASN) { in pasn_derive_keys()
757 if (!pasn->noauth && pasn->akmp == WPA_KEY_MGMT_PASN) { in handle_auth_pasn_1()
/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.c1440 return (akmp == WPA_KEY_MGMT_PASN && (cipher == WPA_CIPHER_CCMP_256 || in pasn_use_sha384()
1825 return WPA_KEY_MGMT_PASN; in rsn_key_mgmt_to_bitfield()
2801 case WPA_KEY_MGMT_PASN: in wpa_key_mgmt_txt()
3862 case WPA_KEY_MGMT_PASN: in wpa_pasn_add_rsne()
4099 case WPA_KEY_MGMT_PASN: in wpa_pasn_validate_rsne()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c293 } else if (sel & WPA_KEY_MGMT_PASN) { in wpas_pasn_get_params_from_bss()
294 key_mgmt = WPA_KEY_MGMT_PASN; in wpas_pasn_get_params_from_bss()
H A Dctrl_iface.c11187 akmp = WPA_KEY_MGMT_PASN; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c311 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) { in wpa_write_rsn_ie()
H A Dieee802_11.c2976 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) && in handle_auth()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c722 val |= WPA_KEY_MGMT_PASN; in hostapd_config_parse_key_mgmt()