/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.h | 150 static inline void wpabuf_set(struct wpabuf *buf, const void *data, size_t len) in wpabuf_set() function
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_peap.c | 941 wpabuf_set(&buf, wpabuf_head_u8(resp) + in eap_peap_decrypt() 1005 wpabuf_set(&msg, pos, left); in eap_peap_process() 1087 wpabuf_set(&msg, pos, left); in eap_peap_process()
|
D | eap_tnc.c | 284 wpabuf_set(&tmpbuf, pos, end - pos); in eap_tnc_process()
|
D | eap_ttls.c | 291 wpabuf_set(&msg, hdr, len); in eap_ttls_phase2_eap_process() 1424 wpabuf_set(&msg, in_data, in_len); in eap_ttls_process_handshake() 1499 wpabuf_set(&msg, pos, left); in eap_ttls_process()
|
D | eap_fast.c | 467 wpabuf_set(&msg, hdr, len); in eap_fast_phase2_request() 1553 wpabuf_set(&msg, pos, left); in eap_fast_process() 1600 wpabuf_set(&msg, pos, left); in eap_fast_process()
|
D | eap_ikev2.c | 402 wpabuf_set(&tmpbuf, pos, end - pos); in eap_ikev2_process()
|
D | eap_wsc.c | 529 wpabuf_set(&tmpbuf, pos, end - pos); in eap_wsc_process()
|
D | eap_tls_common.c | 530 wpabuf_set(&buf, in_data, in_len); in eap_tls_process_input()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_peap.c | 228 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_req() 266 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_soh() 449 wpabuf_set(&msgbuf, hdr, req_len); in eap_peap_build_phase2_term()
|
D | eap_server_tls_common.c | 367 wpabuf_set(&data->tmpbuf, *pos, end - *pos); in eap_server_tls_reassemble()
|
D | eap_server_wsc.c | 432 wpabuf_set(&tmpbuf, pos, end - pos); in eap_wsc_process()
|
D | eap_server_ikev2.c | 427 wpabuf_set(&tmpbuf, pos, end - pos); in eap_ikev2_process()
|
D | eap_server_tnc.c | 526 wpabuf_set(&tmpbuf, pos, end - pos); in eap_tnc_process()
|
D | eap_server_ttls.c | 425 wpabuf_set(&msgbuf, req, pos - req); in eap_ttls_build_phase2_mschapv2() 842 wpabuf_set(&buf, in_data, in_len); in eap_ttls_process_phase2_eap_response()
|
D | eap_server_fast.c | 1015 wpabuf_set(&buf, in_data, in_len); in eap_fast_process_phase2_response()
|
/external/wpa_supplicant_8/src/wps/ |
D | http_client.c | 309 wpabuf_set(&c->body, httpread_data_get(c->hread), in http_client_get_body()
|
D | wps_common.c | 444 wpabuf_set(&msg, attr->cred[i], attr->cred_len[i]); in wps_oob_use_cred()
|
D | wps_validate.c | 1033 wpabuf_set(&buf, cred, len); in wps_validate_cred()
|
D | wps_enrollee.c | 672 wpabuf_set(&msg, cred, cred_len); in wps_process_cred_e()
|
D | wps_er.c | 1135 wpabuf_set(&msg, data + 1 + 17, wpabuf_len(event) - (1 + 17)); in wps_er_process_wlanevent()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 2445 wpabuf_set(&msg, pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2582 wpabuf_set(&msg, pos, wsc_len); in wpas_er_wps_nfc_report_handover()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1848 wpabuf_set(&msg, pos, wsc_len); in hostapd_wps_nfc_report_handover()
|