]> git.ipfire.org Git - thirdparty/iw.git/commit
SSID printing: escape space at beginning end, backslash
authorJohannes Berg <johannes.berg@intel.com>
Sun, 16 Oct 2011 15:04:37 +0000 (17:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Sun, 16 Oct 2011 15:04:37 +0000 (17:04 +0200)
commit3f61273315002a8f2ca7f63f9eec0b3497905e03
tree5d78c5e0beda917bc8ee637164a892b2a0183cc2
parent2201d50000e1ecb0aa98dcd38cc1d2c50a361818
SSID printing: escape space at beginning end, backslash

To make SSID printing point out spaces at the beginning
and end explicitly escape them with \x20. Also escape
the backslash itself so that it's unambiguous.
util.c