hostapd/src/utils
Andrei Otcheretianski abc239a0b0 Get rid of multiple MIN macros
There are multiple redundant MIN macro declarations, some of which are
not protecting against side effects. Move it to common.h instead.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
2024-01-14 20:13:20 +02:00
..
base64.c base64: Add no-LF variant for encoding 2020-06-15 20:18:12 +03:00
base64.h base64: Add no-LF variant for encoding 2020-06-15 20:18:12 +03:00
bitfield.c Fix bitfield_get_first_zero() to not read beyond buffer 2015-03-14 13:50:12 +02:00
bitfield.h Add bitfield routines 2013-04-27 22:16:40 +03:00
browser-android.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser-system.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser-wpadebug.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser.c webkit2: Avoid deprecated function call 2023-02-23 16:30:04 +02:00
browser.h hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
build_config.h Remove forgotten Xcode defines 2013-07-09 15:20:17 +03:00
common.c DPP: Allow a list of supported curves to be used in bootstrapping URI 2022-04-14 16:57:11 +03:00
common.h Get rid of multiple MIN macros 2024-01-14 20:13:20 +02:00
config.c Fix handling of complex configuration lines with mixed "" and # 2021-10-22 17:47:29 +03:00
config.h wpa_supplicant: Move wpa_config_get_line() into utils 2021-02-16 00:47:43 +02:00
const_time.h Add helper functions for constant time operations 2019-04-09 17:11:15 +03:00
crc32.c Use a less generic name for IEEE802.11 CRC-32 routine 2022-09-16 21:39:47 +03:00
crc32.h Use a less generic name for IEEE802.11 CRC-32 routine 2022-09-16 21:39:47 +03:00
edit.c edit: Increase buffer size to 4096 bytes 2014-03-31 12:30:50 +03:00
edit.h edit: Add support for setting prompt string 2012-08-05 20:46:34 +03:00
edit_readline.c edit: Fix libreadline history clearing with WPA_TRACE 2013-05-14 16:46:38 +03:00
edit_simple.c wpa_cli: Add backspace key process for some terminal 2016-05-13 18:48:45 +03:00
eloop.c eloop: Extend overflow check in eloop_register_timeout() to cover usec 2021-10-22 17:24:32 +03:00
eloop.h eloop: Fix comments mismatch eloop_event/timeout_handler definitions 2017-02-04 20:41:12 +02:00
eloop_win.c eloop: Use size_t for signal_count 2020-03-22 18:50:04 +02:00
ext_password.c ext_password: Implement new file-based backend 2021-02-16 00:47:43 +02:00
ext_password.h EXT PW: Add framework for supporting external password storage 2012-08-03 22:15:42 +03:00
ext_password_file.c ext_password: Implement new file-based backend 2021-02-16 00:47:43 +02:00
ext_password_i.h ext_password: Implement new file-based backend 2021-02-16 00:47:43 +02:00
ext_password_test.c Clear wpa_supplicant configuration keys explicitly 2014-07-02 12:38:48 +03:00
http-utils.h HTTP: Make URL available to the cert_cb 2022-03-11 19:46:23 +02:00
http_curl.c Remove a host of unnecessary OPENSSL_IS_BORINGSSL ifdefs 2022-07-28 12:57:40 +03:00
includes.h Include stdbool.h to allow C99 bool to be used 2020-04-20 20:29:31 +03:00
ip_addr.c Add a comparison function for hostapd_ip_addr 2022-07-25 00:23:31 +03:00
ip_addr.h Add a comparison function for hostapd_ip_addr 2022-07-25 00:23:31 +03:00
json.c JSON: Add base64 helper functions 2020-06-15 20:19:19 +03:00
json.h JSON: Add base64 helper functions 2020-06-15 20:19:19 +03:00
list.h Fix gcc-10 build with -Werror=array-bounds and dl_list_for_each() 2020-12-04 13:59:37 +02:00
Makefile wpa_supplicant: Move wpa_config_get_line() into utils 2021-02-16 00:47:43 +02:00
module_tests.h tests: Declare module test functions in a header file 2016-06-23 18:26:09 +03:00
os.h trace: Add TEST_FAIL_TAG macro to allow more narrow matching 2023-11-26 13:00:45 +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 trace: Fix compilation issue due to using an undefined symbol 2024-01-13 23:47:20 +02:00
os_win32.c Introduce os_memdup() 2017-03-07 13:18:49 +02:00
pcsc_funcs.c Link to, and adjust types for, the PCSC framework included with OSX 2016-08-07 11:20:33 +03:00
pcsc_funcs.h SCARD: Clean up SIM/USIM selection 2013-11-17 16:47:38 +02:00
platform.h radiotap: Fix compiler issues with packed structures 2021-02-21 12:40:58 +02:00
radiotap.c radiotap: Fix compiler issues with packed structures 2021-02-21 12:40:58 +02:00
radiotap.h radiotap: Fix compiler issues with packed structures 2021-02-21 12:40:58 +02:00
radiotap_iter.h radiotap: Silence sparse warnings about byte order swapping 2016-06-23 18:08:11 +03:00
state_machine.h state_machine: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
trace.c trace: binutils replaces bfd_hostptr_t with uintptr_t 2023-12-02 19:08:25 +02:00
trace.h trace: Free symbols on program exit 2016-02-16 14:10:29 +02:00
utils_module_tests.c Convert int_array to use size_t instead of int as the length 2020-03-22 18:50:04 +02: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 Add hostapd control interface command to stop logging to file 2022-11-23 18:24:56 +02:00
wpa_debug.h Add hostapd control interface command to stop logging to file 2022-11-23 18:24:56 +02:00
wpabuf.c Removed redundant NULL check for b in wpabuf_concat() 2016-10-28 19:05:08 +03:00
wpabuf.h Add support for conversion to little endian for 24 bits 2023-08-28 13:58:13 +03:00
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: Remove forgotten, unused definition of debug_print_func 2014-03-31 12:25:13 +03:00
xml_libxml2.c Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00