hostap/src/utils
Jouni Malinen 018edec9b2 Remove IAPP functionality from hostapd
IEEE Std 802.11F-2003 was withdrawn in 2006 and as such it has not been
maintained nor is there any expectation of the withdrawn trial-use
recommended practice to be maintained in the future. Furthermore,
implementation of IAPP in hostapd was not complete, i.e., only parts of
the recommended practice were included. The main item of some real use
long time ago was the Layer 2 Update frame to update bridges when a STA
roams within an ESS, but that functionality has, in practice, been moved
to kernel drivers to provide better integration with the networking
stack.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-09-11 13:11:03 +03:00
..
.gitignore
base64.c UBSan: Avoid unsigned integer overflow in base64 encoding 2019-02-25 19:48:49 +02:00
base64.h Add base64url encoding/decoding per RFC 4648 2017-06-17 18:04:32 +03:00
bitfield.c
bitfield.h
browser-android.c
browser-system.c
browser-wpadebug.c HS 2.0: Use execve() with custom env PATH to launch browser using 'am' 2018-10-12 15:51:05 +03:00
browser.c browser: Replace deprecated gtk_window_set_wmclass() 2019-01-01 20:36:42 +02:00
browser.h
build_config.h
common.c More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
common.h More forceful clearing of stack memory with keys 2019-05-26 16:11:56 +03:00
const_time.h Add helper functions for constant time operations 2019-04-09 17:11:15 +03:00
crc32.c
crc32.h
edit.c
edit.h
edit_readline.c
edit_simple.c
eloop.c eloop: Fix kqueue event deletion filter 2019-01-02 12:11:52 +02:00
eloop.h eloop: Fix comments mismatch eloop_event/timeout_handler definitions 2017-02-04 20:41:12 +02:00
eloop_win.c
ext_password.c
ext_password.h
ext_password_i.h
ext_password_test.c
http-utils.h
http_curl.c HTTP (curl): Replace deprecated ASN1_STRING_data() 2019-01-01 20:29:34 +02:00
includes.h
ip_addr.c
ip_addr.h
json.c JSON: Fix string parsing when \\ escape is at the end of buffer 2019-02-11 02:35:29 +02:00
json.h Add JavaScript Object Notation (JSON) parser (RFC7159) 2017-06-17 18:04:51 +03:00
list.h Modify dl_list_for_each() to not use unaligned access with WPA_TRACE 2019-02-25 19:42:34 +02:00
Makefile tests: JSON parser fuzzer 2019-02-11 02:35:29 +02:00
module_tests.h
os.h Introduce os_memdup() 2017-03-07 13:18:49 +02:00
os_internal.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 2019-09-09 16:45:40 +03:00
os_none.c Remove forgotten os_strncpy() implementations 2019-03-10 15:56:51 +02:00
os_unix.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 2019-09-09 16:45:40 +03:00
os_win32.c Introduce os_memdup() 2017-03-07 13:18:49 +02:00
pcsc_funcs.c
pcsc_funcs.h
platform.h
radiotap.c
radiotap.h
radiotap_iter.h
state_machine.h
trace.c trace: Avoid void pointer arithmetic 2019-07-24 19:33:06 +03:00
trace.h
utils_module_tests.c tests: Module tests for const_time_*() functions 2019-04-09 17:11:15 +03:00
uuid.c WPS: Add option for using random UUID 2017-04-13 17:38:55 +03:00
uuid.h WPS: Add option for using random UUID 2017-04-13 17:38:55 +03:00
wpa_debug.c Silence static analyzer warning about null termination of a string 2019-07-07 10:07:10 +03:00
wpa_debug.h Remove IAPP functionality from hostapd 2019-09-11 13:11:03 +03:00
wpabuf.c Removed redundant NULL check for b in wpabuf_concat() 2016-10-28 19:05:08 +03:00
wpabuf.h
xml-utils.c XML: Do not add empty Value node for nodes with child nodes in TNDS 2018-09-10 21:43:43 +03:00
xml-utils.h
xml_libxml2.c