Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:driver

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.
1056 * wpa_driver_wext_deinit - Deinitialize WE driver interface
1059 * Shut down driver interface and processing of driver events. Free
1070 * Clear possibly configured driver parameters in order to make it
1071 * easier to use the driver after wpa_supplicant has been terminated.
1107 * generate a scan completed event if the driver does not report this.
1117 * wpa_driver_wext_scan - Request the driver to initiate scan
1173 * The driver seems to deliver SIOCGIWSCAN events to notify
1362 * frequency if the driver sends both
1364 * driver may be sending an A-band
1692 * @priv: Private driver interface data
1699 * driver does not support separate unicast/individual key
1736 wpa_printf(MSG_DEBUG, "Driver did not support "
1740 wpa_printf(MSG_DEBUG, "Driver did not support "
1902 wpa_printf(MSG_DEBUG, "WEXT: Driver did not support "
1957 * If the driver did not support SIOCSIWAUTH, fallback to
2374 wpa_printf(MSG_ERROR, "WEXT: Failed to configure driver to "