Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostapd: enable 802.11r for the -full variant (#13250) | Felix Fietkau | 2013-05-03 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36533 | ||||
* | hostapd: return the frequency to some ubus calls to make integration easier | Felix Fietkau | 2013-04-23 | 1 | -1/+3 |
| | | | | SVN-Revision: 36410 | ||||
* | hostapd: update to 2013-04-05 | Felix Fietkau | 2013-04-22 | 23 | -114/+105 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376 | ||||
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -3/+3 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | hostapd: fix build errors on supplicant-only builds | Felix Fietkau | 2013-03-18 | 2 | -4/+6 |
| | | | | SVN-Revision: 36085 | ||||
* | hostapd: initial prototype of an ubus binding | Felix Fietkau | 2013-03-17 | 5 | -3/+694 |
| | | | | | | | Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081 | ||||
* | use new button scheme | John Crispin | 2013-03-13 | 2 | -0/+7 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36004 | ||||
* | hostapd: fix client reassociation after too many ACK failures | Felix Fietkau | 2013-03-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 35973 | ||||
* | hostapd: include the madwifi headers in the package directory to avoid ↵ | Felix Fietkau | 2013-03-05 | 6 | -1/+2454 |
| | | | | | | compile breakage if the madwifi build fails SVN-Revision: 35893 | ||||
* | hostapd: update to git version 2013-03-02 | Felix Fietkau | 2013-03-04 | 28 | -340/+154 |
| | | | | SVN-Revision: 35887 | ||||
* | hostapd: fix the scan wait patch for multiple interfaces | Felix Fietkau | 2013-02-16 | 1 | -21/+13 |
| | | | | SVN-Revision: 35630 | ||||
* | hostapd: add back the patch that waits for interface bringup in ht40, it got ↵ | Felix Fietkau | 2013-02-16 | 1 | -0/+73 |
| | | | | | | lost with the update SVN-Revision: 35619 | ||||
* | mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵ | Felix Fietkau | 2013-02-11 | 1 | -0/+4 |
| | | | | | | by default SVN-Revision: 35565 | ||||
* | hostapd: don't configure wpa_supplicant with empty password="" if no ↵ | Jo-Philipp Wich | 2013-01-28 | 1 | -1/+1 |
| | | | | | | password is specified (#12912) SVN-Revision: 35358 | ||||
* | Remove remaining etrax references | John Crispin | 2013-01-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 34968 | ||||
* | wpa_supplicant.sh: always use parameters from the current section | Felix Fietkau | 2012-12-16 | 1 | -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 | ||||
* | mac80211, hostapd: Fix macfilter for multi bssid setups | Felix Fietkau | 2012-12-04 | 1 | -0/+21 |
| | | | | | | | | | | | 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 definition | Florian Fainelli | 2012-11-21 | 4 | -11/+19 |
| | | | | | | | | 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 Fietkau | 2012-10-25 | 2 | -1/+43 |
| | | | | | | vaps of the same wifi device) SVN-Revision: 33919 | ||||
* | hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445) | Felix Fietkau | 2012-10-17 | 1 | -0/+17 |
| | | | | SVN-Revision: 33815 | ||||
* | hostapd: remove redundant MAINTAINER lines | Felix Fietkau | 2012-10-10 | 1 | -4/+0 |
| | | | | SVN-Revision: 33692 | ||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 40 | -0/+4799 |
SVN-Revision: 33688 |