index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
hostapd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix build of hostapd-utils
Hauke Mehrtens
2009-11-14
1
-1
/
+1
*
hostapd: fix endian bugs in STA HT capability handling
Felix Fietkau
2009-11-12
1
-0
/
+33
*
hostapd: fix HT40 BSS scan checks
Felix Fietkau
2009-11-12
1
-0
/
+11
*
mac80211: fix a race condition when bringing up wds sta interfaces on the ap
Felix Fietkau
2009-11-11
1
-2
/
+3
*
hostapd: automatically add wds sta interfaces of an ap to the right bridge
Felix Fietkau
2009-11-11
2
-0
/
+14
*
hostapd: implement wds ap support
Felix Fietkau
2009-11-11
2
-1
/
+251
*
hostapd: update to latest git, remove openssl dependency for hostapd-full, it...
Felix Fietkau
2009-11-11
7
-33
/
+55
*
hostapd: use the new build variants feature to clean up the makefile
Felix Fietkau
2009-11-10
2
-63
/
+26
*
mac80211: fill some important capabilities into ht_capab in the hostapd config
Felix Fietkau
2009-11-04
1
-0
/
+3
*
hostapd: make compilation of the hostap driver conditional - saves 10k uncomp...
Felix Fietkau
2009-10-20
1
-0
/
+2
*
hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association...
Felix Fietkau
2009-10-17
1
-0
/
+8
*
hostapd: initialize wme to sane values
Felix Fietkau
2009-10-02
1
-0
/
+37
*
add additions from (#5149)
Florian Fainelli
2009-07-14
1
-2
/
+6
*
hostapd: Remove deprecated 'debug' configuration variable
Vasilis Tsiligiannis
2009-06-27
1
-1
/
+0
*
hostapd: prefer built-in crypto header files over external ones from STAGING_...
Felix Fietkau
2009-05-27
1
-0
/
+1
*
fix more issues with libnl-tiny and eglibc
Felix Fietkau
2009-05-04
1
-1
/
+2
*
hostapd: use libnl-tiny instead of libnl
Felix Fietkau
2009-04-30
2
-4
/
+28
*
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigu...
Nicolas Thill
2009-04-27
1
-5
/
+7
*
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
Felix Fietkau
2009-04-17
1
-1
/
+0
*
hostapd only supports either b or g as hwmode configuration variable. If bg i...
Hauke Mehrtens
2009-04-09
1
-0
/
+3
*
wifi: fix hostapd + autochannel
Felix Fietkau
2009-03-27
1
-15
/
+11
*
bump to version 0.6.9. Synced default.config and mini.config with upstream ve...
Hauke Mehrtens
2009-03-23
3
-44
/
+66
*
hostapd: add 11n mode and ht_capab option for hostapd
Gabor Juhos
2009-03-01
1
-1
/
+7
*
replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when a...
Nicolas Thill
2009-02-24
1
-2
/
+2
*
add country code option for hostapd (patch from #4675)
Felix Fietkau
2009-02-22
1
-0
/
+2
*
hostapd: update to 0.6.8
Gabor Juhos
2009-02-17
4
-199
/
+19
*
allow hostapd to continue, even if setting the country code fails
Felix Fietkau
2009-01-30
1
-0
/
+10
*
fix hostapd startup for no-crypto configurations
Felix Fietkau
2009-01-30
1
-1
/
+2
*
hostapd: add support for socket filtering to get rid of some of the massive c...
Felix Fietkau
2009-01-27
1
-0
/
+184
*
hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently dep...
Felix Fietkau
2009-01-27
4
-7
/
+25
*
hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli
Andy Boyett
2009-01-15
1
-0
/
+1
*
hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ...
Andy Boyett
2008-12-31
1
-8
/
+8
*
bump hostapd to version 0.6.6
Imre Kaloz
2008-12-02
1
-2
/
+2
*
bump to version 0.6.5 - updates driver_nl80211 to match changes in recent com...
Andy Boyett
2008-11-18
2
-6
/
+6
*
fix typo
Felix Fietkau
2008-10-30
1
-1
/
+1
*
use pidfiles for hostapd/wpa_supplicant instead of killing all processes when...
Felix Fietkau
2008-10-29
1
-1
/
+1
*
fix hostapd a/g mode if only the channel is configured in the config
Felix Fietkau
2008-10-29
1
-1
/
+4
*
fix hostapd race condition which breaks wpa with madwifi
Felix Fietkau
2008-10-29
1
-0
/
+27
*
implement conditional dependencies for menuconfig and build deps
Felix Fietkau
2008-10-01
1
-2
/
+2
*
parse the a/g mode setting in /etc/config/wireless when setting up hostapd (i...
Felix Fietkau
2008-09-23
1
-1
/
+8
*
A WPA(2) pre-shared key can either be specified as a 8 to 63 character passph...
Florian Fainelli
2008-08-26
1
-1
/
+5
*
Fix hostapd with open access point and per-device configuration, thanks sn9
Florian Fainelli
2008-08-23
1
-1
/
+5
*
Update hostapd to 0.6.4
Florian Fainelli
2008-08-13
3
-68
/
+2
*
Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to H...
Florian Fainelli
2008-07-10
1
-0
/
+13
*
Update hostapd to 0.6.3 (#3615)
Florian Fainelli
2008-07-07
5
-3189
/
+5
*
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. ...
Peter Denison
2008-06-08
1
-1
/
+1
*
add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
Travis Kemen
2008-06-04
1
-1
/
+18
*
Fix hostapd compilation errors on STA_INFO (#3308)
Florian Fainelli
2008-04-10
1
-0
/
+55
*
change psk back to key
Travis Kemen
2008-02-18
1
-1
/
+1
*
hostapd: Disable driver_nl80211 if mac80211 is not built
Michael Büsch
2008-02-17
1
-1
/
+1
[prev]
[next]