]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant.c
wpa_supplicant: Test all compiled drivers before failing
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Nov 2010 14:45:27 +0000 (16:45 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Nov 2010 14:45:27 +0000 (16:45 +0200)
commit74b1c84a0b1218a33ce7089e11172e7f39273158
tree36e8b760971d26a2a273b5a664f3e26d19387a68
parentf5798bf36af27fcf2fc07949906904ff6c50a57b
wpa_supplicant: Test all compiled drivers before failing

wpa_supplicant_set_driver() is returning an error if the first driver
in the driver list is not built in. It should continue through the
driver list until it finds one that's built in.
wpa_supplicant/wpa_supplicant.c