209 Commits (383008635a48cc1453ae21f649ce7864cb7003f2)

Author SHA1 Message Date
Felix Fietkau 408690fb74 fix hostapd startup for no-crypto configurations 16 years ago
Felix Fietkau 9bb8734d2e hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository) 16 years ago
Felix Fietkau fe48f4cac0 hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k) 16 years ago
Andy Boyett aa59a08b45 hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli 16 years ago
Andy Boyett 35078a6a52 hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values 16 years ago
Imre Kaloz 5e122b54bc bump hostapd to version 0.6.6 16 years ago
Andy Boyett bc1b8ed25c bump to version 0.6.5 - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself 16 years ago
Felix Fietkau e050667baa fix typo 16 years ago
Felix Fietkau a4f11ca22e use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death 16 years ago
Felix Fietkau 9161a70235 fix hostapd a/g mode if only the channel is configured in the config 16 years ago
Felix Fietkau 1b5de1c105 fix hostapd race condition which breaks wpa with madwifi 16 years ago
Felix Fietkau b0e7c7ba79 implement conditional dependencies for menuconfig and build deps 16 years ago
Felix Fietkau 69692e019a parse the a/g mode setting in /etc/config/wireless when setting up hostapd (instead of hardcoding it to g) 16 years ago
Florian Fainelli 6b04ad55f9 A WPA(2) pre-shared key can either be specified as a 8 to 63 character 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) 16 years ago
Florian Fainelli 6c56733f40 Fix hostapd with open access point and per-device configuration, thanks sn9 16 years ago
Florian Fainelli 2a888f2e23 Update hostapd to 0.6.4 16 years ago
Florian Fainelli 6ce90189ad Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to Hauke Mehrtens. 16 years ago
Florian Fainelli 216556954e Update hostapd to 0.6.3 (#3615) 16 years ago
Peter Denison ea8b4cb0d7 Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501 16 years ago
Travis Kemen b35e663111 add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> 16 years ago
Florian Fainelli f0e627da97 Fix hostapd compilation errors on STA_INFO (#3308) 17 years ago
Travis Kemen fe7e52b4fa change psk back to key 17 years ago
Michael Büsch b09be5c15e hostapd: Disable driver_nl80211 if mac80211 is not built 17 years ago
Michael Büsch 7a62cb1f15 hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put it into the "key" variable. 17 years ago
Michael Büsch 306caa660a hostapd: use patches to add the nl80211 driver instead of copying the files. 17 years ago
Michael Büsch 5fc0f18316 Enable nl80211 support in hostapd. 17 years ago
Michael Büsch 794ddf6b63 Add hostapd support for nl80211 (mac80211 stack) 17 years ago
Michael Büsch 99aaf500ed Upgrade b43 and mac80211. 17 years ago
Felix Fietkau c439768c9a fix libnl include issues which broke a few packages 17 years ago
Felix Fietkau 55fff87408 fix path to .config (#2722) 17 years ago
Felix Fietkau ca9147efb9 clean up stale stampfiles 17 years ago
Felix Fietkau 4235aee8c2 fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected (#2722) 17 years ago
Felix Fietkau 992e1f5e04 fix hostapd build with openssl 17 years ago
Felix Fietkau 82c697991a hostapd: turn libnl into a build dependency 17 years ago
Felix Fietkau a8c17898cc fix config change detect for hostapd 17 years ago
Felix Fietkau 42d7efd083 update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ 17 years ago
Felix Fietkau 5a543584b8 improve build checks for hostapd (combinations of madwifi and mac80211) 17 years ago
Felix Fietkau 11feaad40a use the static version of libnl for hostapd 17 years ago
Felix Fietkau 67dd9a73dc fix up hostapd for mac80211 17 years ago
Felix Fietkau 5460d7854e disable driver_devicescape in hostapd will be enabled again when the mac80211 guys have sorted out the api ;) 17 years ago
Nicolas Thill b262b81027 fix hostap dependencies 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago
Florian Fainelli 00274181f7 Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich 17 years ago
John Crispin dd0a1806ea Some packages make no sense or do not build for etrax 17 years ago
Imre Kaloz bec5f22912 avr32 build fixes 17 years ago
Felix Fietkau 9114220553 refresh all package patches in the buildroot using quilt 18 years ago
Felix Fietkau d913bf3c49 move hostapd setup script from wireless-tools to hostapd package 18 years ago
Nicolas Thill 7f409744a4 replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS 18 years ago