Index: wpa_supplicant-0.5.8/driver_wext.c =================================================================== --- wpa_supplicant-0.5.8.orig/driver_wext.c +++ wpa_supplicant-0.5.8/driver_wext.c @@ -1733,6 +1733,7 @@ static int wpa_driver_wext_keymgmt2wext( { switch (keymgmt) { case KEY_MGMT_802_1X: + case KEY_MGMT_802_1X_NO_WPA: return IW_AUTH_KEY_MGMT_802_1X; case KEY_MGMT_PSK: return IW_AUTH_KEY_MGMT_PSK;