.. |
.gitignore
|
6a230ba274
Add build rules for building a library from src/utils files
|
15 years ago |
Makefile
|
e2991ee580
Move CRC-32 routine from wlantest to src/utils
|
8 years ago |
base64.c
|
ff1dd3e9a1
base64: Try to avoid static analyzer warning (part 2)
|
10 years ago |
base64.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
13 years ago |
bitfield.c
|
319d9daab9
Fix bitfield_get_first_zero() to not read beyond buffer
|
10 years ago |
bitfield.h
|
bdb112d35f
Add bitfield routines
|
12 years ago |
browser-android.c
|
83702b6088
Android: Give user the option for selecting browser for HS 2.0 OSU
|
9 years ago |
browser-system.c
|
a193231dfb
Clean up debug prints to use wpa_printf()
|
10 years ago |
browser-wpadebug.c
|
ac8757cc35
Android: Use more flexible userid when launching browser popup
|
9 years ago |
browser.c
|
d0b79d74b6
HS 2.0R2: Add wrapper functions for WebKit
|
11 years ago |
browser.h
|
d0b79d74b6
HS 2.0R2: Add wrapper functions for WebKit
|
11 years ago |
build_config.h
|
98cbc0a2ab
Remove forgotten Xcode defines
|
11 years ago |
common.c
|
b3060bf99f
common: Add helper function to convert RSSI to RCPI
|
8 years ago |
common.h
|
b3060bf99f
common: Add helper function to convert RSSI to RCPI
|
8 years ago |
crc32.c
|
e2991ee580
Move CRC-32 routine from wlantest to src/utils
|
8 years ago |
crc32.h
|
e2991ee580
Move CRC-32 routine from wlantest to src/utils
|
8 years ago |
edit.c
|
21611ea9fd
edit: Increase buffer size to 4096 bytes
|
11 years ago |
edit.h
|
2d2398a11f
edit: Add support for setting prompt string
|
12 years ago |
edit_readline.c
|
0af2db7478
edit: Fix libreadline history clearing with WPA_TRACE
|
12 years ago |
edit_simple.c
|
7a1887faec
wpa_cli: Add backspace key process for some terminal
|
9 years ago |
eloop.c
|
e21cecaf54
kqueue: Use 0 instead of NULL for udata
|
9 years ago |
eloop.h
|
2e69bdd16a
eloop: Add eloop_sock_requeue()
|
9 years ago |
eloop_win.c
|
2e69bdd16a
eloop: Add eloop_sock_requeue()
|
9 years ago |
ext_password.c
|
82ffcba755
Move extern declarations for ext_password backends into a header file
|
8 years ago |
ext_password.h
|
306ae22556
EXT PW: Add framework for supporting external password storage
|
12 years ago |
ext_password_i.h
|
82ffcba755
Move extern declarations for ext_password backends into a header file
|
8 years ago |
ext_password_test.c
|
19c48da06b
Clear wpa_supplicant configuration keys explicitly
|
10 years ago |
http-utils.h
|
39b420f7b1
HS 2.0R2: Add parse_cert command for debugging purposes
|
11 years ago |
http_curl.c
|
04c18fa04b
curl: Don't free memory for subjectAltName before calling callback
|
8 years ago |
includes.h
|
faf7ce5d4f
Drop CONFIG_TI_COMPILER ifdefs
|
9 years ago |
ip_addr.c
|
fc3f1d1b4d
Remove unused hostapd_ip_diff()
|
11 years ago |
ip_addr.h
|
fc3f1d1b4d
Remove unused hostapd_ip_diff()
|
11 years ago |
list.h
|
abae2d1a3c
trace: Initialize alloc_list even without os_program_init() call
|
10 years ago |
module_tests.h
|
50a17a76e1
tests: Declare module test functions in a header file
|
8 years ago |
os.h
|
0e672b89e7
trace: Define externs in a header file
|
8 years ago |
os_internal.c
|
a218e1ded4
Make sure configuration is saved to storage device
|
9 years ago |
os_none.c
|
a218e1ded4
Make sure configuration is saved to storage device
|
9 years ago |
os_unix.c
|
a2072a29b9
utils: os_unix: Use access() for checking file existence
|
8 years ago |
os_win32.c
|
a218e1ded4
Make sure configuration is saved to storage device
|
9 years ago |
pcsc_funcs.c
|
b84ce655d3
Link to, and adjust types for, the PCSC framework included with OSX
|
8 years ago |
pcsc_funcs.h
|
22cf7d7324
SCARD: Clean up SIM/USIM selection
|
11 years ago |
platform.h
|
fad6485c56
radiotap: Silence sparse warnings about byte order swapping
|
8 years ago |
radiotap.c
|
fad6485c56
radiotap: Silence sparse warnings about byte order swapping
|
8 years ago |
radiotap.h
|
fad6485c56
radiotap: Silence sparse warnings about byte order swapping
|
8 years ago |
radiotap_iter.h
|
fad6485c56
radiotap: Silence sparse warnings about byte order swapping
|
8 years ago |
state_machine.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
13 years ago |
trace.c
|
4a6e9e5599
Fix CONFIG_WPA_TRACE=y compilation without CONFIG_WPA_TRACE_BFD=y
|
9 years ago |
trace.h
|
6136d43b8e
trace: Free symbols on program exit
|
9 years ago |
utils_module_tests.c
|
50a17a76e1
tests: Declare module test functions in a header file
|
8 years ago |
uuid.c
|
d85e1fc8a5
Check os_snprintf() result more consistently - automatic 1
|
10 years ago |
uuid.h
|
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
|
13 years ago |
wpa_debug.c
|
819ad5b70b
utils: Fix NULL pointer dereference with unexpected kernel behavior
|
9 years ago |
wpa_debug.h
|
ab62f96f55
Move debug level string conversion functions to wpa_debug.c
|
9 years ago |
wpabuf.c
|
230b2b2c3d
Removed redundant NULL check for b in wpabuf_concat()
|
8 years ago |
wpabuf.h
|
9d955f751e
utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it
|
9 years ago |
xml-utils.c
|
2cb8f96789
HS 2.0R2: Add wrapper functions for libxml2
|
11 years ago |
xml-utils.h
|
1e03c6cb7d
XML: Remove forgotten, unused definition of debug_print_func
|
11 years ago |
xml_libxml2.c
|
64ce5905f8
libxml2: Check for xmlDocDumpFormatMemory() error case
|
9 years ago |