aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/files/wpa_supplicant.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enable management frame protection in wpa_supplicant, and make it ↵Travis Kemen2010-03-241-0/+10
| | | | | | | | configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20395
* Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one ↵Travis Kemen2010-03-241-10/+5
| | | | | | | | to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20394
* wpa_supplicant: fix bridging settings for wdsFelix Fietkau2010-03-091-0/+8
| | | | SVN-Revision: 20088
* mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵Felix Fietkau2010-02-191-1/+4
| | | | | | | | | | | | | | | | | | | Tintel) Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant or wpad, so maybe I need to add a check somewhere to see if wpa_supplicant is available, and show the user a warning if he tries client mode without wpa_supplicant. Suggestions on where to add this check are welcome. Tested with ath5k in client mode on open and wpa2-psk network, and tested on my ath9k based AP as well to make sure it doesn't break AP mode. SVN-Revision: 19718
* mac80211: use wpa_supplicant for unencrypted connections to improve client ↵Felix Fietkau2010-02-081-0/+3
| | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵Felix Fietkau2010-01-231-0/+117
hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286