Searched refs:wpa_scnprintf (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wmm_ac.c | 863 return wpa_scnprintf(buf, buflen - pos, in wpas_wmm_ac_status() 867 pos += wpa_scnprintf(buf + pos, buflen - pos, "WMM AC is Enabled\n"); in wpas_wmm_ac_status() 872 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status() 894 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status() 906 pos += wpa_scnprintf(buf + pos, buflen - pos, in wpas_wmm_ac_status()
|
/external/wpa_supplicant_8/src/utils/ |
D | utils_module_tests.c | 353 if (wpa_scnprintf(buf, 0, "hello") != 0 || in common_tests() 354 wpa_scnprintf(buf, 3, "hello") != 2) in common_tests()
|
D | common.h | 482 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);
|
D | common.c | 261 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) in wpa_scnprintf() function
|