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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.h88 * wpabuf_mhead - Get modifiable pointer to the head of the buffer data
92 static inline void * wpabuf_mhead(struct wpabuf *buf) function
99 return (u8 *) wpabuf_mhead(buf);
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.h88 * wpabuf_mhead - Get modifiable pointer to the head of the buffer data
92 static inline void * wpabuf_mhead(struct wpabuf *buf) function
99 return (u8 *) wpabuf_mhead(buf);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.h88 * wpabuf_mhead - Get modifiable pointer to the head of the buffer data
92 static inline void * wpabuf_mhead(struct wpabuf *buf) function
99 return (u8 *) wpabuf_mhead(buf);

Completed in 188 milliseconds