aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
Commit message (Collapse)AuthorAgeFilesLines
* [hostapd] hostapd only supports either b or g as hwmode configuration variable.Hauke Mehrtens2009-04-091-0/+3
| | | | | | | If bg is set the scripts transfers it now to g mode. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-271-15/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd] bump to version 0.6.9.Hauke Mehrtens2009-03-232-42/+64
| | | | | | | Synced default.config and mini.config with upstream version. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] hostapd: add 11n mode and ht_capab option for hostapdGabor Juhos2009-03-011-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add country code option for hostapd (patch from #4675)Felix Fietkau2009-02-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd startup for no-crypto configurationsFelix Fietkau2009-01-301-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵Felix Fietkau2009-01-272-0/+6
| | | | | | depends on ath9k) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd,wpa_supplicant: create control interfaces for hostapd_cli ↵Andy Boyett2009-01-151-0/+1
| | | | | | and wpa_cli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd,madwifi: rename agmode option to hwmode. 11a and 11g ↵Andy Boyett2008-12-311-8/+8
| | | | | | aren't the only allowed values git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2008-10-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵Felix Fietkau2008-10-291-1/+1
| | | | | | when bringing an interface down - fixes an issue with random hostapd death git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd a/g mode if only the channel is configured in the configFelix Fietkau2008-10-291-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* parse the a/g mode setting in /etc/config/wireless when setting up hostapd ↵Felix Fietkau2008-09-231-1/+8
| | | | | | (instead of hardcoding it to g) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* A WPA(2) pre-shared key can either be specified as a 8 to 63 character ↵Florian Fainelli2008-08-261-1/+5
| | | | | | | | | passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. (#3935) Signed-off-by: thomas@archlinux.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix hostapd with open access point and per-device configuration, thanks sn9Florian Fainelli2008-08-231-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>Travis Kemen2008-06-041-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change psk back to keyTravis Kemen2008-02-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵Michael Büsch2008-02-171-3/+3
| | | | | | it into the "key" variable. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use patches to add the nl80211 driver instead of copying the files.Michael Büsch2008-02-174-2952/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add hostapd support for nl80211 (mac80211 stack)Michael Büsch2008-02-166-0/+2968
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade b43 and mac80211.Michael Büsch2008-02-152-2/+2
| | | | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up hostapd for mac80211Felix Fietkau2007-11-162-29/+135
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade hostapd to 0.5.8, thanks to Daniel GimpelevichFlorian Fainelli2007-08-072-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hostapd setup script from wireless-tools to hostapd packageFelix Fietkau2007-04-181-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hostapdFelix Fietkau2006-06-112-0/+138
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesFelix Fietkau2006-04-132-138/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an hostapd-mini package with WPA support only, and move hostapd_cli in aNicolas Thill2006-04-012-0/+69
| | | | | | | separate hostapd-utils package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update hostapd to latest development release (v0.4.5), Nicolas Thill2005-10-231-1/+4
| | | | | | | add driver for hostap, enable wpa-psk. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hostapd package with initial support for madwifiNicolas Thill2005-08-141-0/+66
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1659 3c298f89-4303-0410-b956-a3cf2f4a3e73