Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostapd: update to 20110117 | Felix Fietkau | 2011-01-24 | 16 | -152/+222 |
| | | | | SVN-Revision: 25094 | ||||
* | hostapd: Create one control interface per virtual bssid | Felix Fietkau | 2011-01-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Previously hostapd created one control interface /var/run/hostapd-phyX which only contained the first virtual bssid (for example wlan0). In order to access the other virtual bssids with hostapd_cli add all virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface parameter per bssid. Previously the control interface looked like: /var/run/hostapd-phyX/wlan0 Now, the control interface looks like this: /var/run/hostapd-phyX/wlan0 /var/run/hostapd-phyX/wlan1 ... Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24985 | ||||
* | hostapd: fix appending the iapp_interface variable to the config | Felix Fietkau | 2010-12-19 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24724 | ||||
* | hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config | Felix Fietkau | 2010-12-19 | 1 | -0/+2 |
| | | | | | | | | | | This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24722 | ||||
* | hostapd: Allow rsn_preauth configuration | Felix Fietkau | 2010-12-19 | 1 | -14/+26 |
| | | | | | | | | | | | | | | | | | Hostapd can allow preauthentication for WPA2-EAP networks when the interfaces through which preauthentication is allowed are configured. Add a new param "rsn_preauth=0/1" to the configuration that enables or disables preauthentication on the according bridge interface. Preauthentication for unbridged networks is not considered in this patch. Cc: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24721 | ||||
* | hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵ | Jo-Philipp Wich | 2010-11-19 | 1 | -0/+81 |
| | | | | | | or /sbin/wifi if an incorrect channel is configured SVN-Revision: 24041 | ||||
* | hostapd: back out a problematic madwifi change that worked around some ↵ | Felix Fietkau | 2010-11-19 | 1 | -15/+1 |
| | | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) SVN-Revision: 24032 | ||||
* | hostapd: fix madwifi related linker error (include wext support for non-wpad ↵ | Felix Fietkau | 2010-11-13 | 2 | -2/+15 |
| | | | | | | hostapd builds) SVN-Revision: 23987 | ||||
* | hostapd: update to 2010-11-11 | Felix Fietkau | 2010-11-11 | 19 | -440/+24 |
| | | | | SVN-Revision: 23969 | ||||
* | hostapd: add some wpa related madwifi fixes | Felix Fietkau | 2010-11-09 | 1 | -0/+48 |
| | | | | SVN-Revision: 23933 | ||||
* | hostapd: update to 20101109, reorganize patches | Felix Fietkau | 2010-11-09 | 28 | -275/+163 |
| | | | | SVN-Revision: 23932 | ||||
* | hostapd: Add 'identity' config option when eap_type is 'tls' on ↵ | Vasilis Tsiligiannis | 2010-11-03 | 2 | -1/+3 |
| | | | | | | wpa_supplicant (#8164) SVN-Revision: 23817 | ||||
* | hostapd: move the madwifi segfault fix to the right place | Felix Fietkau | 2010-10-31 | 2 | -32/+12 |
| | | | | SVN-Revision: 23738 | ||||
* | package/hostapd: fix crash in atheros driver (#8143) ↵ | Jo-Philipp Wich | 2010-10-29 | 1 | -0/+22 |
| | | | | | | hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv. SVN-Revision: 23715 | ||||
* | hostapd: do not restrict ht capabilities for ap+sta | Felix Fietkau | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23674 | ||||
* | Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵ | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+9 |
| | | | | | | | | | | auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. https://dev.openwrt.org/ticket/8120 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23655 | ||||
* | hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces | Felix Fietkau | 2010-10-26 | 1 | -0/+25 |
| | | | | SVN-Revision: 23641 | ||||
* | hostapd: fix wpa_supplicant standalone compile | Felix Fietkau | 2010-10-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 23625 | ||||
* | hostapd: fix AP+STA reconnects | Felix Fietkau | 2010-10-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 23604 | ||||
* | hostapd: remove some unnecessary debugging code from the last commit | Felix Fietkau | 2010-10-23 | 1 | -6/+3 |
| | | | | SVN-Revision: 23603 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 6 | -2/+383 |
| | | | | SVN-Revision: 23602 | ||||
* | hostapd: fix SIGHUP for multi-bss | Felix Fietkau | 2010-10-23 | 1 | -0/+89 |
| | | | | SVN-Revision: 23601 | ||||
* | hostapd: fix non-multicall wpa_supplicant compile | Felix Fietkau | 2010-09-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 23073 | ||||
* | hostapd: fix wpa_supplicant crash issues in WDS STA mode | Felix Fietkau | 2010-09-15 | 1 | -0/+43 |
| | | | | SVN-Revision: 23067 | ||||
* | hostapd: backport a fix to check for STA STBC capabilities before setting ↵ | Felix Fietkau | 2010-08-31 | 1 | -0/+41 |
| | | | | | | them (fixes #7464) SVN-Revision: 22854 | ||||
* | hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) | Vasilis Tsiligiannis | 2010-08-08 | 1 | -0/+2 |
| | | | | SVN-Revision: 22527 | ||||
* | move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵ | Felix Fietkau | 2010-07-20 | 1 | -1/+1 |
| | | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304 | ||||
* | hostapd: make rfkill support optional | Felix Fietkau | 2010-07-08 | 3 | -2/+272 |
| | | | | SVN-Revision: 22101 | ||||
* | hostapd: add preliminary wps script support (push-button only, does not ↵ | Felix Fietkau | 2010-07-08 | 3 | -2/+18 |
| | | | | | | handle multi-bss yet) SVN-Revision: 22100 | ||||
* | hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad | Felix Fietkau | 2010-07-08 | 2 | -1/+3 |
| | | | | SVN-Revision: 22098 | ||||
* | hostapd: update to 2010-07-05 | Felix Fietkau | 2010-07-08 | 13 | -47/+62 |
| | | | | SVN-Revision: 22097 | ||||
* | add missing dependencies for hostapd-utils and wpa-cli (#7421) | Felix Fietkau | 2010-07-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 22052 | ||||
* | hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na | Jo-Philipp Wich | 2010-06-30 | 1 | -0/+8 |
| | | | | SVN-Revision: 22000 | ||||
* | hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override | Jo-Philipp Wich | 2010-06-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 21998 | ||||
* | hostapd: forgot the actual change in previous commit | Jo-Philipp Wich | 2010-06-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 21821 | ||||
* | hostapd: properly read eap_type from configuration when setting up ↵ | Jo-Philipp Wich | 2010-06-16 | 1 | -2/+2 |
| | | | | | | wpa-supplicant, fixes WPA Enterprise in client mode (#7476) SVN-Revision: 21820 | ||||
* | hostapd: fix line reordering leading to segfaults | Felix Fietkau | 2010-05-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 21323 | ||||
* | wpa_supplicant: fix issues with the nl80211 driver | Felix Fietkau | 2010-05-02 | 2 | -0/+128 |
| | | | | SVN-Revision: 21320 | ||||
* | hostapd: add ap isolate support for mac80211 | Felix Fietkau | 2010-04-26 | 3 | -0/+134 |
| | | | | SVN-Revision: 21179 | ||||
* | hostapd: update to 20100418 (0.7.2) | Felix Fietkau | 2010-04-24 | 9 | -43/+43 |
| | | | | SVN-Revision: 21142 | ||||
* | hostapd: fix segmentation fault on non-mac80211 drivers (#7202) | Felix Fietkau | 2010-04-20 | 1 | -5/+7 |
| | | | | SVN-Revision: 21065 | ||||
* | hostapd: fix basic rate selection for 5ghz | Felix Fietkau | 2010-04-20 | 1 | -0/+68 |
| | | | | SVN-Revision: 21043 | ||||
* | hostapd: fixup madwifi turbo modes (#7060) | Jo-Philipp Wich | 2010-04-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 20675 | ||||
* | hostapd: fix build error caused by r20631 | Gabor Juhos | 2010-03-31 | 1 | -1/+10 |
| | | | | SVN-Revision: 20638 | ||||
* | hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 20631 | ||||
* | hostapd: clean up openssl tls dependencies and build handling (fixes #6572) | Felix Fietkau | 2010-03-28 | 2 | -11/+14 |
| | | | | SVN-Revision: 20547 | ||||
* | When enabling MFP, hostapd will read assoc_sa_query_max_timeout and ↵ | Travis Kemen | 2010-03-24 | 1 | -0/+8 |
| | | | | | | | | assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20397 | ||||
* | Enable management frame protection in hostapd, and make it configurable in ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+9 |
| | | | | | | | | /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20396 | ||||
* | Enable management frame protection in wpa_supplicant, and make it ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+11 |
| | | | | | | | | 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 Kemen | 2010-03-24 | 1 | -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 |