Home
last modified time | relevance | path

Searched refs:wpabuf_concat (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_teap.c397 return wpabuf_concat(msg, tlv); in eap_teap_add_identity_type()
947 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
990 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
998 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1005 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1026 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1030 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1037 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1044 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
Deap_fast.c1223 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1229 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1236 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1246 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1259 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1264 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
1267 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c268 ie = wpabuf_concat(p2p2_ie, ie); in p2p_group_build_beacon_ie()
497 ie = wpabuf_concat(extra, ie); in p2p_group_build_probe_resp_ie()
503 ie = wpabuf_concat(wfd, ie); in p2p_group_build_probe_resp_ie()
514 ie = wpabuf_concat(p2p2_ie, ie); in p2p_group_build_probe_resp_ie()
733 resp = wpabuf_concat(p2p2_ie, resp); in p2p_group_assoc_resp_ie()
Dp2p_go_neg.c234 buf = wpabuf_concat(buf, p2p_encaps_ie(subelems, P2P_IE_VENDOR_TYPE)); in p2p_build_go_neg_req()
426 buf = wpabuf_concat(buf, p2p_encaps_ie(subelems, P2P_IE_VENDOR_TYPE)); in p2p_build_go_neg_resp()
1260 buf = wpabuf_concat(buf, p2p_encaps_ie(subelems, P2P_IE_VENDOR_TYPE)); in p2p_build_go_neg_conf()
Dp2p.c6348 return wpabuf_concat(buf, extra_ies); in p2p_pasn_service_hash()
/external/wpa_supplicant_8/src/utils/
Dwpabuf.h37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
Dwpabuf.c237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) in wpabuf_concat() function
Dutils_module_tests.c547 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_teap.c378 return wpabuf_concat(req, id_tlv); in eap_teap_build_phase2_req()
398 return wpabuf_concat(eap_teap_tlv_eap_payload(req), id_tlv); in eap_teap_build_phase2_req()
618 req = wpabuf_concat(req, eap); in eap_teap_buildReq()
626 req = wpabuf_concat( in eap_teap_buildReq()
Deap_server_fast.c899 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c2342 enc_ct = wpabuf_concat(enc, ct); in run_hpke_test()
Dtls_wolfssl.c196 data->out_data = wpabuf_concat(data->out_data, tmp); in wolfssl_send_cb()