From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001
From: Michael Biebl
const char * nm_utils_escape_ssid (+const guint8 *ssid,gsize len);
nm_utils_escape_ssid has been deprecated since version 1.46 and should not be used in newly-written code.
This function does a quick printable character conversion of the SSID, simply replacing embedded NULLs and non-printable characters with the hexadecimal representation of that character. Intended for debugging only, should not be used for display of SSIDs.
+Warning: this function uses a static buffer. It is not thread-safe. Don't + use this function.