/external/wpa_supplicant/ |
wpa_supplicant.c | 219 " from the driver as the EAPOL destination", 246 * wpa_eapol_set_wep_key - set WEP key for the driver 570 wpa_s->driver && os_strcmp(wpa_s->driver->name, "wired") == 0) 631 if (wpa_s->conf && wpa_s->driver && 632 os_strcmp(wpa_s->driver->name, "wired") == 0) { 744 * wpa_clear_keys - Clear keys configured for the driver 749 * for the driver. 1030 wpa_s->driver && os_strcmp(wpa_s->driver->name, "wired") == 0) [all...] |
driver_wext.c | 2 * WPA Supplicant - 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 28 #include "driver.h" 350 /* Host AP driver */ 956 * wpa_driver_wext_init - Initialize WE driver interface 1024 * Make sure that the driver does not have any obsolete PMKID entries. 1029 printf("Could not configure driver to use managed mode\n"); 1038 * Host AP driver may use both wlan# and wifi# interface in 1043 * driver are not in use anymore [all...] |
driver_ndiswrapper.c | 2 * WPA Supplicant - driver interaction with Linux ndiswrapper 22 #include "driver.h" 145 * enabled AP to plaintext one seemed to fail since the driver
|
/frameworks/base/docs/html/sdk/ |
RELEASENOTES.jd | 187 <h3>New USB Driver for Windows</h3> 191 driver. 194 driver that you can install. The driver is compatible with both 32- and 64-bit 195 versions of Windows XP and Vista. The driver represents an upgrade from the USB 196 driver included in previous Android SDKs, although installing the new driver is 199 <p>If you installed the USB driver from a previous SDK release and it is working 200 properly, you do not need to upgrade to the new driver. However, we recommend 201 upgrading if you have had any problems with the older driver or simply wan [all...] |
/external/grub/netboot/ |
eepro100.c | 2 * eepro100.c -- This file implements the eepro100 driver for etherboot. 10 * by paying for this driver and then putting the result under GPL. 12 * If you need a Linux device driver, please contact BitWizard for a 39 * This is the etherboot intel etherexpress Pro/100B driver. 42 * driver as a guideline. Mostly the 82557 related definitions and the 45 * The driver was finished before Intel got the NDA out of the closet. 49 /* Philosophy of this driver. 62 * start recieving packets. The Linux driver has a whole transmit and 85 * this driver and the 0xa0000 address. If you compile in too many 161 #define DRVR_INT 0x0200 /* Driver generated interrupt. * [all...] |
/external/jpeg/ |
jmemdos.c | 98 typedef struct { /* registers for calling XMS driver */ 102 typedef struct { /* registers for calling EMS driver */ 314 static XMSDRIVER xms_driver; /* saved address of XMS driver */ 341 /* The XMS driver can't cope with an odd length, so handle the last byte 374 /* The XMS driver can't cope with an odd length, so handle the last byte 409 /* we ignore any error return from the driver */ 419 /* Get address of XMS driver */ 422 return FALSE; /* no driver to be had */ 549 /* we ignore any error return from the driver */ 559 /* Is EMS driver there? * [all...] |
/external/libpcap/ |
pcap-win32.c | 63 * Header that the WinPcap driver associates to the packets. 556 /* allocate the standard buffer in the driver */ 559 snprintf(ebuf, PCAP_ERRBUF_SIZE,"driver error: not enough memory to allocate the kernel buffer\n"); 563 /* tell the driver to copy the buffer only if it contains at least 16K */ 673 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "Driver error: cannot set bpf filter: %s", pcap_win32strerror()); 688 * We filter at user level, since the kernel driver does't process the packets 750 /* Set the driver working mode */ 762 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: working mode not recognized"); 781 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: not enough memory to allocate the kernel buffer"); 799 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: unable to set the requested mintocopy size") [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/ |
TNETW_Driver.c | 370 /* free the TNETW driver */ 389 * DESCRIPTION: TNETW Driver Init 458 * DESCRIPTION: Configure the TNET Driver Module callback 517 * DESCRIPTION: Configure the TNET Driver Module callback 548 * DESCRIPTION: Configure the TNET Driver Module 673 /* Start configuring driver */ 935 TEMPORARY!! - untill the new TNETW-Driver architecture is completed!! 937 In the new architecture all external calls to the driver will be through 940 Called by the driver creation process. 941 Gets the TNETW-Driver modules handles needed externally [all...] |
/system/wlan/ti/wilink_6_1/utils/ |
CmdInterfaceCodes.h | 61 The parmeters that can be Set/Get from inside the driver only are defined in the file paramIn.h */ 76 (All the parameters can be Get/Set from insied the driver.) 135 DRIVER_MODULE_PARAM = 0x0000, /**< Driver Module Number */ 194 * (All the parameters can be Get/Set from insied the driver.) 208 /* Driver General section */ 209 DRIVER_INIT_PARAM = SET_BIT | DRIVER_MODULE_PARAM | 0x00, /**< Driver Init Parameter (Driver General Set Command): \n 210 * Used for setting driver defaults. Done Sync with no memory allocation\n 212 * Module Number: Driver Module Number \n 218 DRIVER_START_PARAM = SET_BIT | DRIVER_MODULE_PARAM | 0x01, /**< Driver Start Parameter (Driver General Set Command): \ [all...] |
/external/freetype/include/freetype/internal/ |
ftserv.h | 50 * This macro is used to look up a service from a face's driver module. 71 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 85 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 121 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 134 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \ 516 * This macro is used to lookup a service from a face's driver module [all...] |
ftdriver.h | 5 /* FreeType font driver interface (specification). */ 121 /* The font driver class. This structure mostly contains pointers to */ 122 /* driver methods. */
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11gl.c | 97 /* load the gl driver from a default path */ 99 /* no driver has been loaded, use default (ourselves) */ 217 SDL_SetError("X11 driver not configured with OpenGL"); 248 SDL_SetError("X11 driver not configured with OpenGL"); 289 SDL_SetError("X11 driver not configured with OpenGL"); 492 /* Unload the old driver and reset the pointers */
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
esta_drv.c | 142 MODULE_DESCRIPTION("TI WLAN Embedded Station Driver"); 151 /* network device driver interface */ 545 Used when driver is not initialized 949 /* if the driver was unloaded by that time we need to ignore all the timers */ 998 /* if the driver was unloaded by that time we need to ignore all the timers */ [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
Connection.java | 95 * Causes the instant release of all database and driver connection 416 * Subject to JDBC driver support, this operation will attempt to send the 418 * the driver does not support precompiled statements, the statement will 438 * used to tell the driver whether such keys should be made accessible. 447 * Subject to JDBC driver support, this operation will attempt to send the 449 * the driver does not support precompiled statements, the statement will 481 * Subject to JDBC driver support, this operation will attempt to send the 483 * the driver does not support precompiled statements, the statement will 580 * Subject to JDBC driver support, this operation will attempt to send the 582 * the driver is not capable of handling precompiled statements, th [all...] |
/development/pdk/docs/porting/ |
getting_source_code.jd | 99 <p>Android source code is maintained in two repositories: <code>device</code> and <code>kernel</code>. The <code>device</code> repository includes the Android framework (things like the Activity Manager, Window Manager, Telephony Manager, View System, etc.). The <code>kernel</code> repository includes the core code necessary to run the operating system (things like the Display Driver, Camera Driver, Keypad Driver, Power Management, etc.). (Please see <a href="http://code.google.com/android/what-is-android.html">What is Android?</a> for details.)</p>
|
/external/dbus/doc/ |
TODO | 91 - perhaps the bus driver should have properties that reflect attributes 97 the bus driver is kind of strange; basically it's hardcoded that 98 you can always talk to the driver, but the default config file
|
/external/iproute2/include/linux/ |
if.h | 51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ 52 #define IFF_DORMANT 0x20000 /* driver signals dormant */ 121 * for driver options and along come the PCMCIA people 8)
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nas/ |
SDL_nasaudio.c | 22 This driver was written by: 45 /* Audio driver functions */ 52 /* Audio driver bootstrap functions */
|
/frameworks/base/docs/html/guide/developing/ |
device.jd | 17 href="{@docRoot}sdk/win-usb.html">USB Driver for Windows</a></li> 74 <li>If you're developing on Windows, you need to install a USB driver 76 Driver</a> documentation.</li>
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdh.h | 2 * SDIO host client driver interface of Broadcom HNBU 43 /* Attach and build an interface to the underlying SD host driver. 188 extern int bcmsdh_register(bcmsdh_driver_t *driver);
|
/hardware/msm7k/libaudio/ |
AudioHardware.h | 35 // Kernel driver interface 89 #define AUDIO_HW_NUM_OUT_BUF 2 // Number of buffers in audio driver for output 169 // must be 32-bit aligned - driver only seems to like 4800
|
/hardware/msm7k/librpc/ |
svc_clnt_common.c | 36 * driver will ensure that the calls are properly muxed, because the 37 * processes will have separate PIDs, and the rpcrouter driver uses PIDs to 48 * NOTE: The RPC router driver will soon be able to open a separate device
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ |
ipc_event.c | 50 Driver events handler 136 /* this is event from the driver*/ 139 /* get 'n' bytes from driver socket*/
|
/bionic/libc/kernel/common/linux/ |
usbdevice_fs.h | 50 char driver[USBDEVFS_MAXDRIVERNAME + 1]; member in struct:usbdevfs_getdriver
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
JDBCDriver.java | 6 public class JDBCDriver implements java.sql.Driver {
|