summaryrefslogtreecommitdiffstats
path: root/package/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* A WPA(2) pre-shared key can either be specified as a 8 to 63 character ↵florian2008-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 sn9florian2008-08-231-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.4florian2008-08-133-68/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix hostapd compilation which was broken only for 2.6.25 (#3733).florian2008-07-101-0/+13
| | | | | | | Thanks to Hauke Mehrtens. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update hostapd to 0.6.3 (#3615)florian2008-07-075-3189/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens.noz2008-06-081-1/+1
| | | | | | | Fixes #3501 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>thepeople2008-06-041-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix hostapd compilation errors on STA_INFO (#3308)florian2008-04-101-0/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change psk back to keythepeople2008-02-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: Disable driver_nl80211 if mac80211 is not builtmb2008-02-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵mb2008-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.mb2008-02-1712-3781/+2968
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable nl80211 support in hostapd.mb2008-02-161-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add hostapd support for nl80211 (mac80211 stack)mb2008-02-168-0/+2990
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade b43 and mac80211.mb2008-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 libnl include issues which broke a few packagesnbd2007-11-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to .config (#2722)nbd2007-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up stale stampfilesnbd2007-11-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵nbd2007-11-171-8/+12
| | | | | | variants as well to fix compile errors when both variants are selected (#2722) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostapd build with opensslnbd2007-11-161-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: turn libnl into a build dependencynbd2007-11-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix config change detect for hostapdnbd2007-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update hostapd patches to the latest from ↵nbd2007-11-167-57/+75
| | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve build checks for hostapd (combinations of madwifi and mac80211)nbd2007-11-161-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the static version of libnl for hostapdnbd2007-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up hostapd for mac80211nbd2007-11-1611-152/+1141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable driver_devicescape in hostapdnbd2007-10-201-5/+2
| | | | | | | will be enabled again when the mac80211 guys have sorted out the api ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix hostap dependenciesnico2007-09-161-11/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-11/+17
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-061-2/+2
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevichflorian2007-08-073-6/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Some packages make no sense or do not build for etraxblogic2007-07-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avr32 build fixeskaloz2007-07-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-042-9/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hostapd setup script from wireless-tools to hostapd packagenbd2007-04-182-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGSnico2007-03-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDSnico2007-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade hostapd to 0.5.7 (patch from #1133)nbd2007-01-092-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (closes #1149)kaloz2007-01-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the KernelPackage template instead of kmod-fooflorian2007-01-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update hostapd to latest upstream versionnbd2006-10-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing Makefilesnico2006-09-241-17/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix/clean several hundred package makefilesmbm2006-08-181-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includenbd2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73