I have compiled wpa_supplicant code downloaded from http://hostap.epitest.fi/wpa_supplicant/ version is 0.7.3. I am getting No Drivers installed while trying to run the built wpa_supplicant. Am i missing anything in its compilation? Has anyone faced this error? Is there any setting to enable drivers also while compiling wpa_supplicant and wpa_cli?
I have compiled wpa_supplicant code downloaded from http://hostap.epitest.fi/wpa_supplicant/ version is 0.7.3. I am getting
Share
Does your kernel automatically load the correct module for your wireless card? If not,
modprobethe correct module, and try again.Also, the
wpa_supplicant(8)page’sAVAILABLE DRIVERSsection says that only a handful of cards are supported (disappointing, but at least you could look through the list before buying a card), and that support for the drivers may or may not be compiled in. So make sure your card’s driver is on the list, and make sure you’ve compiledwpa_supplicant(8)with the correct driver.