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
/
files
Commit message (
Expand
)
Author
Age
Files
Lines
*
hostapd: introduce options to configure the logging behaviour. The config wif...
Jo-Philipp Wich
2011-08-20
1
-1
/
+37
*
wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #...
Felix Fietkau
2011-04-26
2
-0
/
+4
*
hostapd: add accounting configuration to hostapd uci script
Vasilis Tsiligiannis
2011-04-05
1
-7
/
+17
*
hostapd: add more wps config methods to the config
Felix Fietkau
2011-03-25
1
-2
/
+14
*
hostapd: allow mixed TKIP/CCMP for 11n
Jo-Philipp Wich
2011-02-15
1
-2
/
+2
*
hostapd: Create one control interface per virtual bssid
Felix Fietkau
2011-01-14
1
-1
/
+3
*
hostapd: fix appending the iapp_interface variable to the config
Felix Fietkau
2010-12-19
1
-1
/
+1
*
hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config
Felix Fietkau
2010-12-19
1
-0
/
+2
*
hostapd: Allow rsn_preauth configuration
Felix Fietkau
2010-12-19
1
-14
/
+26
*
hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplican...
Vasilis Tsiligiannis
2010-11-03
1
-0
/
+2
*
Set auth_algs in hostapd.conf, make it configurable for WEP Always set auth_a...
Jo-Philipp Wich
2010-10-27
1
-1
/
+9
*
hostapd/mac80211: implement support for AP+STA
Felix Fietkau
2010-10-23
1
-1
/
+2
*
hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)
Vasilis Tsiligiannis
2010-08-08
1
-0
/
+2
*
hostapd: add preliminary wps script support (push-button only, does not handl...
Felix Fietkau
2010-07-08
2
-1
/
+16
*
hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
Felix Fietkau
2010-07-08
2
-1
/
+3
*
hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
Jo-Philipp Wich
2010-06-30
1
-0
/
+8
*
hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
Jo-Philipp Wich
2010-06-30
1
-1
/
+1
*
hostapd: forgot the actual change in previous commit
Jo-Philipp Wich
2010-06-16
1
-0
/
+1
*
hostapd: add ap isolate support for mac80211
Felix Fietkau
2010-04-26
1
-0
/
+5
*
hostapd: fixup madwifi turbo modes (#7060)
Jo-Philipp Wich
2010-04-03
1
-1
/
+2
*
When enabling MFP, hostapd will read assoc_sa_query_max_timeout and assoc_sa_...
Travis Kemen
2010-03-24
1
-0
/
+8
*
Enable management frame protection in hostapd, and make it configurable in /e...
Travis Kemen
2010-03-24
1
-0
/
+7
*
Enable management frame protection in wpa_supplicant, and make it configurabl...
Travis Kemen
2010-03-24
2
-1
/
+11
*
Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one to...
Travis Kemen
2010-03-24
1
-10
/
+5
*
hostapd: always strip "11" from hwmode value
Jo-Philipp Wich
2010-03-21
1
-2
/
+2
*
hostapd: remove the hotplug script for adding wds station interfaces to a bri...
Felix Fietkau
2010-03-09
1
-12
/
+0
*
wpa_supplicant: fix bridging settings for wds
Felix Fietkau
2010-03-09
1
-0
/
+8
*
hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ...
Felix Fietkau
2010-02-19
1
-0
/
+22
*
mac80211: always use wpa_supplicant for client connections (patch by Stijn Ti...
Felix Fietkau
2010-02-19
1
-1
/
+4
*
mac80211: use wpa_supplicant for unencrypted connections to improve client mo...
Felix Fietkau
2010-02-08
1
-0
/
+3
*
hostapd: add a build variant for wpa_supplicant and one for a multicall hosta...
Felix Fietkau
2010-01-23
6
-0
/
+953
*
mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single inst...
Felix Fietkau
2010-01-20
1
-97
/
+45
*
hostapd: parse the option for hiding the ESSID (#6310)
Felix Fietkau
2009-12-09
1
-0
/
+2
*
hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
Felix Fietkau
2009-11-29
1
-21
/
+21
*
hostapd: automatically add wds sta interfaces of an ap to the right bridge
Felix Fietkau
2009-11-11
1
-0
/
+12
*
hostapd: implement wds ap support
Felix Fietkau
2009-11-11
1
-1
/
+4
*
hostapd: update to latest git, remove openssl dependency for hostapd-full, it...
Felix Fietkau
2009-11-11
2
-1
/
+26
*
hostapd: use the new build variants feature to clean up the makefile
Felix Fietkau
2009-11-10
1
-0
/
+0
*
mac80211: fill some important capabilities into ht_capab in the hostapd config
Felix Fietkau
2009-11-04
1
-0
/
+3
*
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 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
2
-42
/
+64
*
hostapd: add 11n mode and ht_capab option for hostapd
Gabor Juhos
2009-03-01
1
-1
/
+7
*
add country code option for hostapd (patch from #4675)
Felix Fietkau
2009-02-22
1
-0
/
+2
*
fix hostapd startup for no-crypto configurations
Felix Fietkau
2009-01-30
1
-1
/
+2
*
hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently dep...
Felix Fietkau
2009-01-27
2
-0
/
+6
[next]