Home
last modified time | relevance | path

Searched refs:written (Results 1 – 13 of 13) sorted by relevance

/hostap-3.6.0/wpa_supplicant/
Dwin_if_list.c50 DWORD written; in ndisuio_open() local
62 &written, NULL)) { in ndisuio_open()
79 DWORD written; in ndisuio_query_bindings() local
93 (DWORD) blen, &written, NULL)) { in ndisuio_query_bindings()
DREADME-WPS343 encapsulation to be included). This data needs to be written to an NFC
344 tag with an external program. Once written, the NFC configuration token
397 to be written to an NFC tag with an external program. Once written, the
Dctrl_iface_named_pipe.c487 DWORD written; in wpa_supplicant_ctrl_iface_send() local
509 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send()
DREADME34 derived from this software without specific prior written permission.
/hostap-3.6.0/src/l2_packet/
Dl2_packet_ndis.c95 DWORD written; in l2_packet_send() local
114 &written, o); in l2_packet_send()
126 &written, o); in l2_packet_send()
138 &written, TRUE); in l2_packet_send()
334 DWORD written; in l2_ndisuio_set_ether_type() local
338 sizeof(proto), NULL, 0, &written, NULL)) { in l2_ndisuio_set_ether_type()
/hostap-3.6.0/src/drivers/
Ddriver_ndis.c457 DWORD written; in ndis_get_oid() local
469 o, sizeof(NDISUIO_QUERY_OID), o, buflen, &written, in ndis_get_oid()
477 if (written < hdrlen) { in ndis_get_oid()
479 "too short", oid, (unsigned int) written); in ndis_get_oid()
483 written -= hdrlen; in ndis_get_oid()
484 if (written > len) { in ndis_get_oid()
486 "len (%d)",oid, (unsigned int) written, len); in ndis_get_oid()
490 os_memcpy(data, o->Data, written); in ndis_get_oid()
491 ret = written; in ndis_get_oid()
532 DWORD written; in ndis_set_oid() local
[all …]
Dndis_events.c198 DWORD written; in ndis_events_send_event() local
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) { in ndis_events_send_event()
/hostap-3.6.0/
DREADME44 derived from this software without specific prior written permission.
DCONTRIBUTIONS162 derived from this software without specific prior written permission.
/hostap-3.6.0/src/common/
Dwpa_ctrl.c759 DWORD written; in wpa_ctrl_request() local
762 if (!WriteFile(ctrl->pipe, cmd, cmd_len, &written, NULL)) in wpa_ctrl_request()
/hostap-3.6.0/hostapd/
DREADME-WPS323 encapsulation to be included). This data needs to be written to an NFC
324 tag with an external program. Once written, the NFC configuration token
DREADME35 derived from this software without specific prior written permission.
DChangeLog408 - allow authentication log to be written into SQLite database