summaryrefslogtreecommitdiffstats
path: root/package/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: enable parallel buildFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33419
* hostapd: add a config option for the inactivity timeoutFelix Fietkau2012-09-151-0/+4
| | | | SVN-Revision: 33412
* hostapd: add a patch for suppressing probe responses from APs that have ↵Felix Fietkau2012-09-141-0/+13
| | | | | | reached their limit of maximum number of clients SVN-Revision: 33401
* hostapd: add an option for configuring the maximum number of connected clientsFelix Fietkau2012-09-141-0/+4
| | | | SVN-Revision: 33400
* hostapd: enable disassoc on many consecutive excessive retries, improves AP ↵Felix Fietkau2012-09-141-0/+2
| | | | | | mode reliability with many clients SVN-Revision: 33399
* hostapd: support wps in hostapd_cli even when built from the mini variantFelix Fietkau2012-09-131-0/+50
| | | | SVN-Revision: 33393
* hostapd: update to 2012-09-10Felix Fietkau2012-09-1328-313/+198
| | | | SVN-Revision: 33392
* hostapd: introduce new default-off option "auth_cache" which controls PMKSA ↵Jo-Philipp Wich2012-09-102-2/+5
| | | | | | and Opportunistic Key Caching (#12129) SVN-Revision: 33359
* hostapd: fix ap+sta issuesFelix Fietkau2012-08-297-48/+29
| | | | SVN-Revision: 33311
* hostapd: fix ap/sta regression which got accidentally introduced by r32829 ↵Jo-Philipp Wich2012-08-082-1/+3
| | | | | | (#11914) SVN-Revision: 33053
* mac80211/hostapd: add support for HT capa in case of IBSS/RSNJohn Crispin2012-07-242-0/+174
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32830
* wpa_supplicant: add more parametersJohn Crispin2012-07-241-6/+38
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32829
* hostapd: add pending patchesJohn Crispin2012-07-242-0/+286
| | | | | | | | add patched needed to pass more parameters to the IBSS JOIN command Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32828
* hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and ↵Jo-Philipp Wich2012-07-051-4/+3
| | | | | | remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup SVN-Revision: 32614
* hostapd: fix driver setting for wpa_s in IBSS/WPA-NONEFelix Fietkau2012-06-061-4/+6
| | | | | | | | | 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
* hostapd: update to 20120428, fixes some radius issues and wds ap mac address ↵Felix Fietkau2012-04-2919-83/+94
| | | | | | issues SVN-Revision: 31515
* wpa_supplicant: make key_mgmt default to NONEFelix Fietkau2012-03-291-4/+2
| | | | SVN-Revision: 31145
* hostapd: fix driver_madwifi compile issuesFelix Fietkau2012-03-291-18/+2
| | | | SVN-Revision: 31139
* wpa_supplicant: fix regressions introduced by the ibss-rsn changesFelix Fietkau2012-03-271-3/+4
| | | | SVN-Revision: 31087
* wpa_supplicant: add CONFIG_IBSS_RSN=y compilation optionFelix Fietkau2012-03-271-0/+2
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31086
* wpa_supplicant: modify wpa_supplicant.sh in order to support IBSS-RSN/WPA-NONEFelix Fietkau2012-03-271-0/+5
| | | | | | Based on patch by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31085
* hostapd: update to 20120326Felix Fietkau2012-03-2733-1862/+365
| | | | SVN-Revision: 31080
* hostapd: disable the state dump callback to save a few more kbFelix Fietkau2012-02-212-0/+4
| | | | SVN-Revision: 30667
* hostapd: add configurable debug message minimum priority to cut down on ↵Felix Fietkau2012-02-203-1/+228
| | | | | | bloat generated by excessive debug messages SVN-Revision: 30666
* hostapd: remove unnecessary dependency on mac80211Felix Fietkau2012-02-171-2/+0
| | | | SVN-Revision: 30611
* hostapd: correctly pass 64 char hex PSK to wpa_supplicantHamish Guthrie2012-02-131-1/+1
| | | | SVN-Revision: 30504
* hostapd: introduce a client_cert option which is passed on to wpa_supplicant ↵Jo-Philipp Wich2012-01-242-2/+5
| | | | | | (#8876) SVN-Revision: 29901
* hostapd: merge an upstream workaround for broken clients sending the wrong ↵Felix Fietkau2012-01-243-3/+21
| | | | | | wpa type (should fix #9561) SVN-Revision: 29876
* hostapd: add missing check for wds stationsFelix Fietkau2011-12-171-0/+12
| | | | SVN-Revision: 29559
* hostapd: support optional argument for the -v switch of hostapd and ↵Jo-Philipp Wich2011-12-122-1/+83
| | | | | | wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in SVN-Revision: 29507
* hostapd: add code to prevent accidentally bridging non-wds sta mode interfacesJo-Philipp Wich2011-11-081-0/+9
| | | | SVN-Revision: 28858
* hostapd: update to latest git versionFelix Fietkau2011-11-0429-497/+487
| | | | SVN-Revision: 28746
* wpa_supplicant: increase the time between scans to reduce the number of hw ↵Felix Fietkau2011-09-201-1/+1
| | | | | | resets SVN-Revision: 28262
* hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove ↵Jo-Philipp Wich2011-09-091-5/+12
| | | | | | hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute SVN-Revision: 28207
* hostapd: add a workaround for driver issues in various android devices with ↵Felix Fietkau2011-09-041-0/+56
| | | | | | texas instruments wifi SVN-Revision: 28167
* Revert "hostapd: add a patch for ignoring the WPA/WPA2 key type to work ↵Felix Fietkau2011-09-012-19/+1
| | | | | | around some broken clients (#9561)" This is causing regressions for other clients SVN-Revision: 28141
* hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some ↵Felix Fietkau2011-08-292-1/+19
| | | | | | broken clients (#9561) SVN-Revision: 28111
* hostapd: introduce options to configure the logging behaviour. The config ↵Jo-Philipp Wich2011-08-202-3/+39
| | | | | | 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
* hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837)Felix Fietkau2011-07-291-9/+8
| | | | SVN-Revision: 27830
* hostapd: fix wds interface address handling for multi-bssidFelix Fietkau2011-07-291-0/+66
| | | | SVN-Revision: 27823
* hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey ↵Felix Fietkau2011-07-291-0/+11
| | | | | | eapol frame SVN-Revision: 27822
* hostapd: refresh patchFelix Fietkau2011-07-091-2/+2
| | | | SVN-Revision: 27571
* hostapd: send EAPOL frames using the same WMM queue as management frames - ↵Felix Fietkau2011-07-091-0/+13
| | | | | | fixes reconnect issues under load SVN-Revision: 27570
* hostapd: only advertise a single encryption type via WPS if multiple are ↵Felix Fietkau2011-07-091-0/+25
| | | | | | supported - fixes windows 7 interop issues SVN-Revision: 27569
* hostapd: fix a race condition related to assoc response tx status processingFelix Fietkau2011-05-281-0/+48
| | | | SVN-Revision: 27022
* hostapd: update to 20110527, includes a client mode wpa auth fixFelix Fietkau2011-05-2813-53/+53
| | | | SVN-Revision: 27021
* wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵Felix Fietkau2011-04-262-0/+4
| | | | | | #9299) SVN-Revision: 26764
* hostapd: fix a few compile errors and warningsFelix Fietkau2011-04-246-23/+46
| | | | SVN-Revision: 26751
* hostapd: update to 2011-04-21Felix Fietkau2011-04-2311-34/+216
| | | | SVN-Revision: 26749
* hostapd: fix bridge handling for wds stations (#9257)Felix Fietkau2011-04-191-0/+29
| | | | SVN-Revision: 26724