Searched refs:uevent_file (Results 1 – 1 of 1) sorted by relevance
250 char uevent_file[256] = {0}; in get_wifi_device_id() local251 sprintf(uevent_file, "%s/%s/uevent", bus_dir, next->d_name); in get_wifi_device_id()252 pr_info("uevent path:%s \n", uevent_file); in get_wifi_device_id()253 fp = fopen(uevent_file, "r"); in get_wifi_device_id()