Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:len

88 	size_t j, len;
109 len = b->DeviceNameLength;
110 if (len >= sizeof(name))
111 len = sizeof(name) - 1;
112 for (j = 0; j < len; j++)
114 name[len] = '\0';
117 len = b->DeviceDescrLength;
118 if (len >= sizeof(desc))
119 len = sizeof(desc) - 1;
120 for (j = 0; j < len; j++)
122 desc[len] = '\0';