Felix Fietkau
a4b0a5043d
hostapd: move the + to the correct line
...
SVN-Revision: 33527
2012-09-23 12:36:32 +00:00
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
2012-09-23 09:50:01 +00:00
Felix Fietkau
77acef2bb9
hostapd: update mirror md5sum for latest version ( fixes #12208 )
...
SVN-Revision: 33456
2012-09-18 07:01:26 +00:00
Felix Fietkau
cfbb7d9b22
hostapd: enable parallel build
...
SVN-Revision: 33419
2012-09-15 11:37:07 +00:00
Felix Fietkau
a5bf74c2e7
hostapd: add a config option for the inactivity timeout
...
SVN-Revision: 33412
2012-09-15 10:21:18 +00:00
Felix Fietkau
16266e2232
hostapd: add a patch for suppressing probe responses from APs that have reached their limit of maximum number of clients
...
SVN-Revision: 33401
2012-09-14 14:08:39 +00:00
Felix Fietkau
39e6e9e394
hostapd: add an option for configuring the maximum number of connected clients
...
SVN-Revision: 33400
2012-09-14 14:08:35 +00:00
Felix Fietkau
9b020e776e
hostapd: enable disassoc on many consecutive excessive retries, improves AP mode reliability with many clients
...
SVN-Revision: 33399
2012-09-14 13:45:29 +00:00
Felix Fietkau
f2521b8104
hostapd: support wps in hostapd_cli even when built from the mini variant
...
SVN-Revision: 33393
2012-09-13 12:39:14 +00:00
Felix Fietkau
5d57cd2414
hostapd: update to 2012-09-10
...
SVN-Revision: 33392
2012-09-13 12:38:51 +00:00
Jo-Philipp Wich
24e24b2d51
hostapd: introduce new default-off option "auth_cache" which controls PMKSA and Opportunistic Key Caching ( #12129 )
...
SVN-Revision: 33359
2012-09-10 12:23:41 +00:00
Felix Fietkau
088a126240
hostapd: fix ap+sta issues
...
SVN-Revision: 33311
2012-08-29 16:06:24 +00:00
Jo-Philipp Wich
55c322dc68
hostapd: fix ap/sta regression which got accidentally introduced by r32829 ( #11914 )
...
SVN-Revision: 33053
2012-08-08 11:13:12 +00:00
John Crispin
7639c9b580
mac80211/hostapd: add support for HT capa in case of IBSS/RSN
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32830
2012-07-24 23:07:25 +00:00
John Crispin
8b3882224a
wpa_supplicant: add more parameters
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32829
2012-07-24 23:07:15 +00:00
John Crispin
3f3268c0c2
hostapd: add pending patches
...
add patched needed to pass more parameters to the IBSS JOIN command
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32828
2012-07-24 23:07:10 +00:00
Jo-Philipp Wich
17f5287b0e
hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup
...
SVN-Revision: 32614
2012-07-05 12:25:29 +00:00
Felix Fietkau
bcd4209323
hostapd: fix driver setting for wpa_s in IBSS/WPA-NONE
...
This fix is needed to correctly set the driver to use with wpa_s in case of
IBSS/WPA-NONE. The current setting is not made correctly.
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 32084
2012-06-06 15:25:52 +00:00
Felix Fietkau
d4d223edad
hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues
...
SVN-Revision: 31515
2012-04-29 11:14:53 +00:00
Felix Fietkau
34ccdb348d
wpa_supplicant: make key_mgmt default to NONE
...
SVN-Revision: 31145
2012-03-29 16:30:13 +00:00
Felix Fietkau
9cb9ae68c5
hostapd: fix driver_madwifi compile issues
...
SVN-Revision: 31139
2012-03-29 12:52:32 +00:00
Felix Fietkau
d5833ff3f3
wpa_supplicant: fix regressions introduced by the ibss-rsn changes
...
SVN-Revision: 31087
2012-03-27 13:38:08 +00:00
Felix Fietkau
d654ad2ae9
wpa_supplicant: add CONFIG_IBSS_RSN=y compilation option
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31086
2012-03-27 13:29:51 +00:00
Felix Fietkau
1eaf4bf8fc
wpa_supplicant: modify wpa_supplicant.sh in order to support IBSS-RSN/WPA-NONE
...
Based on patch by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31085
2012-03-27 13:29:41 +00:00
Felix Fietkau
4225e4b2d8
hostapd: update to 20120326
...
SVN-Revision: 31080
2012-03-27 10:42:47 +00:00
Felix Fietkau
1a167905c6
hostapd: disable the state dump callback to save a few more kb
...
SVN-Revision: 30667
2012-02-21 00:27:28 +00:00
Felix Fietkau
a77cf0cd62
hostapd: add configurable debug message minimum priority to cut down on bloat generated by excessive debug messages
...
SVN-Revision: 30666
2012-02-20 23:41:52 +00:00
Felix Fietkau
702d47d720
hostapd: remove unnecessary dependency on mac80211
...
SVN-Revision: 30611
2012-02-17 15:54:53 +00:00
Hamish Guthrie
92d36617b6
hostapd: correctly pass 64 char hex PSK to wpa_supplicant
...
SVN-Revision: 30504
2012-02-13 16:07:53 +00:00
Jo-Philipp Wich
e1d199bbbc
hostapd: introduce a client_cert option which is passed on to wpa_supplicant ( #8876 )
...
SVN-Revision: 29901
2012-01-24 20:54:13 +00:00
Felix Fietkau
53c6db5ab4
hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561 )
...
SVN-Revision: 29876
2012-01-24 01:49:23 +00:00
Felix Fietkau
5b89536395
hostapd: add missing check for wds stations
...
SVN-Revision: 29559
2011-12-17 14:28:20 +00:00
Jo-Philipp Wich
059d4bad00
hostapd: support optional argument for the -v switch of hostapd and wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in
...
SVN-Revision: 29507
2011-12-12 17:26:13 +00:00
Jo-Philipp Wich
ec20b84048
hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces
...
SVN-Revision: 28858
2011-11-08 14:22:56 +00:00
Felix Fietkau
c8321c3ca6
hostapd: update to latest git version
...
SVN-Revision: 28746
2011-11-04 01:05:26 +00:00
Felix Fietkau
51a4dc1bb2
wpa_supplicant: increase the time between scans to reduce the number of hw resets
...
SVN-Revision: 28262
2011-09-20 14:45:38 +00:00
Jo-Philipp Wich
964feeb54d
hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute
...
SVN-Revision: 28207
2011-09-09 18:19:18 +00:00
Felix Fietkau
a84e64e432
hostapd: add a workaround for driver issues in various android devices with texas instruments wifi
...
SVN-Revision: 28167
2011-09-04 18:23:36 +00:00
Felix Fietkau
44616eca49
Revert "hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken clients ( #9561 )" This is causing regressions for other clients
...
SVN-Revision: 28141
2011-09-01 16:07:38 +00:00
Felix Fietkau
c8b4192518
hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken clients ( #9561 )
...
SVN-Revision: 28111
2011-08-29 08:23:13 +00:00
Jo-Philipp Wich
cfc23e4c49
hostapd: introduce options to configure the logging behaviour. The config wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events
...
SVN-Revision: 28056
2011-08-20 00:13:58 +00:00
Felix Fietkau
35463493e8
hostapd: fix a compile issue when compiling wpa_supplicant ( fixes #9837 )
...
SVN-Revision: 27830
2011-07-29 14:14:32 +00:00
Felix Fietkau
32868c1a00
hostapd: fix wds interface address handling for multi-bssid
...
SVN-Revision: 27823
2011-07-29 09:40:24 +00:00
Felix Fietkau
3712ca3f9b
hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey eapol frame
...
SVN-Revision: 27822
2011-07-29 09:40:19 +00:00
Felix Fietkau
7bab9b2f30
hostapd: refresh patch
...
SVN-Revision: 27571
2011-07-09 07:28:00 +00:00
Felix Fietkau
8edcfc5bff
hostapd: send EAPOL frames using the same WMM queue as management frames - fixes reconnect issues under load
...
SVN-Revision: 27570
2011-07-09 07:20:19 +00:00
Felix Fietkau
57d9c06f09
hostapd: only advertise a single encryption type via WPS if multiple are supported - fixes windows 7 interop issues
...
SVN-Revision: 27569
2011-07-09 07:19:55 +00:00
Felix Fietkau
6e9542e392
hostapd: fix a race condition related to assoc response tx status processing
...
SVN-Revision: 27022
2011-05-28 16:27:17 +00:00
Felix Fietkau
1b2b3be64d
hostapd: update to 20110527, includes a client mode wpa auth fix
...
SVN-Revision: 27021
2011-05-28 16:27:12 +00:00
Felix Fietkau
2b5517934d
wpa_supplicant: make sure that the common 802.11 code gets linked in ( fixes #9299 )
...
SVN-Revision: 26764
2011-04-26 19:16:25 +00:00