summaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: add more wps config methods to the configFelix Fietkau2011-03-251-2/+14
| | | | SVN-Revision: 26288
* hostapd: allow mixed TKIP/CCMP for 11nJo-Philipp Wich2011-02-151-2/+2
| | | | SVN-Revision: 25543
* hostapd: Create one control interface per virtual bssidFelix Fietkau2011-01-141-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 configFelix Fietkau2010-12-191-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24724
* hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.configFelix Fietkau2010-12-191-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 configurationFelix Fietkau2010-12-191-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: Add 'identity' config option when eap_type is 'tls' on ↵Vasilis Tsiligiannis2010-11-031-0/+2
| | | | | | wpa_supplicant (#8164) SVN-Revision: 23817
* Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵Jo-Philipp Wich2010-10-271-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/mac80211: implement support for AP+STAFelix Fietkau2010-10-231-1/+2
| | | | SVN-Revision: 23602
* hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)Vasilis Tsiligiannis2010-08-081-0/+2
| | | | SVN-Revision: 22527
* hostapd: add preliminary wps script support (push-button only, does not ↵Felix Fietkau2010-07-082-1/+16
| | | | | | handle multi-bss yet) SVN-Revision: 22100
* hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpadFelix Fietkau2010-07-082-1/+3
| | | | SVN-Revision: 22098
* hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11naJo-Philipp Wich2010-06-301-0/+8
| | | | SVN-Revision: 22000
* hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher overrideJo-Philipp Wich2010-06-301-1/+1
| | | | SVN-Revision: 21998
* hostapd: forgot the actual change in previous commitJo-Philipp Wich2010-06-161-0/+1
| | | | SVN-Revision: 21821
* hostapd: add ap isolate support for mac80211Felix Fietkau2010-04-261-0/+5
| | | | SVN-Revision: 21179
* hostapd: fixup madwifi turbo modes (#7060)Jo-Philipp Wich2010-04-031-1/+2
| | | | SVN-Revision: 20675
* When enabling MFP, hostapd will read assoc_sa_query_max_timeout and ↵Travis Kemen2010-03-241-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 Kemen2010-03-241-0/+7
| | | | | | | | /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 Kemen2010-03-242-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 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
* hostapd: always strip "11" from hwmode valueJo-Philipp Wich2010-03-211-2/+2
| | | | SVN-Revision: 20363
* hostapd: remove the hotplug script for adding wds station interfaces to a ↵Felix Fietkau2010-03-091-12/+0
| | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge SVN-Revision: 20104
* wpa_supplicant: fix bridging settings for wdsFelix Fietkau2010-03-091-0/+8
| | | | SVN-Revision: 20088
* hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ↵Felix Fietkau2010-02-191-0/+22
| | | | | | fixes #6672 SVN-Revision: 19720
* 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-236-0/+953
| | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286
* mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single ↵Felix Fietkau2010-01-201-97/+45
| | | | | | instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- SVN-Revision: 19235
* hostapd: parse the option for hiding the ESSID (#6310)Felix Fietkau2009-12-091-0/+2
| | | | SVN-Revision: 18727
* hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)Felix Fietkau2009-11-291-21/+21
| | | | SVN-Revision: 18602
* hostapd: automatically add wds sta interfaces of an ap to the right bridgeFelix Fietkau2009-11-111-0/+12
| | | | SVN-Revision: 18365
* hostapd: implement wds ap supportFelix Fietkau2009-11-111-1/+4
| | | | SVN-Revision: 18364
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵Felix Fietkau2009-11-112-1/+26
| | | | | | it works with internal crypto now SVN-Revision: 18360
* hostapd: use the new build variants feature to clean up the makefileFelix Fietkau2009-11-101-0/+0
| | | | SVN-Revision: 18358
* mac80211: fill some important capabilities into ht_capab in the hostapd configFelix Fietkau2009-11-041-0/+3
| | | | SVN-Revision: 18293
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵Felix Fietkau2009-10-171-0/+8
| | | | | | association problems SVN-Revision: 18051
* hostapd: initialize wme to sane valuesFelix Fietkau2009-10-021-0/+37
| | | | SVN-Revision: 17823
* add additions from (#5149)Florian Fainelli2009-07-141-2/+6
| | | | SVN-Revision: 16841
* hostapd: Remove deprecated 'debug' configuration variableVasilis Tsiligiannis2009-06-271-1/+0
| | | | SVN-Revision: 16594
* hostapd only supports either b or g as hwmode configuration variable. If bg ↵Hauke Mehrtens2009-04-091-0/+3
| | | | | | is set the scripts transfers it now to g mode. SVN-Revision: 15182
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-271-15/+11
| | | | SVN-Revision: 15055
* bump to version 0.6.9. Synced default.config and mini.config with upstream ↵Hauke Mehrtens2009-03-232-42/+64
| | | | | | version. SVN-Revision: 14992
* hostapd: add 11n mode and ht_capab option for hostapdGabor Juhos2009-03-011-1/+7
| | | | SVN-Revision: 14713
* add country code option for hostapd (patch from #4675)Felix Fietkau2009-02-221-0/+2
| | | | SVN-Revision: 14608
* fix hostapd startup for no-crypto configurationsFelix Fietkau2009-01-301-1/+2
| | | | SVN-Revision: 14276
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵Felix Fietkau2009-01-272-0/+6
| | | | | | depends on ath9k) SVN-Revision: 14224
* hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cliAndy Boyett2009-01-151-0/+1
| | | | SVN-Revision: 14039
* hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ↵Andy Boyett2008-12-311-8/+8
| | | | | | allowed values SVN-Revision: 13790
* fix typoFelix Fietkau2008-10-301-1/+1
| | | | SVN-Revision: 13084