HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 501 - 525 of 2316) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_6/wpa_supplicant/
ChangeLog 76 consumer grade routers); driver interface 'roboswitch'
95 * added driver_ps3 for the PS3 Linux wireless driver
151 using a longer hardcoded timeout for the scan if the driver supports
153 e.g., in cases where wpa_supplicant and madwifi driver ended up in
154 loop where the driver did not even try to associate
192 driver to take care of the 4-way handshake
194 driver_wext.c with a driver that includes the TSF (e.g., iwl4965)
262 (Note: this requires driver support to work properly.)
392 * changed NDIS driver naming to only include device GUID, e.g.,
397 * driver_ndis: re-initialize driver interface is the adapter is remove
    [all...]
  /external/wpa_supplicant_8/hostapd/
README 70 driver. It adds more features to the basic IEEE 802.11 management
71 included in the kernel driver: using external RADIUS authentication
87 Host AP driver for Prism2/2.5/3.
92 madwifi driver for cards based on Atheros chip set (ar521x)
95 madwifi driver root directory in .config (see defconfig file for
98 mac80211-based drivers that support AP mode (with driver=nl80211).
102 Any wired Ethernet driver for wired IEEE 802.1X authentication
107 BSD net80211 layer (e.g., Atheros driver)
150 Host AP driver includes PAE functionality in the kernel driver. I
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 2 * Driver interaction with generic Linux Wireless Extensions
14 * This file implements a driver interface for the Linux Wireless Extensions.
17 * can be used by other driver interface implementations that use generic WE
37 #include "driver.h"
251 /* Host AP driver */
786 * wpa_driver_wext_init - Initialize WE driver interface
808 wpa_printf(MSG_DEBUG, "WEXT: cfg80211-based driver detected");
895 * Make sure that the driver does not have any obsolete PMKID entries.
900 wpa_printf(MSG_DEBUG, "Could not configure driver to use "
908 * Unlock the driver's BSSID and force to a random SSID to clear an
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 442 * wpa_clear_keys - Clear keys configured for the driver
447 * for the driver.
824 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
830 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
836 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
845 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
1832 const char *pos, *driver = name; local
2088 const char *ifname, *driver; local
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 164 public MockCursor(SQLiteDatabase db, SQLiteCursorDriver driver, String editTable,
166 super(db, driver, editTable, query);
  /external/bluetooth/bluez/src/
device.h 116 int btd_register_device_driver(struct btd_device_driver *driver);
117 void btd_unregister_device_driver(struct btd_device_driver *driver);
  /external/clang/www/
get_started.html 173 <li>Build the "clang" project for just the compiler driver and front end, or
187 <a name="driver"><h2>Clang Compiler Driver (Drop-in Substitute for GCC)</h2></a>
189 <p>The <tt>clang</tt> tool is the compiler driver and front-end, which is
191 some examples of how to use the high-level driver:
203 <p>The 'clang' driver is designed to work as closely to GCC as possible to
256 not the driver, should be run. The compiler front-end has several additional
257 Clang specific features which are not exposed through the GCC compatible driver
  /external/freetype/src/base/
ftadvanc.c 84 func = face->driver->clazz->get_advances;
127 func = face->driver->clazz->get_advances;
  /external/iproute2/include/linux/
if_tun.h 2 * Universal TUN/TAP device driver.
82 * If the count is zero the filter is disabled and the driver accepts
  /external/kernel-headers/original/linux/
console_struct.h 7 * Fields marked with [#] must be set by the low-level driver.
8 * Fields marked with [!] can be changed by the low-level driver
if_tun.h 2 * Universal TUN/TAP device driver.
82 * If the count is zero the filter is disabled and the driver accepts
ppdev.h 4 * User-space parallel port device driver (header file).
54 /* Yield the port (release it if another driver is waiting,
serial_core.h 232 unsigned int read_status_mask; /* driver specific */
233 unsigned int ignore_status_mask; /* driver specific */
275 unsigned char hub6; /* this should be in the 8250 driver */
281 * The low level driver must not to touch any elements contained
305 * is open; it may be freed by the core driver once the device has
306 * been closed. Either the low level driver or the core can modify
347 * these are private; the low level driver should not
381 * Port/driver registration/removal
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 1 //===-- llvm-diff.cpp - Module comparator command-line driver ---*- C++ -*-===//
10 // This file defines the command-line driver for the difference engine.
  /external/mesa3d/docs/
opengles.html 20 <li>Run <code>configure</code> with <code>--enable-gles-overlay</code> and enable the Gallium driver for your hardware.</li>
25 <code>egl_dri2</code> EGL driver with OpenGL|ES-enabled DRI drivers
relnotes-7.8.3.html 18 glGetString(GL_VERSION) depends on the particular driver being used.
47 <li>The radeon driver should use less memory when searching for a valid mip
relnotes-7.9.html 20 glGetString(GL_VERSION) depends on the particular driver being used.
45 <li>New, very experimental Gallium driver for R600-R700 Radeons.
47 <li>GL_EXT_timer_query extension (i965 driver and softpipe only)
64 <li>GL_NV_conditional_render (in r300 Gallium driver)
66 driver.
73 <li>Massive improvements to the Gallium driver for R300-R500 Radeons; this
74 driver is now considered stable for use as a DRI (OpenGL) driver.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 8 /* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
135 // parameters defining the operation of the driver
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c 25 MiNT /dev/mouse driver
53 TODO: Fix the MiNT device driver, that locks mouse for other
  /external/quake/quake/src/WinQuake/
3dfx.txt 17 GLQuake driver. Please download these drivers from your board
21 Release Notes for GLQuake's mini-GL driver
  /external/srec/doc/logs/uapi/
run_robustness2.log 44 Sleep 1800 ms (workaround for Sooner audio driver bug)
70 Sleep 1800 ms (workaround for Sooner audio driver bug)
96 Sleep 1800 ms (workaround for Sooner audio driver bug)
122 Sleep 1800 ms (workaround for Sooner audio driver bug)
148 Sleep 1800 ms (workaround for Sooner audio driver bug)
174 Sleep 1800 ms (workaround for Sooner audio driver bug)
200 Sleep 1800 ms (workaround for Sooner audio driver bug)
226 Sleep 1800 ms (workaround for Sooner audio driver bug)
252 Sleep 1800 ms (workaround for Sooner audio driver bug)
278 Sleep 1800 ms (workaround for Sooner audio driver bug
    [all...]
  /external/srtp/test/
roc_driver.c 4 * test driver for rollover counter replay implementation
67 printf("rollover counter test driver\n"
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 32 open DRIVER_TEMPLATE, "<resources/driver-TEMPLATE.html";
85 open OUTPUT, ">hosted/${suite}/driver.html";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 34 * The test driver searches for such a phrase in the test output.
165 reportFailure ("Test driver failure, expected to exit function '" +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 34 * The test driver searches for such a phrase in the test output.
165 reportFailure ("Test driver failure, expected to exit function '" +

Completed in 2177 milliseconds

<<21222324252627282930>>