Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Drfkill.py53 self._type = None
65 if not self._type:
68 self._type = r._type
70 return self._type
74 return _type_names.get(self._type, "unknown")
142 r._type = _t
Dnetlink.py26 self._type = attr_type
33 hdr = struct.pack("HH", len(self._data) + 4, self._type)
39 return '<Attr type %d, data "%s">' % (self._type, repr(self._data))
/hostap-latest/src/drivers/
Dndis_events.c197 int _type; in ndis_events_send_event() local
201 _type = (int) type; in ndis_events_send_event()
202 os_memcpy(buf, &_type, sizeof(_type)); in ndis_events_send_event()
203 pos = buf + sizeof(_type); in ndis_events_send_event()