Searched refs:byte_arrays (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_dbus.py | 74 def add_signal(self, handler, interface, name, byte_arrays=False): argument 77 byte_arrays=byte_arrays) 199 def dbus_get(dbus, wpas_obj, prop, expect=None, byte_arrays=False): argument 202 byte_arrays=byte_arrays) 266 dbus_get(dbus, wpas_obj, "WFDIEs", byte_arrays=True) 269 res = dbus_get(dbus, wpas_obj, "WFDIEs", byte_arrays=True) 281 res = dbus_get(dbus, wpas_obj, "WFDIEs", byte_arrays=True) 462 byte_arrays=True) 1730 "Certification", byte_arrays=True) 2819 byte_arrays=True) [all …]
|