Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ctmp

2416 	char *ctmp;
2426 if ((ctmp = os_strchr(cmd + 6, '-')) != NULL) {
2430 id2 = atoi(ctmp + 1);
2442 if ((ctmp = os_strstr(cmd, "MASK=")) != NULL) {
2443 mask = strtoul(ctmp + 5, NULL, 0x10);