Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2504 char *wfd_r2_dev_info_hex = NULL; in wpas_dev_found() local
2516 wfd_r2_dev_info_hex = wifi_display_subelem_hex(info->wfd_subelems, in wpas_dev_found()
2518 if (wfd_r2_dev_info_hex) { in wpas_dev_found()
2519 wfd_r2_dev_info_len = strlen(wfd_r2_dev_info_hex) / 2; in wpas_dev_found()
2522 hexstr2bin(wfd_r2_dev_info_hex, wfd_r2_dev_info, wfd_r2_dev_info_len); in wpas_dev_found()
2583 wfd_r2_dev_info_hex ? " wfd_r2_dev_info=0x" : "", in wpas_dev_found()
2584 wfd_r2_dev_info_hex ? wfd_r2_dev_info_hex : "", in wpas_dev_found()
2590 os_free(wfd_r2_dev_info_hex); in wpas_dev_found()