Searched refs:ssi_hex (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | nan_usd_ap.c | 52 char *ssi_hex; in hostapd_nan_de_discovery_result() local 54 ssi_hex = os_zalloc(2 * ssi_len + 1); in hostapd_nan_de_discovery_result() 55 if (!ssi_hex) in hostapd_nan_de_discovery_result() 58 wpa_snprintf_hex(ssi_hex, 2 * ssi_len + 1, ssi, ssi_len); in hostapd_nan_de_discovery_result() 63 fsd, fsd_gas, srv_proto_type, ssi_hex); in hostapd_nan_de_discovery_result() 64 os_free(ssi_hex); in hostapd_nan_de_discovery_result() 75 char *ssi_hex; in hostapd_nan_de_replied() local 77 ssi_hex = os_zalloc(2 * ssi_len + 1); in hostapd_nan_de_replied() 78 if (!ssi_hex) in hostapd_nan_de_replied() 81 wpa_snprintf_hex(ssi_hex, 2 * ssi_len + 1, ssi, ssi_len); in hostapd_nan_de_replied() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | nan_usd.c | 244 char *ssi_hex; in wpas_nan_de_discovery_result() local 246 ssi_hex = os_zalloc(2 * ssi_len + 1); in wpas_nan_de_discovery_result() 247 if (!ssi_hex) in wpas_nan_de_discovery_result() 250 wpa_snprintf_hex(ssi_hex, 2 * ssi_len + 1, ssi, ssi_len); in wpas_nan_de_discovery_result() 255 fsd, fsd_gas, srv_proto_type, ssi_hex); in wpas_nan_de_discovery_result() 256 os_free(ssi_hex); in wpas_nan_de_discovery_result() 266 char *ssi_hex; in wpas_nan_de_replied() local 268 ssi_hex = os_zalloc(2 * ssi_len + 1); in wpas_nan_de_replied() 269 if (!ssi_hex) in wpas_nan_de_replied() 272 wpa_snprintf_hex(ssi_hex, 2 * ssi_len + 1, ssi, ssi_len); in wpas_nan_de_replied() [all …]
|