hostap/src
Josh Lehan 1d61a8efee Escape DEL char (ASCII 127 decimal) in SSIDs
While testing, I noticed that printf_encode() makes control characters
human-readable, with one exemption, the DEL character (ASCII 127).
Assuming this exemption was unintentional, make it appear as an escaped
\x7f instead of a literal DEL character in the output.

Signed-off-by: Josh Lehan <krellan@krellan.net>
2015-10-14 19:28:57 +03:00
..
ap Fix Suite B 192-bit AKM to use proper PMK length 2015-10-14 18:43:26 +03:00
common Fix Suite B 192-bit AKM to use proper PMK length 2015-10-14 18:43:26 +03:00
crypto OpenSSL: Add TEST_FAIL() checks to allow error path testing 2015-10-12 01:04:22 +03:00
drivers atheros: Fix hapd_deinit() handler with generic IEs set 2015-10-14 18:43:26 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer EAP-WSC peer: Reject connection on unexpected failure 2015-08-30 18:37:44 +03:00
eap_server EAP-TLS server: Add support for session resumption 2015-08-24 18:01:40 +03:00
eapol_auth Remove unreachable PMKSA cache entry addition on Access-Accept 2015-10-14 18:43:26 +03:00
eapol_supp Add build option to remove all internal RC4 uses 2015-08-02 16:52:56 +03:00
fst FST: Mark fst_ies buffer const 2015-08-03 17:40:30 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p P2PS: Do not add unnecessary attributes to PD Response 2015-10-11 21:42:03 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius hostapd: Force RADIUS socket renewal on RADIUS auth failures 2015-10-06 01:27:29 +03:00
rsn_supp Fix Suite B 192-bit AKM to use proper PMK length 2015-10-14 18:43:26 +03:00
tls Rename tls_connection_get_keys() to tls_connection_get_random() 2015-08-02 16:52:56 +03:00
utils Escape DEL char (ASCII 127 decimal) in SSIDs 2015-10-14 19:28:57 +03:00
wps WPS: Mark web_connection_parse_get() argument filename const 2015-10-03 16:26:10 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00