Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:driver

26 #include "drivers/driver.h"
217 wpa_s->driver && IS_WIRED(wpa_s->driver))
277 if (wpa_s->conf && wpa_s->driver && IS_WIRED(wpa_s->driver)) {
398 * wpa_clear_keys - Clear keys configured for the driver
403 * for the driver.
697 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
703 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
709 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
718 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
1175 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1391 * This function is request the current scan results from the driver and stores
1406 } else if (wpa_s->driver->get_scan_results2 == NULL)
1449 "driver.");
1458 wpa_printf(MSG_WARNING, "Could not read BSSID from driver.");
1462 wired = wpa_s->conf->ap_scan == 0 && wpa_s->driver &&
1463 IS_WIRED(wpa_s->driver);
1497 wpa_printf(MSG_ERROR, "No driver interfaces build into "
1503 /* default to first driver in the list */
1504 wpa_s->driver = wpa_supplicant_drivers[0];
1511 wpa_s->driver = wpa_supplicant_drivers[i];
1517 wpa_printf(MSG_ERROR, "Unsupported driver '%s'.\n", name);
1534 * through different paths from the driver. In order to avoid
1618 * wpa_supplicant_driver_init - Initialize driver interface parameters
1622 * This function is called to initialize driver interface parameters.
1624 * driver interface.
1630 if (wpa_s->driver->send_eapol) {
1675 wpa_printf(MSG_DEBUG, "Driver does not support WPA.");
1679 "driver.");
1692 wpa_printf(MSG_DEBUG, "RSN: flushing PMKID list in the driver");
1726 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
1729 iface->driver ? iface->driver : "default",
1733 if (wpa_supplicant_set_driver(wpa_s, iface->driver) < 0) {
1820 /* Initialize driver interface and register driver event handler before
1826 wpa_printf(MSG_ERROR, "Failed to initialize driver interface");
1830 wpa_printf(MSG_ERROR, "Driver interface rejected "
1837 wpa_printf(MSG_DEBUG, "Driver interface replaced interface "
1931 "driver.");
2149 wpa_printf(MSG_ERROR, "Failed to initialize driver "