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

  /external/wpa_supplicant_8/src/utils/
wpabuf.h 12 /* wpabuf::buf is a pointer to external data */
16 * Internal data structure for wpabuf. Please do not touch this directly from
20 struct wpabuf { struct
29 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
30 struct wpabuf * wpabuf_alloc(size_t len);
31 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len);
32 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len);
33 struct wpabuf * wpabuf_dup(const struct wpabuf *src);
34 void wpabuf_free(struct wpabuf *buf)
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 564 const struct wpabuf *mbies;
663 const struct wpabuf *wpabuf; local
674 wpabuf = fst_iface_get_peer_mb_ie(iface, addr);
675 if (wpabuf) {
679 wpabuf_head(wpabuf),
680 wpabuf_len(wpabuf));

Completed in 986 milliseconds