HomeSort by relevance Sort by last modified time
    Searched refs:wpa_scnprintf (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wmm_ac.c 855 return wpa_scnprintf(buf, buflen - pos,
859 pos += wpa_scnprintf(buf + pos, buflen - pos, "WMM AC is Enabled\n");
864 pos += wpa_scnprintf(buf + pos, buflen - pos,
886 pos += wpa_scnprintf(buf + pos, buflen - pos,
898 pos += wpa_scnprintf(buf + pos, buflen - pos,
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 374 if (wpa_scnprintf(buf, 0, "hello") != 0 ||
375 wpa_scnprintf(buf, 3, "hello") != 2)
common.c 252 * wpa_scnprintf - Simpler-to-use snprintf function
261 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...) function
common.h 481 int wpa_scnprintf(char *buf, size_t size, const char *fmt, ...);

Completed in 648 milliseconds