Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/wpa_supplicant/
Dhs20_supplicant.c419 struct stat statbuf; in hs20_set_osu_access_permission() local
422 if (stat(osu_dir, &statbuf) < 0) { in hs20_set_osu_access_permission()
428 if (chmod(fname, statbuf.st_mode) < 0) { in hs20_set_osu_access_permission()
434 if (lchown(fname, statbuf.st_uid, statbuf.st_gid) < 0) { in hs20_set_osu_access_permission()