Searched refs:written (Results 1 – 13 of 13) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | win_if_list.c | 50 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()
|
D | README-WPS | 343 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
|
D | ctrl_iface_named_pipe.c | 487 DWORD written; in wpa_supplicant_ctrl_iface_send() local 509 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send()
|
D | README | 34 derived from this software without specific prior written permission.
|
/hostap-3.6.0/src/l2_packet/ |
D | l2_packet_ndis.c | 95 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/ |
D | driver_ndis.c | 457 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 …]
|
D | ndis_events.c | 198 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/ |
D | README | 44 derived from this software without specific prior written permission.
|
D | CONTRIBUTIONS | 162 derived from this software without specific prior written permission.
|
/hostap-3.6.0/src/common/ |
D | wpa_ctrl.c | 759 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/ |
D | README-WPS | 323 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
|
D | README | 35 derived from this software without specific prior written permission.
|
D | ChangeLog | 408 - allow authentication log to be written into SQLite database
|