Home
last modified time | relevance | path

Searched defs:encr (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h24 const char *encr; member
/freebsd-src/contrib/wpa/src/eap_common/
H A Deap_eke_common.h64 u8 encr; member
H A Deap_eke_common.c42 static int eap_eke_dhcomp_len(u8 dhgroup, u8 encr) in eap_eke_dhcomp_len()
699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init()
H A Deap_sim_common.c496 struct eap_sim_attrs *attr, int aka, int encr) in eap_sim_parse_attr()
976 size_t mac, iv, encr; /* index from buf */ member
H A Dikev2_common.c631 const struct ikev2_encr_alg *encr, in ikev2_derive_sk_keys()
/freebsd-src/contrib/wpa/src/eap_peer/
H A Deap_eke.c32 u8 encr; /* forced encryption algorithm or 0 to allow all supported */ member
175 static int eap_eke_supp_encr(u8 encr) in eap_eke_supp_encr()
H A Dikev2.h18 int encr; member
H A Dikev2.c38 const struct ikev2_encr_alg *encr; in ikev2_derive_keys() local
/freebsd-src/contrib/wpa/src/eap_server/
H A Dikev2.h18 int encr; member
H A Deap_server_tls_common.c382 struct wpabuf *plain, *encr; eap_server_tls_phase1() local
H A Dikev2.c42 const struct ikev2_encr_alg *encr; in ikev2_derive_keys() local
H A Deap_server_fast.c822 struct wpabuf *encr; eap_fast_encrypt_phase2() local
H A Deap_server_teap.c853 struct wpabuf *encr; eap_teap_encrypt_phase2() local
/freebsd-src/contrib/wpa/src/wps/
H A Dwps_common.c155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
H A Dwps_registrar.c2466 wps_process_encr_type_flags(struct wps_data * wps,const u8 * encr) wps_process_encr_type_flags() argument
/freebsd-src/contrib/wpa/src/ap/
H A Dwpa_auth.c1495 __wpa_send_eapol(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,int key_info,const u8 * key_rsc,const u8 * nonce,const u8 * kde,size_t kde_len,int keyidx,int encr,int force_version) __wpa_send_eapol() argument
1708 wpa_send_eapol(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,int key_info,const u8 * key_rsc,const u8 * nonce,const u8 * kde,size_t kde_len,int keyidx,int encr) wpa_send_eapol() argument
3379 int secure, gtkidx, encr = 0; SM_STATE() local
5401 int wpa_ie_len, secure, gtkidx, encr = 0; wpa_auth_resend_m3() local
[all...]
H A Dwps_hostapd.c1921 hostapd_wps_config_ap(struct hostapd_data * hapd,const char * ssid,const char * auth,const char * encr,const char * key) hostapd_wps_config_ap() argument
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_ndis.c616 static int ndis_set_encr_status(struct wpa_driver_ndis_data *drv, int encr) in ndis_set_encr_status() argument
631 u32 encr; in ndis_get_encr_status() local
1053 u32 auth_mode, encr, priv_mode, mode; in wpa_driver_ndis_associate() local
[all...]
/freebsd-src/contrib/wpa/hostapd/
H A Dctrl_iface.c503 char *ssid, *auth, *encr = NULL, *key = NULL; hostapd_ctrl_iface_wps_config() local