summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/files/wpa_supplicant.sh
Commit message (Collapse)AuthorAgeFilesLines
* wpa_supplicant: fix beacon_int configuration optionJo-Philipp Wich2013-10-181-3/+3
| | | | | | | | | wpa_supplicant expects beacon_int instead of beacon_interval in its config file. Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 38451
* hostapd: don't configure wpa_supplicant with empty password="" if no ↵Jo-Philipp Wich2013-01-281-1/+1
| | | | | | password is specified (#12912) SVN-Revision: 35358
* wpa_supplicant.sh: always use parameters from the current sectionFelix Fietkau2012-12-161-7/+2
| | | | | | | | | | | | | | Using variables from the outer scope unnecessarily complicates the code and leads to issues. This patch fixes the bug when having an "adhoc" wifi-iface section before a "sta" section prevents wpa_supplicant from using the key specified in the corresponding section as it tries to use the "adhoc" key instead (1 by default). Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 34716
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-0/+199
SVN-Revision: 33688