Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
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()
/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.c545 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
/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/eap_server/
Deap_server_fast.c907 req = wpabuf_concat(req, eap); in eap_fast_buildReq()