Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:stamp

2314 	char *pos, *end, *stamp;
2334 stamp = os_strchr(cmd, ' ');
2335 if (stamp) {
2336 *stamp++ = '\0';
2337 while (*stamp == ' ') {
2338 stamp++;
2349 if (stamp && os_strlen(stamp))
2350 wpa_debug_timestamp = atoi(stamp);