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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 39 struct wpabuf * wpabuf_concat(struct wpabuf *a, struct wpabuf *b);
wpabuf.c 133 * 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_6/wpa_supplicant/src/eap_peer/
eap_fast.c 1176 resp = wpabuf_concat(resp, tmp);
1182 resp = wpabuf_concat(resp, tmp);
1189 resp = wpabuf_concat(resp, tmp);
1199 resp = wpabuf_concat(resp, tmp);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 900 req = wpabuf_concat(req, eap);
    [all...]

Completed in 294 milliseconds