HomeSort by relevance Sort by last modified time
    Searched full:ndisuio (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"),
74 static void ndisuio_query_bindings(HANDLE ndisuio)
91 if (!DeviceIoControl(ndisuio, IOCTL_NDISUIO_QUERY_BINDING,
127 HANDLE ndisuio = ndisuio_open(); local
128 if (ndisuio == INVALID_HANDLE_VALUE)
131 ndisuio_query_bindings(ndisuio);
132 CloseHandle(ndisuio);
android.config 53 # replaced with the following option which replaces WinPcap calls with NDISUIO.
262 # ndis = Windows NDISUIO (note: requires CONFIG_USE_NDISUIO=y)
defconfig 65 # replaced with the following option which replaces WinPcap calls with NDISUIO.
278 # ndis = Windows NDISUIO (note: requires CONFIG_USE_NDISUIO=y)
ChangeLog     [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 2 * WPA Supplicant - Layer2 packet handling with Microsoft NDISUIO
9 * i.e., eloop_win.c. In addition, the NDISUIO connection is shared with
41 /* From driver_ndis.c to shared the handle to NDISUIO */
45 * NDISUIO supports filtering of only one ethertype at the time, so we must
134 wpa_printf(MSG_DEBUG, "L2(NDISUIO): Wait for pending "
140 wpa_printf(MSG_DEBUG, "L2(NDISUIO): "
148 wpa_printf(MSG_DEBUG, "L2(NDISUIO): WriteFile failed: %d",
171 * ReadFile on NDISUIO/WinCE returns ERROR_DEVICE_NOT_CONNECTED
203 wpa_printf(MSG_DEBUG, "L2(NDISUIO): RX thread started");
208 * Unfortunately, NDISUIO on WinCE does not seem to support waitin
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
36 HANDLE ndisuio; member in struct:wpa_driver_ndis_data
driver_ndis.c 467 if (!DeviceIoControl(drv->ndisuio, IOCTL_NDISUIO_QUERY_OID_VALUE,
548 if (!DeviceIoControl(drv->ndisuio, IOCTL_NDISUIO_SET_OID_VALUE,
2969 HANDLE ndisuio; local
    [all...]

Completed in 1499 milliseconds