Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:dent

3604 	struct dirent *dent;
3617 while ((dent = readdir(dir))) {
3624 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
3627 if (os_strcmp(dent->d_name, ".") == 0 ||
3628 os_strcmp(dent->d_name, "..") == 0)
3630 printf("Selected interface '%s'\n", dent->d_name);
3631 ifname = os_strdup(dent->d_name);