Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:driver

219 				   " from the driver as the EAPOL destination",
246 * wpa_eapol_set_wep_key - set WEP key for the driver
570 wpa_s->driver && os_strcmp(wpa_s->driver->name, "wired") == 0)
631 if (wpa_s->conf && wpa_s->driver &&
632 os_strcmp(wpa_s->driver->name, "wired") == 0) {
744 * wpa_clear_keys - Clear keys configured for the driver
749 * for the driver.
1030 wpa_s->driver && os_strcmp(wpa_s->driver->name, "wired") == 0) {
1031 wpa_printf(MSG_DEBUG, "Using wired driver - overriding "
1172 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
1178 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled pairwise "
1184 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled key "
1193 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver associated with an AP "
1554 wpa_msg(wpa_s, MSG_INFO, "Association request to the driver "
1674 * This function is request the current scan results from the driver and stores
1768 * scan results from the driver. */
1802 "driver.");
1811 wpa_printf(MSG_WARNING, "Could not read BSSID from driver.");
1815 wired = wpa_s->conf->ap_scan == 0 && wpa_s->driver &&
1816 os_strcmp(wpa_s->driver->name, "wired") == 0;
1943 wpa_printf(MSG_ERROR, "No driver interfaces build into "
1949 /* default to first driver in the list */
1950 wpa_s->driver = wpa_supplicant_drivers[0];
1956 wpa_s->driver = wpa_supplicant_drivers[i];
1961 wpa_printf(MSG_ERROR, "Unsupported driver '%s'.\n", name);
2012 * wpa_supplicant_driver_init - Initialize driver interface parameters
2018 * This function is called to initialize driver interface parameters.
2020 * driver interface.
2028 if (wpa_s->driver->send_eapol) {
2078 wpa_printf(MSG_DEBUG, "Driver does not support WPA.");
2082 "driver.");
2126 wpa_printf(MSG_DEBUG, "Initializing interface '%s' conf '%s' driver "
2129 iface->driver ? iface->driver : "default",
2133 if (wpa_supplicant_set_driver(wpa_s, iface->driver) < 0) {
2301 /* Initialize driver interface and register driver event handler before
2307 wpa_printf(MSG_ERROR, "Failed to initialize driver interface");
2311 wpa_printf(MSG_ERROR, "Driver interface rejected "
2318 wpa_printf(MSG_DEBUG, "Driver interface replaced interface "
2396 "driver.");