hostap/src/utils
David Spinadel 624b8a061f utils: Add ssid_parse() function
Add a function that parses SSID in text or hex format. In case of the
text format, the SSID is enclosed in double quotes. In case of the hex
format, the SSID must include only hex digits and not be enclosed in
double quotes. The input string may include other arguments after the
SSID.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
2016-04-16 21:05:37 +03:00
..
.gitignore
base64.c base64: Try to avoid static analyzer warning (part 2) 2014-12-08 11:07:56 +02:00
base64.h
bitfield.c Fix bitfield_get_first_zero() to not read beyond buffer 2015-03-14 13:50:12 +02:00
bitfield.h
browser-android.c Android: Give user the option for selecting browser for HS 2.0 OSU 2015-11-22 21:06:17 +02:00
browser-system.c Clean up debug prints to use wpa_printf() 2014-12-26 13:20:57 +02:00
browser-wpadebug.c Android: Use more flexible userid when launching browser popup 2015-08-13 21:14:01 +03:00
browser.c
browser.h
build_config.h
common.c utils: Add ssid_parse() function 2016-04-16 21:05:37 +03:00
common.h utils: Add ssid_parse() function 2016-04-16 21:05:37 +03:00
edit.c
edit.h
edit_readline.c
edit_simple.c
eloop.c kqueue: Use 0 instead of NULL for udata 2016-02-18 17:40:12 +02:00
eloop.h eloop: Add eloop_sock_requeue() 2016-02-07 12:38:04 +02:00
eloop_win.c eloop: Add eloop_sock_requeue() 2016-02-07 12:38:04 +02:00
ext_password.c
ext_password.h
ext_password_i.h
ext_password_test.c Clear wpa_supplicant configuration keys explicitly 2014-07-02 12:38:48 +03:00
http-utils.h
http_curl.c OpenSSL: Fix memory leak in OCSP parsing 2016-02-16 00:40:41 +02:00
includes.h Drop CONFIG_TI_COMPILER ifdefs 2015-07-17 21:57:07 +03:00
ip_addr.c Remove unused hostapd_ip_diff() 2014-05-26 17:21:44 +03:00
ip_addr.h Remove unused hostapd_ip_diff() 2014-05-26 17:21:44 +03:00
list.h trace: Initialize alloc_list even without os_program_init() call 2015-02-21 17:34:37 +02:00
Makefile
os.h Make sure configuration is saved to storage device 2015-08-27 18:06:05 +03:00
os_internal.c Make sure configuration is saved to storage device 2015-08-27 18:06:05 +03:00
os_none.c Make sure configuration is saved to storage device 2015-08-27 18:06:05 +03:00
os_unix.c trace: Free symbols on program exit 2016-02-16 14:10:29 +02:00
os_win32.c Make sure configuration is saved to storage device 2015-08-27 18:06:05 +03:00
pcsc_funcs.c PCSC: Avoid undefined behavior in pointer arithmetic 2015-10-25 15:35:00 +02:00
pcsc_funcs.h
platform.h
radiotap.c radiotap: Avoid ubsan warning on 1<<31 2015-07-07 16:25:06 +03:00
radiotap.h
radiotap_iter.h
state_machine.h
trace.c Fix CONFIG_WPA_TRACE=y compilation without CONFIG_WPA_TRACE_BFD=y 2016-03-03 16:23:23 +02:00
trace.h trace: Free symbols on program exit 2016-02-16 14:10:29 +02:00
utils_module_tests.c tests: eloop socket re-open from timeout/socket handler 2015-07-23 18:39:02 +03:00
uuid.c Check os_snprintf() result more consistently - automatic 1 2014-12-08 11:42:07 +02:00
uuid.h
wpa_debug.c utils: Fix NULL pointer dereference with unexpected kernel behavior 2015-12-18 00:24:52 +02:00
wpa_debug.h Move debug level string conversion functions to wpa_debug.c 2015-08-03 17:44:55 +03:00
wpabuf.c utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it 2016-04-09 11:23:36 +03:00
wpabuf.h utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it 2016-04-09 11:23:36 +03:00
xml-utils.c
xml-utils.h
xml_libxml2.c libxml2: Check for xmlDocDumpFormatMemory() error case 2016-03-16 21:49:28 +02:00