HomeSort by relevance Sort by last modified time
    Searched defs:wpabuf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 19 * Internal data structure for wpabuf. Please do not touch this directly from
23 struct wpabuf { struct
27 * struct wpabuf */
32 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
33 struct wpabuf * wpabuf_alloc(size_t len);
34 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
35 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len);
36 struct wpabuf * wpabuf_dup(const struct wpabuf *src);
37 void wpabuf_free(struct wpabuf *buf)
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 13 * Internal data structure for wpabuf. Please do not touch this directly from
17 struct wpabuf { struct
21 * struct wpabuf */
26 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
27 struct wpabuf * wpabuf_alloc(size_t len);
28 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
29 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len);
30 struct wpabuf * wpabuf_dup(const struct wpabuf *src);
31 void wpabuf_free(struct wpabuf *buf)
    [all...]

Completed in 158 milliseconds