Home
last modified time | relevance | path

Searched refs:wpa_scnprintf (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/wpa_supplicant/
Dwmm_ac.c857 return wpa_scnprintf(buf, buflen - pos, in wpas_wmm_ac_status()
861 pos += wpa_scnprintf(buf + pos, buflen - pos, "WMM AC is Enabled\n"); in wpas_wmm_ac_status()
866 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status()
888 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status()
900 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status()
/hostap-3.6.0/src/utils/
Dutils_module_tests.c375 if (wpa_scnprintf(buf, 0, "hello") != 0 || in common_tests()
376 wpa_scnprintf(buf, 3, "hello") != 2) in common_tests()
Dcommon.h503 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...)
Dcommon.c272 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) in wpa_scnprintf() function