diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-20 21:12:49 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-20 21:12:49 +0200 |
commit | a3c6598fcd896420997f38d973dc79b8ef200df5 (patch) | |
tree | 10da823835d0aaafaf93dfac6eb0800819c57536 /wpa_supplicant | |
parent | da87d6f8b560b3fcf75c622a84bafb60daa1e90c (diff) | |
download | external_wpa_supplicant_8_ti-a3c6598fcd896420997f38d973dc79b8ef200df5.zip external_wpa_supplicant_8_ti-a3c6598fcd896420997f38d973dc79b8ef200df5.tar.gz external_wpa_supplicant_8_ti-a3c6598fcd896420997f38d973dc79b8ef200df5.tar.bz2 |
Add 'none' driver as an option for wpa_supplicant
This can be used, e.g., with WPS ER when no network interface is
actually used for IEEE 802.1X or wireless operations.
Diffstat (limited to 'wpa_supplicant')
-rw-r--r-- | wpa_supplicant/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 453ffe8..8cb4300 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -120,6 +120,9 @@ CONFIG_DRIVER_WIRED=y # Driver interface for the Broadcom RoboSwitch family #CONFIG_DRIVER_ROBOSWITCH=y +# Driver interface for no driver (e.g., WPS ER only) +#CONFIG_DRIVER_NONE=y + # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is # included) CONFIG_IEEE8021X_EAPOL=y |