Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:driver

11 	* bsd: Cleaned up driver wrapper and added various low-level
47 * cleaned up driver wrapper API (struct wpa_driver_ops); the new API
48 is not fully backwards compatible, so out-of-tree driver wrappers
77 * allow multiple driver wrappers to be specified on command line
82 SSIDs); this requires driver support and can currently be used only
97 * use shared driver wrapper files with hostapd
108 (this can also be used with a new 'none' driver wrapper if no
175 consumer grade routers); driver interface 'roboswitch'
194 * added driver_ps3 for the PS3 Linux wireless driver
250 using a longer hardcoded timeout for the scan if the driver supports
252 e.g., in cases where wpa_supplicant and madwifi driver ended up in
253 loop where the driver did not even try to associate
291 driver to take care of the 4-way handshake
293 driver_wext.c with a driver that includes the TSF (e.g., iwl4965)
361 (Note: this requires driver support to work properly.)
491 * changed NDIS driver naming to only include device GUID, e.g.,
496 * driver_ndis: re-initialize driver interface is the adapter is removed
538 a lot with, e.g., madwifi-ng driver)
550 if the driver does not support SIOCSIWAUTH
566 * driver_wext: Remove null-termination from SSID length if the driver
683 sure the driver configures broadcast decryption correctly
700 * driver_ndis: fixed driver polling not to increase frequency on each
792 * driver_ipw: updated driver structures to match with ipw2200-1.0.4
797 driver reports a successful association; this uses the same order for
818 * added support for arbitrary driver interface parameters through the
821 * added possibility to override l2_packet module with driver interface
822 API (new send_eapol handler); this can be used to implement driver
827 by using test driver interface without any kernel drivers or network
870 Ethernet); driver interface 'wired'
871 * obsoleted set_wpa() handler in the driver interface API (it can be
903 Authenticator rejects PMKSA caching attempt and the driver is not
958 in associate() handler for other drivers, too (assuming the driver
991 * added support for driver interfaces to replace the interface name
992 based on driver/OS specific mapping, e.g., in case of driver_ndis,
1004 * added support for driver events to add PMKID candidates in order to
1008 * added KEY_MGMT_802_1X_NO_WPA as a new key_mgmt type so that driver
1025 e.g., ndiswrapper and NDIS driver; this mode should allow such
1032 - driver_ndis.c driver interface (NDIS OIDs)
1039 * added auth_alg to driver interface associate() parameters to make it
1044 * driver_broadcom: added new driver interface for Broadcom wl.o driver
1045 (a generic driver for Broadcom IEEE 802.11a/g cards)
1082 * changed SSID configuration in driver_wext.c (used by many driver
1087 * added driver interface for Intel ipw2100 driver
1106 * avoid clearing driver keys if no keys have been configured since last
1108 handshake for ndiswrapper & NDIS driver which seems to be suffering
1111 * changed driver interface API:
1116 - the new API is not backwards compatible; all in-tree driver
1133 * added support for FreeBSD and driver interface for the BSD net80211
1148 * added a new driver interface, 'wext', which uses only standard,
1149 driver independent functionality in Linux wireless extensions;
1153 * added support for mode in which the driver is responsible for AP
1156 this mode can be used, e.g., with generic 'wext' driver interface to
1157 use wpa_supplicant as IEEE 802.1X Supplicant with any Linux driver
1188 * added driver interface for Linux ndiswrapper
1203 * added support for madwifi driver (Atheros ar521x)
1210 * added support for ATMEL AT76C5XXx driver
1291 - driver interfaces (hostap, hermes, ..)