Searched refs:wfd_dev_info_hex (Results 1 – 1 of 1) sorted by relevance
2303 char *wfd_dev_info_hex = NULL; in wpas_dev_found() local2306 wfd_dev_info_hex = wifi_display_subelem_hex(info->wfd_subelems, in wpas_dev_found()2308 if (wfd_dev_info_hex) { in wpas_dev_found()2309 wfd_dev_info_len = strlen(wfd_dev_info_hex) / 2; in wpas_dev_found()2312 hexstr2bin(wfd_dev_info_hex, wfd_dev_info, wfd_dev_info_len); in wpas_dev_found()2371 wfd_dev_info_hex ? " wfd_dev_info=0x" : "", in wpas_dev_found()2372 wfd_dev_info_hex ? wfd_dev_info_hex : "", in wpas_dev_found()2377 os_free(wfd_dev_info_hex); in wpas_dev_found()