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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.h36 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c220 * wpabuf_concat - Concatenate two buffers into a newly allocated one
228 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h36 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c220 * wpabuf_concat - Concatenate two buffers into a newly allocated one
228 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h36 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
H A Dwpabuf.c220 * wpabuf_concat - Concatenate two buffers into a newly allocated one
228 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c1208 resp = wpabuf_concat(resp, tmp);
1214 resp = wpabuf_concat(resp, tmp);
1221 resp = wpabuf_concat(resp, tmp);
1231 resp = wpabuf_concat(resp, tmp);
1244 resp = wpabuf_concat(resp, tmp);
1249 resp = wpabuf_concat(tmp, resp);
1252 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c1208 resp = wpabuf_concat(resp, tmp);
1214 resp = wpabuf_concat(resp, tmp);
1221 resp = wpabuf_concat(resp, tmp);
1231 resp = wpabuf_concat(resp, tmp);
1244 resp = wpabuf_concat(resp, tmp);
1249 resp = wpabuf_concat(tmp, resp);
1252 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c1208 resp = wpabuf_concat(resp, tmp);
1214 resp = wpabuf_concat(resp, tmp);
1221 resp = wpabuf_concat(resp, tmp);
1231 resp = wpabuf_concat(resp, tmp);
1244 resp = wpabuf_concat(resp, tmp);
1249 resp = wpabuf_concat(tmp, resp);
1252 resp = wpabuf_concat(tmp, resp);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c465 ie = wpabuf_concat(extra, ie);
471 ie = wpabuf_concat(wfd, ie);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c465 ie = wpabuf_concat(extra, ie);
471 ie = wpabuf_concat(wfd, ie);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c465 ie = wpabuf_concat(extra, ie);
471 ie = wpabuf_concat(wfd, ie);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c900 req = wpabuf_concat(req, eap);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c900 req = wpabuf_concat(req, eap);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c900 req = wpabuf_concat(req, eap);

Completed in 971 milliseconds