Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
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(tmp, resp); in eap_teap_process_decrypted()
[all …]
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()
/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.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()
Deap_server_fast.c910 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
/external/wpa_supplicant_8/src/p2p/
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()
/external/wpa_supplicant_8/src/crypto/
Dtls_wolfssl.c169 data->out_data = wpabuf_concat(data->out_data, tmp); in wolfssl_send_cb()