HomeSort by relevance Sort by last modified time
    Searched refs:wpabuf_concat (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpabuf.h 36 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
wpabuf.c 220 * 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/wps/
ndef.c 253 return wpabuf_concat(hr, hc);
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1193 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 434 ie = wpabuf_concat(wfd, ie);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 899 req = wpabuf_concat(req, eap);
    [all...]

Completed in 494 milliseconds