Searched defs:wpabuf_head (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.h74 * wpabuf_head - Get pointer to the head of the buffer data
78 static inline const void * wpabuf_head(const struct wpabuf *buf) function
85 return (const u8 *) wpabuf_head(buf);
149 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h74 * wpabuf_head - Get pointer to the head of the buffer data
78 static inline const void * wpabuf_head(const struct wpabuf *buf) function
85 return (const u8 *) wpabuf_head(buf);
149 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h74 * wpabuf_head - Get pointer to the head of the buffer data
78 static inline const void * wpabuf_head(const struct wpabuf *buf) function
85 return (const u8 *) wpabuf_head(buf);
149 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));

Completed in 169 milliseconds