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

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpabuf.h75 * wpabuf_head - Get pointer to the head of the buffer data
79 static inline const void * wpabuf_head(const struct wpabuf *buf) function
88 return wpabuf_head(buf);
142 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.h72 * wpabuf_head - Get pointer to the head of the buffer data
76 static inline const void * wpabuf_head(const struct wpabuf *buf) function
83 return wpabuf_head(buf);
147 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h72 * wpabuf_head - Get pointer to the head of the buffer data
76 static inline const void * wpabuf_head(const struct wpabuf *buf) function
83 return wpabuf_head(buf);
147 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h72 * wpabuf_head - Get pointer to the head of the buffer data
76 static inline const void * wpabuf_head(const struct wpabuf *buf) function
83 return wpabuf_head(buf);
147 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));

Completed in 26 milliseconds