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

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpabuf.h39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c133 * 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/hostapd/src/utils/
H A Dwpabuf.h39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c221 * wpabuf_concat - Concatenate two buffers into a newly allocated one
229 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c221 * wpabuf_concat - Concatenate two buffers into a newly allocated one
229 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c221 * wpabuf_concat - Concatenate two buffers into a newly allocated one
229 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_fast.c1176 resp = wpabuf_concat(resp, tmp);
1182 resp = wpabuf_concat(resp, tmp);
1189 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
1212 resp = wpabuf_concat(resp, tmp);
1217 resp = wpabuf_concat(tmp, resp);
1220 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c1176 resp = wpabuf_concat(resp, tmp);
1182 resp = wpabuf_concat(resp, tmp);
1189 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
1212 resp = wpabuf_concat(resp, tmp);
1217 resp = wpabuf_concat(tmp, resp);
1220 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c1176 resp = wpabuf_concat(resp, tmp);
1182 resp = wpabuf_concat(resp, tmp);
1189 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
1212 resp = wpabuf_concat(resp, tmp);
1217 resp = wpabuf_concat(tmp, resp);
1220 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c1176 resp = wpabuf_concat(resp, tmp);
1182 resp = wpabuf_concat(resp, tmp);
1189 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
1212 resp = wpabuf_concat(resp, tmp);
1217 resp = wpabuf_concat(tmp, resp);
1220 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_fast.c900 req = wpabuf_concat(req, eap);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c905 req = wpabuf_concat(req, eap);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c905 req = wpabuf_concat(req, eap);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c905 req = wpabuf_concat(req, eap);

Completed in 867 milliseconds