summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd
Commit message (Collapse)AuthorAge
...
* Remove remaining etrax referencesJohn Crispin2013-01-02
| | | | SVN-Revision: 34968
* wpa_supplicant.sh: always use parameters from the current sectionFelix Fietkau2012-12-16
| | | | | | | | | | | | | | 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
* mac80211, hostapd: Fix macfilter for multi bssid setupsFelix Fietkau2012-12-04
| | | | | | | | | | | Previously only the first macfilter configuration would have been used on all interfaces. However, the configuration was always done per vif already. Hence, move the macfilter setup into hostapd.sh where and create one mac list file per vif. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 34470
* hostapd: include sys/stat.h for a struct stat definitionFlorian Fainelli2012-11-21
| | | | | | | | Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34295
* hostapd: merge some pending fixes (fixes assoc errors when moving between ↵Felix Fietkau2012-10-25
| | | | | | vaps of the same wifi device) SVN-Revision: 33919
* hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)Felix Fietkau2012-10-17
| | | | SVN-Revision: 33815
* hostapd: remove redundant MAINTAINER linesFelix Fietkau2012-10-10
| | | | SVN-Revision: 33692
* packages: sort network related packages into package/network/Felix Fietkau2012-10-10
SVN-Revision: 33688