Allow multiple driver wrappers to be specified on command line
authorJouni Malinen <j@w1.fi>
Sat, 14 Feb 2009 14:43:43 +0000 (16:43 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 14 Feb 2009 14:43:43 +0000 (16:43 +0200)
commit362f781e1cfbc006d6e0d776981e8bc90ae9354f
treecf70be3daaf3e2addc93085abc8eed3abb24b53e
parent7d315b7b429d6847de91524150a9ddc2fa6e21e4
Allow multiple driver wrappers to be specified on command line

For example, -Dnl80211,wext could be used to automatically select
between nl80211 and wext. The first driver wrapper that is able to
initialize the interface will be used.
src/drivers/driver_nl80211.c
src/drivers/driver_wext.c
wpa_supplicant/ChangeLog
wpa_supplicant/README
wpa_supplicant/doc/docbook/wpa_supplicant.sgml
wpa_supplicant/main.c
wpa_supplicant/wpa_supplicant.c