/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.h | 167 static inline void wpabuf_set(struct wpabuf *buf, const void *data, size_t len) in wpabuf_set() function
|
/external/wpa_supplicant_8/src/wps/ |
D | http_client.c | 303 wpabuf_set(&c->body, httpread_data_get(c->hread), in http_client_get_body()
|
D | wps_common.c | 445 wpabuf_set(&msg, attr->cred[i], attr->cred_len[i]); in wps_oob_use_cred()
|
D | wps_validate.c | 1035 wpabuf_set(&buf, cred, len); in wps_validate_cred()
|
D | wps_enrollee.c | 713 wpabuf_set(&msg, cred, cred_len); in wps_process_cred_e()
|
D | wps_er.c | 1134 wpabuf_set(&msg, data + 1 + 17, wpabuf_len(event) - (1 + 17)); in wps_er_process_wlanevent()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tnc.c | 289 wpabuf_set(&tmpbuf, pos, end - pos); in eap_tnc_process()
|
D | eap_tls.c | 289 wpabuf_set(&msg, pos, left); in eap_tls_process()
|
D | eap_ikev2.c | 408 wpabuf_set(&tmpbuf, pos, end - pos); in eap_ikev2_process()
|
D | eap_wsc.c | 528 wpabuf_set(&tmpbuf, pos, end - pos); in eap_wsc_process()
|
D | eap_peap.c | 969 wpabuf_set(&buf, wpabuf_head_u8(resp) + in eap_peap_decrypt() 1030 wpabuf_set(&msg, pos, left); in eap_peap_process()
|
D | eap_fast.c | 490 wpabuf_set(&msg, hdr, len); in eap_fast_phase2_request() 1575 wpabuf_set(&msg, pos, left); in eap_fast_process()
|
D | eap_ttls.c | 357 wpabuf_set(&msg, hdr, len); in eap_ttls_phase2_eap_process() 1679 wpabuf_set(&msg, pos, left); in eap_ttls_process()
|
D | eap_teap.c | 463 wpabuf_set(&msg, hdr, len); in eap_teap_phase2_request() 1868 wpabuf_set(&msg, pos, left); in eap_teap_process()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_peap.c | 259 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_req() 297 wpabuf_set(&msgbuf, req, req_len); in eap_peap_build_phase2_soh() 511 wpabuf_set(&msgbuf, hdr, req_len); in eap_peap_build_phase2_term()
|
D | eap_server_wsc.c | 432 wpabuf_set(&tmpbuf, pos, end - pos); in eap_wsc_process()
|
D | eap_server_tls_common.c | 484 wpabuf_set(&data->tmpbuf, *pos, end - *pos); in eap_server_tls_reassemble()
|
D | eap_server_tnc.c | 526 wpabuf_set(&tmpbuf, pos, end - pos); in eap_tnc_process()
|
D | eap_server_ikev2.c | 432 wpabuf_set(&tmpbuf, pos, end - pos); in eap_ikev2_process()
|
D | eap_server_ttls.c | 454 wpabuf_set(&msgbuf, req, pos - req); in eap_ttls_build_phase2_mschapv2() 899 wpabuf_set(&buf, in_data, in_len); in eap_ttls_process_phase2_eap_response()
|
D | eap_server_fast.c | 1029 wpabuf_set(&buf, in_data, in_len); in eap_fast_process_phase2_response()
|
D | eap_server_teap.c | 1097 wpabuf_set(&buf, in_data, in_len); in eap_teap_process_phase2_response()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 2679 wpabuf_set(&msg, pos, wsc_len); in wpas_wps_nfc_rx_handover_sel() 2820 wpabuf_set(&msg, pos, wsc_len); in wpas_er_wps_nfc_report_handover()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 2158 wpabuf_set(&msg, pos, wsc_len); in hostapd_wps_nfc_report_handover()
|