Home | History | Annotate | Download | only in wpa_supplicant

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
230 #define SIOCSIWCOMMIT 0x8B00 /* Commit pending changes to driver */
234 * Don't put the name of your driver there, it's useless. */
254 * is never passed to the driver (i.e. the driver will never see it). */
300 * IE to empty buffer (len=0) removes the generic IE from the driver. Drivers
324 * Each driver is free to use them for whatever purpose it chooses,
325 * however the driver *must* export the description of those ioctls
360 #define IWEVCUSTOM 0x8C02 /* Driver specific ascii string */
376 * Managed mode if the driver
397 * The following is used with SIOCGIWPRIV. It allow a driver to define
446 #define IW_MODE_AUTO 0 /* Let the driver decides */
461 #define IW_QUAL_QUAL_INVALID 0x10 /* Driver doesn't provide value */
468 #define IW_FREQ_AUTO 0x00 /* Let the driver decides */
525 #define IW_SCAN_DEFAULT 0x0000 /* Default scan of the driver */
603 #define IW_AUTH_ROAMING_ENABLE 0 /* driver/firmware based roaming */
766 * current BSS if the driver is in Managed mode and associated with an AP.
791 * TU is 1.024 ms. If these are set to 0, driver is expected to use
1010 * us on which value we need to put in each driver... */