HomeSort by relevance Sort by last modified time
    Searched refs:wpabuf_concat (Results 1 - 5 of 5) 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
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 465 ie = wpabuf_concat(extra, ie);
471 ie = wpabuf_concat(wfd, ie);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 902 req = wpabuf_concat(req, eap);
    [all...]

Completed in 472 milliseconds