/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpabuf.h | 39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
|
wpabuf.c | 133 * wpabuf_concat - Concatenate two buffers into a newly allocated one 141 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
|
/external/wpa_supplicant_8/src/utils/ |
wpabuf.h | 33 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
|
wpabuf.c | 215 * wpabuf_concat - Concatenate two buffers into a newly allocated one 223 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_fast.c | 1176 resp = wpabuf_concat(resp, tmp); 1182 resp = wpabuf_concat(resp, tmp); 1189 resp = wpabuf_concat(resp, tmp); 1199 resp = wpabuf_concat(resp, tmp); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 1175 resp = wpabuf_concat(resp, tmp); 1181 resp = wpabuf_concat(resp, tmp); 1188 resp = wpabuf_concat(resp, tmp); 1198 resp = wpabuf_concat(resp, tmp); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_fast.c | 900 req = wpabuf_concat(req, eap); [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_fast.c | 899 req = wpabuf_concat(req, eap); [all...] |