Home
last modified time | relevance | path

Searched refs:wpabuf_concat (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c544 return wpabuf_concat(msg, tlv); in eap_teap_add_identity_type()
1334 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1342 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1349 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1373 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1406 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1432 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1438 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1442 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1449 resp = wpabuf_concat(tm in eap_teap_process_decrypted()
[all...]
H A Deap_fast.c1233 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1239 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1246 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1256 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1269 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1274 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
1277 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_teap.c1244 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1251 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1258 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1281 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1303 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1328 resp = wpabuf_concat(resp, tmp); in eap_teap_process_decrypted()
1334 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1338 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
1345 resp = wpabuf_concat(tmp, resp); in eap_teap_process_decrypted()
H A Deap_fast.c1213 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1219 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1226 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1236 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1249 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted()
1254 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
1257 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpabuf.h37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c229 * wpabuf_concat - Concatenate two buffers into a newly allocated one
237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) in wpabuf_concat() function
H A Dutils_module_tests.c546 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpabuf.h37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c229 * wpabuf_concat - Concatenate two buffers into a newly allocated one
237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) in wpabuf_concat() function
H A Dutils_module_tests.c547 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_group.c488 ie = wpabuf_concat(extra, ie); in p2p_group_build_probe_resp_ie()
494 ie = wpabuf_concat(wfd, ie); in p2p_group_build_probe_resp_ie()
501 ie = wpabuf_concat(pvt_vendor_ie, ie); in p2p_group_build_probe_resp_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c468 ie = wpabuf_concat(extra, ie); in p2p_group_build_probe_resp_ie()
474 ie = wpabuf_concat(wfd, ie); in p2p_group_build_probe_resp_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c589 return wpabuf_concat(req, id_tlv); in eap_teap_build_phase2_req()
609 return wpabuf_concat(eap_teap_tlv_eap_payload(req), id_tlv); in eap_teap_build_phase2_req()
952 req = wpabuf_concat(req, eap); in eap_teap_buildReq()
962 req = wpabuf_concat( in eap_teap_buildReq()
H A Deap_server_fast.c910 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_teap.c889 req = wpabuf_concat(req, eap); in eap_teap_buildReq()
899 req = wpabuf_concat( in eap_teap_buildReq()
H A Deap_server_fast.c907 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_wolfssl.c168 data->out_data = wpabuf_concat(data->out_data, tmp); in wolfssl_send_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_wolfssl.c169 data->out_data = wpabuf_concat(data->out_data, tmp); in wolfssl_send_cb()

Completed in 28 milliseconds