Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:ret_len

912 	int ret, ret_len = 0;
922 ret_len = os_snprintf(buf, buflen, "%08d", rpin);
923 if (os_snprintf_error(buflen, ret_len))
927 ret_len = os_snprintf(buf, buflen, "%s", pin);
928 if (os_snprintf_error(buflen, ret_len))
936 return ret_len;