Home | History | Annotate | Download | only in linux

Lines Matching full:driver

21  * driver.
22 * This is better than having each driver having its entry because
23 * its centralised and we may remove the driver module safely.
25 * Ioctl are used to configure the driver and issue commands. This is
27 * change dynamically (while the driver is running) some parameters.
37 * We have a structure for data passed from the driver to /proc/net/wireless
43 * New driver API (2002 -> onward) :
46 * The new driver API is defined and documented in :
63 * These wireless extensions are not magic : each driver has to provide
146 * - Document creation of new driver API.
147 * - Extract union iwreq_data from struct iwreq (for new driver API).
161 * - Add IWEVCUSTOM for driver specific event/scanning token
162 * - Add IW_MAX_GET_SPY for driver returning a lot of addresses
172 * - Increase IW_MAX_AP to 64 for driver returning a lot of addresses
218 #define SIOCSIWCOMMIT 0x8B00 /* Commit pending changes to driver */
222 * Don't put the name of your driver there, it's useless. */
242 * is never passed to the driver (i.e. the driver will never see it). */
288 * IE to empty buffer (len=0) removes the generic IE from the driver. Drivers
312 * Each driver is free to use them for whatever purpose it chooses,
313 * however the driver *must* export the description of those ioctls
348 #define IWEVCUSTOM 0x8C02 /* Driver specific ascii string */
364 * Managed mode if the driver
385 * The following is used with SIOCGIWPRIV. It allow a driver to define
434 #define IW_MODE_AUTO 0 /* Let the driver decides */
448 #define IW_QUAL_QUAL_INVALID 0x10 /* Driver doesn't provide value */
454 #define IW_FREQ_AUTO 0x00 /* Let the driver decides */
509 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */
575 #define IW_AUTH_ROAMING_ENABLE 0 /* driver/firmware based roaming */
723 * current BSS if the driver is in Managed mode and associated with an AP.
748 * TU is 1.024 ms. If these are set to 0, driver is expected to use
964 * us on which value we need to put in each driver... */