Jouni Malinen 281f480c53 JSON: Fix a memory leak on an error path il y a 7 ans
..
.gitignore 6a230ba274 Add build rules for building a library from src/utils files il y a 15 ans
Makefile e2991ee580 Move CRC-32 routine from wlantest to src/utils il y a 8 ans
base64.c 5b52e1adc2 tests: Update base64 OOM test cases to match implementation changes il y a 7 ans
base64.h 0ffdc8b196 Add base64url encoding/decoding per RFC 4648 il y a 7 ans
bitfield.c 319d9daab9 Fix bitfield_get_first_zero() to not read beyond buffer il y a 10 ans
bitfield.h bdb112d35f Add bitfield routines il y a 12 ans
browser-android.c 83702b6088 Android: Give user the option for selecting browser for HS 2.0 OSU il y a 9 ans
browser-system.c a193231dfb Clean up debug prints to use wpa_printf() il y a 10 ans
browser-wpadebug.c 5db32adc99 browser-wpadebug: Send HTTP response with HTTP/1.1 header il y a 8 ans
browser.c d0b79d74b6 HS 2.0R2: Add wrapper functions for WebKit il y a 11 ans
browser.h d0b79d74b6 HS 2.0R2: Add wrapper functions for WebKit il y a 11 ans
build_config.h 98cbc0a2ab Remove forgotten Xcode defines il y a 11 ans
common.c b3060bf99f common: Add helper function to convert RSSI to RCPI il y a 8 ans
common.h f5b74b966c common: Avoid conflict with __bitwise macro from linux/types.h il y a 7 ans
crc32.c e2991ee580 Move CRC-32 routine from wlantest to src/utils il y a 8 ans
crc32.h e2991ee580 Move CRC-32 routine from wlantest to src/utils il y a 8 ans
edit.c 21611ea9fd edit: Increase buffer size to 4096 bytes il y a 11 ans
edit.h 2d2398a11f edit: Add support for setting prompt string il y a 12 ans
edit_readline.c 0af2db7478 edit: Fix libreadline history clearing with WPA_TRACE il y a 12 ans
edit_simple.c 7a1887faec wpa_cli: Add backspace key process for some terminal il y a 9 ans
eloop.c e21cecaf54 kqueue: Use 0 instead of NULL for udata il y a 9 ans
eloop.h 0217b8d874 eloop: Fix comments mismatch eloop_event/timeout_handler definitions il y a 8 ans
eloop_win.c 2e69bdd16a eloop: Add eloop_sock_requeue() il y a 9 ans
ext_password.c 82ffcba755 Move extern declarations for ext_password backends into a header file il y a 8 ans
ext_password.h 306ae22556 EXT PW: Add framework for supporting external password storage il y a 12 ans
ext_password_i.h 82ffcba755 Move extern declarations for ext_password backends into a header file il y a 8 ans
ext_password_test.c 19c48da06b Clear wpa_supplicant configuration keys explicitly il y a 10 ans
http-utils.h 39b420f7b1 HS 2.0R2: Add parse_cert command for debugging purposes il y a 11 ans
http_curl.c a28675da23 hs20-osu-client: Fix build with new OpenSSL and BoringSSL il y a 7 ans
includes.h faf7ce5d4f Drop CONFIG_TI_COMPILER ifdefs il y a 9 ans
ip_addr.c fc3f1d1b4d Remove unused hostapd_ip_diff() il y a 11 ans
ip_addr.h fc3f1d1b4d Remove unused hostapd_ip_diff() il y a 11 ans
json.c 281f480c53 JSON: Fix a memory leak on an error path il y a 7 ans
json.h 005be3daa9 Add JavaScript Object Notation (JSON) parser (RFC7159) il y a 7 ans
list.h abae2d1a3c trace: Initialize alloc_list even without os_program_init() call il y a 10 ans
module_tests.h 50a17a76e1 tests: Declare module test functions in a header file il y a 8 ans
os.h dbdda355d0 Introduce os_memdup() il y a 8 ans
os_internal.c a218e1ded4 Make sure configuration is saved to storage device il y a 9 ans
os_none.c dbdda355d0 Introduce os_memdup() il y a 8 ans
os_unix.c dbdda355d0 Introduce os_memdup() il y a 8 ans
os_win32.c dbdda355d0 Introduce os_memdup() il y a 8 ans
pcsc_funcs.c b84ce655d3 Link to, and adjust types for, the PCSC framework included with OSX il y a 8 ans
pcsc_funcs.h 22cf7d7324 SCARD: Clean up SIM/USIM selection il y a 11 ans
platform.h fad6485c56 radiotap: Silence sparse warnings about byte order swapping il y a 8 ans
radiotap.c fad6485c56 radiotap: Silence sparse warnings about byte order swapping il y a 8 ans
radiotap.h fad6485c56 radiotap: Silence sparse warnings about byte order swapping il y a 8 ans
radiotap_iter.h fad6485c56 radiotap: Silence sparse warnings about byte order swapping il y a 8 ans
state_machine.h 0f3d578efc Remove the GPL notification from files contributed by Jouni Malinen il y a 13 ans
trace.c 5118319831 trace: Look up start to cope with ASLR il y a 8 ans
trace.h 6136d43b8e trace: Free symbols on program exit il y a 9 ans
utils_module_tests.c 17385fba2a tests: JSON module tests for additional array parsing il y a 7 ans
uuid.c 183d3924cf WPS: Add option for using random UUID il y a 8 ans
uuid.h 183d3924cf WPS: Add option for using random UUID il y a 8 ans
wpa_debug.c cc3dae85bd hostapd: Add possibility to send debug messages to syslog il y a 8 ans
wpa_debug.h cc3dae85bd hostapd: Add possibility to send debug messages to syslog il y a 8 ans
wpabuf.c 230b2b2c3d Removed redundant NULL check for b in wpabuf_concat() il y a 8 ans
wpabuf.h 9d955f751e utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it il y a 9 ans
xml-utils.c e2f00bb5ff xml: Add Value node in TNDS node conversion for empty value case il y a 8 ans
xml-utils.h 1e03c6cb7d XML: Remove forgotten, unused definition of debug_print_func il y a 11 ans
xml_libxml2.c 64ce5905f8 libxml2: Check for xmlDocDumpFormatMemory() error case il y a 9 ans