hostap/src/utils
Jouni Malinen 1871f7116e wpabuf: Get rid of separate ext_data pointer
Use an explicit pointer to the beginning of the buffer and a flag
to indicate whether that is to external data or not. This avoids
a branch whenever accessing the buffer and helps some static
analyzers to understand the wpabuf memory uses better.

Signed-hostap: Jouni Malinen <j@w1.fi>
2012-08-19 18:25:25 +03:00
..
.gitignore Add build rules for building a library from src/utils files 2009-12-05 21:39:41 +02:00
base64.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
base64.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
build_config.h Remove experimental Symbian build 2012-04-07 13:00:30 +03:00
common.c Use a shared helper function for merging supported rate lists 2012-08-19 17:52:41 +03:00
common.h Use a shared helper function for merging supported rate lists 2012-08-19 17:52:41 +03:00
edit.c edit: Add support for prompt string with internal line edit 2012-08-05 20:48:25 +03:00
edit.h edit: Add support for setting prompt string 2012-08-05 20:46:34 +03:00
edit_readline.c edit: Clear edit line on deinit when using readline 2012-08-05 21:45:43 +03:00
edit_simple.c edit: Add support for setting prompt string 2012-08-05 20:46:34 +03:00
eloop.c Convert os_realloc() for an array to use os_realloc_array() 2012-08-13 21:21:23 +03:00
eloop.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eloop_none.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
eloop_win.c Convert os_realloc() for an array to use os_realloc_array() 2012-08-13 21:21:23 +03:00
ext_password.c EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
ext_password.h EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
ext_password_i.h EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
ext_password_test.c EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
includes.h Remove experimental Symbian build 2012-04-07 13:00:30 +03:00
ip_addr.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
ip_addr.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
list.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
Makefile wlantest: Add interactive mode to wlantest_cli 2010-11-20 10:48:32 +02:00
os.h Add os_realloc_array() wrapper 2012-08-13 21:20:09 +03:00
os_internal.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
os_none.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
os_unix.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
os_win32.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
pcsc_funcs.c Interworking: Use EAP-AKA if USIM is used 2012-03-04 16:11:02 +02:00
pcsc_funcs.h Fix eapol_test build without CONFIG_PCSC=y 2012-03-29 20:44:36 +03:00
radiotap.c Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
radiotap.h nl80211: Implement noack policy for send_mlme 2011-11-19 19:22:13 +02:00
radiotap_iter.h Add a copyright and license statement for a radiotap header file 2011-06-23 16:39:26 +03:00
state_machine.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
trace.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
trace.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
uuid.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
uuid.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wpa_debug.c Fix compiler warning on printf format with size_t 2012-04-28 18:30:12 +03:00
wpa_debug.h debug: Add option to log to Linux tracing 2012-03-31 13:55:33 +03:00
wpabuf.c wpabuf: Get rid of separate ext_data pointer 2012-08-19 18:25:25 +03:00
wpabuf.h wpabuf: Get rid of separate ext_data pointer 2012-08-19 18:25:25 +03:00