Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:stamp

1169 	char *pos, *end, *stamp;
1193 stamp = os_strchr(cmd, ' ');
1194 if (stamp) {
1195 *stamp++ = '\0';
1196 while (*stamp == ' ') {
1197 stamp++;
1208 if (stamp && os_strlen(stamp))
1209 wpa_debug_timestamp = atoi(stamp);