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

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

Completed in 126 milliseconds