Searched refs:bytearray_value (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 662 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array() 692 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array() 694 entry->bytearray_value, entry->array_len); in _wpa_dbus_dict_entry_get_byte_array() 698 os_free(entry->bytearray_value); in _wpa_dbus_dict_entry_get_byte_array() 699 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array() 750 entry->bytearray_value, entry->array_len); in _wpa_dbus_dict_entry_get_uint16_array() 889 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray() 1139 os_free(entry->bytearray_value); in wpa_dbus_dict_entry_clear()
|
H A D | dbus_dict_helpers.h | 141 char *bytearray_value; member
|
H A D | dbus_new_handlers_p2p.c | 1130 entry.bytearray_value, in wpas_dbus_setter_p2p_device_config() 1220 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1225 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1230 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1235 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 2756 entry.bytearray_value, in wpas_dbus_handler_p2p_add_service() 2762 resp = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_add_service() 2841 query = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_delete_service() 2929 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_req() 3016 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_res()
|
H A D | dbus_new_handlers.c | 234 (u8 *) entry.bytearray_value, in set_network_properties() 409 (u8 *) entry->bytearray_value, in set_cred_property() 2037 int num = entry.bytearray_value[i]; in wpas_dbus_handler_anqp_get() 2051 int num = entry.bytearray_value[i]; in wpas_dbus_handler_anqp_get()
|