Searched defs:wpabuf (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.h12 /* 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 *bu
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h12 /* 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 *bu
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h12 /* 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 *bu
[all...]
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_iface.c564 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));
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_iface.c564 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));
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_iface.c564 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 169 milliseconds