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 37 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
wpabuf.c 229 * wpabuf_concat - Concatenate two buffers into a newly allocated one
237 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b) function
utils_module_tests.c 544 buf2 = wpabuf_concat(buf, NULL);
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 466 ie = wpabuf_concat(extra, ie);
472 ie = wpabuf_concat(wfd, ie);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 908 req = wpabuf_concat(req, eap);
    [all...]

Completed in 94 milliseconds