EF_SUPPORTED
if (strncmp(buf, EF_SUPPORTED, strlen(EF_SUPPORTED)) == 0) {
if (strlcat(buf, EF_SUPPORTED, BUFSIZ) >= BUFSIZ) {