/hostap-latest/src/eap_common/ |
D | ikev2_common.c | 322 payloads->encrypted = pdata; in ikev2_parse_payloads() 431 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload() argument 443 if (encrypted == NULL) { in ikev2_decrypt_payload() 467 iv = encrypted; in ikev2_decrypt_payload() 469 end = encrypted + encrypted_len; in ikev2_decrypt_payload()
|
D | ikev2_common.h | 310 const u8 *encrypted; member 322 const u8 *encrypted, size_t encrypted_len,
|
/hostap-latest/wpa_supplicant/ |
D | ibss_rsn.c | 777 enum frame_encryption encrypted) in ibss_rsn_process_rx_eapol() argument 793 wpa_sm_rx_eapol(peer->supp, peer->addr, tmp, len, encrypted); in ibss_rsn_process_rx_eapol() 815 enum frame_encryption encrypted) in ibss_rsn_rx_eapol() argument 825 encrypted); in ibss_rsn_rx_eapol() 843 buf, len, encrypted); in ibss_rsn_rx_eapol()
|
D | ibss_rsn.h | 61 enum frame_encryption encrypted);
|
D | ap.h | 20 enum frame_encryption encrypted);
|
D | todo.txt | 70 - add support for encrypted configuration fields (e.g., password, psk,
|
D | ap.c | 1281 enum frame_encryption encrypted) in wpa_supplicant_ap_rx_eapol() argument 1284 encrypted); in wpa_supplicant_ap_rx_eapol()
|
D | wpa_priv.c | 1142 enum frame_encryption encrypted) in wpa_supplicant_rx_eapol() argument
|
D | wpa_supplicant_i.h | 1732 enum frame_encryption encrypted);
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.h | 339 size_t len, enum frame_encryption encrypted); 406 enum frame_encryption encrypted) in eapol_sm_rx_eapol() argument
|
D | eapol_supp_sm.c | 1289 size_t len, enum frame_encryption encrypted) in eapol_sm_rx_eapol() argument 1300 if (encrypted == FRAME_NOT_ENCRYPTED && sm->ctx->encryption_required && in eapol_sm_rx_eapol()
|
/hostap-latest/src/eap_server/ |
D | ikev2.c | 448 const u8 *encrypted, in ikev2_process_sa_init_encr() argument 458 hdr, encrypted, encrypted_len, in ikev2_process_sa_init_encr() 495 if (pl->encrypted) { in ikev2_process_sa_init() 498 if (ikev2_process_sa_init_encr(data, hdr, pl->encrypted, in ikev2_process_sa_init() 721 &data->keys, 0, hdr, pl->encrypted, in ikev2_process_sa_auth()
|
/hostap-latest/src/ap/ |
D | ieee802_1x.h | 22 size_t len, enum frame_encryption encrypted);
|
D | ieee802_1x.c | 1069 size_t len, enum frame_encryption encrypted) in ieee802_1x_save_eapol() argument 1087 sta->pending_eapol_rx->encrypted = encrypted; in ieee802_1x_save_eapol() 1093 enum frame_encryption encrypted, in ieee802_1x_check_encryption() argument 1096 if (encrypted != FRAME_NOT_ENCRYPTED) in ieee802_1x_check_encryption() 1119 size_t len, enum frame_encryption encrypted) in ieee802_1x_receive() argument 1134 (unsigned long) len, MAC2STR(sa), encrypted); in ieee802_1x_receive() 1144 ieee802_1x_save_eapol(sta, buf, len, encrypted); in ieee802_1x_receive() 1204 if (!ieee802_1x_check_encryption(sta, encrypted, hdr->type)) { in ieee802_1x_receive()
|
D | sta_info.h | 70 enum frame_encryption encrypted; member
|
D | drv_callbacks.c | 2029 enum frame_encryption encrypted, in hostapd_event_eapol_rx() argument 2034 enum frame_encryption encrypted, in hostapd_event_eapol_rx() 2061 ieee802_1x_receive(hapd, src, data, data_len, encrypted); in hostapd_event_eapol_rx() 2546 data->eapol_rx.encrypted, in hostapd_event()
|
/hostap-latest/src/drivers/ |
D | driver.h | 6528 enum frame_encryption encrypted; member 6883 enum frame_encryption encrypted, int link_id); 6943 event.eapol_rx.encrypted = FRAME_ENCRYPTION_UNKNOWN; in drv_event_eapol_rx() 6950 enum frame_encryption encrypted, in drv_event_eapol_rx2() argument 6958 event.eapol_rx.encrypted = encrypted; in drv_event_eapol_rx2()
|
D | driver_nl80211_event.c | 3673 enum frame_encryption encrypted; in nl80211_control_port_frame() local 3683 encrypted = nla_get_flag(tb[NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT]) ? in nl80211_control_port_frame() 3701 encrypted, link_id); in nl80211_control_port_frame()
|
/hostap-latest/src/eap_peer/ |
D | eap.h | 338 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
|
D | ikev2.c | 657 &data->keys, 1, hdr, pl->encrypted, in ikev2_process_sa_auth()
|
D | eap.c | 1671 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity() argument 1690 } else if (!encrypted && config->anonymous_identity) { in eap_sm_buildIdentity()
|
/hostap-latest/src/rsn_supp/ |
D | wpa.h | 240 const u8 *buf, size_t len, enum frame_encryption encrypted); 458 enum frame_encryption encrypted) in wpa_sm_rx_eapol() argument
|
D | wpa.c | 889 enum frame_encryption encrypted) in wpa_supplicant_process_1_of_4_wpa() argument 956 enum frame_encryption encrypted) in wpa_supplicant_process_1_of_4() argument 965 if (encrypted == FRAME_NOT_ENCRYPTED && sm->tk_set && in wpa_supplicant_process_1_of_4() 3731 enum frame_encryption encrypted, in wpa_sm_rx_eapol_wpa() argument 3792 encrypted); in wpa_sm_rx_eapol_wpa() 3829 const u8 *buf, size_t len, enum frame_encryption encrypted) in wpa_sm_rx_eapol() argument 3953 ret = wpa_sm_rx_eapol_wpa(sm, src_addr, key, encrypted, in wpa_sm_rx_eapol() 4087 encrypted); in wpa_sm_rx_eapol()
|
/hostap-latest/hostapd/ |
D | hostapd.eap_user | 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 104 within an encrypted TLS tunnel.</para>
|