Searched refs:wpabuf_concat (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast.c | 1212 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1218 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1225 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1235 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1248 resp = wpabuf_concat(resp, tmp); in eap_fast_process_decrypted() 1253 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted() 1256 resp = wpabuf_concat(tmp, resp); in eap_fast_process_decrypted()
|
/external/wpa_supplicant_8/src/utils/ |
D | wpabuf.h | 37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
|
D | wpabuf.c | 237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) in wpabuf_concat() function
|
D | utils_module_tests.c | 543 buf2 = wpabuf_concat(buf, NULL); in wpabuf_tests()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 466 ie = wpabuf_concat(extra, ie); in p2p_group_build_probe_resp_ie() 472 ie = wpabuf_concat(wfd, ie); in p2p_group_build_probe_resp_ie()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_fast.c | 909 req = wpabuf_concat(req, eap); in eap_fast_buildReq()
|