Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c132 timeout = entry.uint32_value; in wpas_dbus_handler_p2p_find()
166 freq = entry.uint32_value; in wpas_dbus_handler_p2p_find()
274 period = entry.uint32_value; in wpas_dbus_handler_p2p_extendedlisten()
277 interval = entry.uint32_value; in wpas_dbus_handler_p2p_extendedlisten()
320 dur1 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
323 int1 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
326 dur2 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
329 int2 = entry.uint32_value; in wpas_dbus_handler_p2p_presence_request()
1178 (entry.uint32_value <= 15)) in wpas_dbus_setter_p2p_device_config()
1179 wpa_s->conf->p2p_go_intent = entry.uint32_value; in wpas_dbus_setter_p2p_device_config()
[all …]
H A Ddbus_dict_helpers.h137 dbus_uint32_t uint32_value; member
H A Ddbus_dict_helpers.c999 dbus_message_iter_get_basic(iter, &entry->uint32_value); in _wpa_dbus_dict_fill_value_from_variant()
1001 __func__, entry->uint32_value); in _wpa_dbus_dict_fill_value_from_variant()
1188 return entry->uint32_value; in wpa_dbus_dict_entry_get_int()
H A Ddbus_new_handlers.c264 entry.uint32_value); in set_network_properties()
443 ret = os_snprintf(value, size, "%u", entry->uint32_value); in set_cred_property()
2031 freq = entry.uint32_value; in wpas_dbus_handler_anqp_get()
3039 freq_params.freq = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
3042 freq_params.sec_channel_offset = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
3045 freq_params.center_freq1 = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
3048 freq_params.center_freq2 = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
3051 freq_params.bandwidth = entry.uint32_value; in wpas_dbus_handler_tdls_channel_switch()
6702 publish_id = entry.uint32_value; in wpas_dbus_handler_nan_update_publish()
7003 handle = entry.uint32_value; in wpas_dbus_handler_nan_transmit()
[all …]