Searched defs:ssid_str (Results 1 - 1 of 1) sorted by relevance

/system/chre/apps/wifi_offload/
H A Dutility.cc32 bool ParseSsidToStr(const uint8_t *ssid, size_t ssid_len, char *ssid_str, argument
44 std::memcpy(ssid_str, ssid, ssid_len);
45 ssid_str[ssid_len] = '\0';
92 const char *ssid_str = "<non-printable>"; local
95 ssid_str = "<empty>";
97 ssid_str = ssid_buffer;
106 ssid_str = ssid_hex_buffer;
108 LOGI(" ssid: %s", ssid_str);

Completed in 25 milliseconds