summaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
Commit message (Expand)AuthorAgeFilesLines
* hostapd: add preliminary wps script support (push-button only, does not handl...Felix Fietkau2010-07-082-1/+16
* hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpadFelix Fietkau2010-07-082-1/+3
* hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11naJo-Philipp Wich2010-06-301-0/+8
* hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher overrideJo-Philipp Wich2010-06-301-1/+1
* hostapd: forgot the actual change in previous commitJo-Philipp Wich2010-06-161-0/+1
* hostapd: add ap isolate support for mac80211Felix Fietkau2010-04-261-0/+5
* hostapd: fixup madwifi turbo modes (#7060)Jo-Philipp Wich2010-04-031-1/+2
* When enabling MFP, hostapd will read assoc_sa_query_max_timeout and assoc_sa_...Travis Kemen2010-03-241-0/+8
* Enable management frame protection in hostapd, and make it configurable in /e...Travis Kemen2010-03-241-0/+7
* Enable management frame protection in wpa_supplicant, and make it configurabl...Travis Kemen2010-03-242-1/+11
* Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to...Travis Kemen2010-03-241-10/+5
* hostapd: always strip "11" from hwmode valueJo-Philipp Wich2010-03-211-2/+2
* hostapd: remove the hotplug script for adding wds station interfaces to a bri...Felix Fietkau2010-03-091-12/+0
* wpa_supplicant: fix bridging settings for wdsFelix Fietkau2010-03-091-0/+8
* hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ...Felix Fietkau2010-02-191-0/+22
* mac80211: always use wpa_supplicant for client connections (patch by Stijn Ti...Felix Fietkau2010-02-191-1/+4
* mac80211: use wpa_supplicant for unencrypted connections to improve client mo...Felix Fietkau2010-02-081-0/+3
* hostapd: add a build variant for wpa_supplicant and one for a multicall hosta...Felix Fietkau2010-01-236-0/+953
* mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single inst...Felix Fietkau2010-01-201-97/+45
* hostapd: parse the option for hiding the ESSID (#6310)Felix Fietkau2009-12-091-0/+2
* hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)Felix Fietkau2009-11-291-21/+21
* hostapd: automatically add wds sta interfaces of an ap to the right bridgeFelix Fietkau2009-11-111-0/+12
* hostapd: implement wds ap supportFelix Fietkau2009-11-111-1/+4
* hostapd: update to latest git, remove openssl dependency for hostapd-full, it...Felix Fietkau2009-11-112-1/+26
* hostapd: use the new build variants feature to clean up the makefileFelix Fietkau2009-11-101-0/+0
* mac80211: fill some important capabilities into ht_capab in the hostapd configFelix Fietkau2009-11-041-0/+3
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association...Felix Fietkau2009-10-171-0/+8
* hostapd: initialize wme to sane valuesFelix Fietkau2009-10-021-0/+37
* add additions from (#5149)Florian Fainelli2009-07-141-2/+6
* hostapd: Remove deprecated 'debug' configuration variableVasilis Tsiligiannis2009-06-271-1/+0
* hostapd only supports either b or g as hwmode configuration variable. If bg i...Hauke Mehrtens2009-04-091-0/+3
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-271-15/+11
* bump to version 0.6.9. Synced default.config and mini.config with upstream ve...Hauke Mehrtens2009-03-232-42/+64
* hostapd: add 11n mode and ht_capab option for hostapdGabor Juhos2009-03-011-1/+7
* add country code option for hostapd (patch from #4675)Felix Fietkau2009-02-221-0/+2
* fix hostapd startup for no-crypto configurationsFelix Fietkau2009-01-301-1/+2
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently dep...Felix Fietkau2009-01-272-0/+6
* hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cliAndy Boyett2009-01-151-0/+1
* hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ...Andy Boyett2008-12-311-8/+8
* fix typoFelix Fietkau2008-10-301-1/+1
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes when...Felix Fietkau2008-10-291-1/+1
* fix hostapd a/g mode if only the channel is configured in the configFelix Fietkau2008-10-291-1/+4
* parse the a/g mode setting in /etc/config/wireless when setting up hostapd (i...Felix Fietkau2008-09-231-1/+8
* A WPA(2) pre-shared key can either be specified as a 8 to 63 character passph...Florian Fainelli2008-08-261-1/+5
* Fix hostapd with open access point and per-device configuration, thanks sn9Florian Fainelli2008-08-231-1/+5
* add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>Travis Kemen2008-06-041-1/+18
* change psk back to keyTravis Kemen2008-02-181-1/+1
* hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put i...Michael Büsch2008-02-171-3/+3
* hostapd: use patches to add the nl80211 driver instead of copying the files.Michael Büsch2008-02-174-2952/+0
* Add hostapd support for nl80211 (mac80211 stack)Michael Büsch2008-02-166-0/+2968