aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* package/hostapd: cosmetic fixAlexandros C. Couloumbis2011-04-131-1/+1
| | | | SVN-Revision: 26644
* hostapd: properly mark random data as ready if initialization succeeds ↵Felix Fietkau2011-04-121-3/+33
| | | | | | without reassociation (#9222) SVN-Revision: 26611
* hostapd: add accounting configuration to hostapd uci scriptVasilis Tsiligiannis2011-04-051-7/+17
| | | | | | | | | | | | | | Hello This patch add accounting configuration in hostapd.sh It also change "server, port, key" to "auth_server, auth_port, auth_secret" but keep backward compatibility Please patch backfire & trunk Thanks in advance. Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 26482
* hostapd: write a stampfile when the random pool has been initialized - fixes ↵Felix Fietkau2011-04-021-3/+42
| | | | | | rejected assoc attempts after hostapd restart SVN-Revision: 26415
* hostapd: update to 20110402, fixes issues with non-QoS clientsFelix Fietkau2011-04-0214-310/+95
| | | | SVN-Revision: 26414
* nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵Felix Fietkau2011-03-301-0/+195
| | | | | | fix EAP rekeying timeout issues with intel clients (#8830) SVN-Revision: 26367
* hostapd: add more wps config methods to the configFelix Fietkau2011-03-251-2/+14
| | | | SVN-Revision: 26288
* hostapd: make entropy collection contribute to the kernel poolFelix Fietkau2011-03-222-47/+120
| | | | SVN-Revision: 26272
* hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPSFelix Fietkau2011-03-2117-125/+165
| | | | SVN-Revision: 26261
* hostapd: fix non-multicall hostapd compile (#9074)Vasilis Tsiligiannis2011-03-181-46/+235
| | | | SVN-Revision: 26220
* hostapd: add a patch to remove some unnecessary control interface functionalityFelix Fietkau2011-03-181-0/+161
| | | | SVN-Revision: 26216
* hostapd: add a separate config symbol for 802.11n driver supportFelix Fietkau2011-03-172-7/+7
| | | | SVN-Revision: 26212
* hostapd: Fix hostap driver for multicall binary buildsVasilis Tsiligiannis2011-03-171-0/+365
| | | | SVN-Revision: 26203
* hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces ↵Felix Fietkau2011-03-021-0/+3
| | | | | | binary size a bit SVN-Revision: 25821
* hostapd: allow mixed TKIP/CCMP for 11nJo-Philipp Wich2011-02-151-2/+2
| | | | SVN-Revision: 25543
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-132-1/+8
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* hostapd: update to 20110117Felix Fietkau2011-01-2416-152/+222
| | | | SVN-Revision: 25094
* hostapd: Create one control interface per virtual bssidFelix Fietkau2011-01-141-1/+3
| | | | | | | | | | | | | | | | | | | | Previously hostapd created one control interface /var/run/hostapd-phyX which only contained the first virtual bssid (for example wlan0). In order to access the other virtual bssids with hostapd_cli add all virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface parameter per bssid. Previously the control interface looked like: /var/run/hostapd-phyX/wlan0 Now, the control interface looks like this: /var/run/hostapd-phyX/wlan0 /var/run/hostapd-phyX/wlan1 ... Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24985
* hostapd: fix appending the iapp_interface variable to the configFelix Fietkau2010-12-191-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24724
* hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.configFelix Fietkau2010-12-191-0/+2
| | | | | | | | | | This allows hostapd to make use of the config option "vlan_tagged_interface" to automatically create bridge and VLAN interfaces in a fully dynamic way. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24722
* hostapd: Allow rsn_preauth configurationFelix Fietkau2010-12-191-14/+26
| | | | | | | | | | | | | | | | | Hostapd can allow preauthentication for WPA2-EAP networks when the interfaces through which preauthentication is allowed are configured. Add a new param "rsn_preauth=0/1" to the configuration that enables or disables preauthentication on the according bridge interface. Preauthentication for unbridged networks is not considered in this patch. Cc: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24721
* hostapd: terminate mainloop if interface setup fails, prevents blocking init ↵Jo-Philipp Wich2010-11-191-0/+81
| | | | | | or /sbin/wifi if an incorrect channel is configured SVN-Revision: 24041
* hostapd: back out a problematic madwifi change that worked around some ↵Felix Fietkau2010-11-191-15/+1
| | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) SVN-Revision: 24032
* hostapd: fix madwifi related linker error (include wext support for non-wpad ↵Felix Fietkau2010-11-132-2/+15
| | | | | | hostapd builds) SVN-Revision: 23987
* hostapd: update to 2010-11-11Felix Fietkau2010-11-1119-440/+24
| | | | SVN-Revision: 23969
* hostapd: add some wpa related madwifi fixesFelix Fietkau2010-11-091-0/+48
| | | | SVN-Revision: 23933
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-0928-275/+163
| | | | SVN-Revision: 23932
* hostapd: Add 'identity' config option when eap_type is 'tls' on ↵Vasilis Tsiligiannis2010-11-032-1/+3
| | | | | | wpa_supplicant (#8164) SVN-Revision: 23817
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-312-32/+12
| | | | SVN-Revision: 23738
* package/hostapd: fix crash in atheros driver (#8143) ↵Jo-Philipp Wich2010-10-291-0/+22
| | | | | | hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv. SVN-Revision: 23715
* hostapd: do not restrict ht capabilities for ap+staFelix Fietkau2010-10-271-2/+2
| | | | SVN-Revision: 23674
* Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵Jo-Philipp Wich2010-10-271-1/+9
| | | | | | | | | | auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. https://dev.openwrt.org/ticket/8120 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23655
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesFelix Fietkau2010-10-261-0/+25
| | | | SVN-Revision: 23641
* hostapd: fix wpa_supplicant standalone compileFelix Fietkau2010-10-241-2/+4
| | | | SVN-Revision: 23625
* hostapd: fix AP+STA reconnectsFelix Fietkau2010-10-241-2/+6
| | | | SVN-Revision: 23604
* hostapd: remove some unnecessary debugging code from the last commitFelix Fietkau2010-10-231-6/+3
| | | | SVN-Revision: 23603
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-236-2/+383
| | | | SVN-Revision: 23602
* hostapd: fix SIGHUP for multi-bssFelix Fietkau2010-10-231-0/+89
| | | | SVN-Revision: 23601
* hostapd: fix non-multicall wpa_supplicant compileFelix Fietkau2010-09-151-2/+4
| | | | SVN-Revision: 23073
* hostapd: fix wpa_supplicant crash issues in WDS STA modeFelix Fietkau2010-09-151-0/+43
| | | | SVN-Revision: 23067
* hostapd: backport a fix to check for STA STBC capabilities before setting ↵Felix Fietkau2010-08-311-0/+41
| | | | | | them (fixes #7464) SVN-Revision: 22854
* hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)Vasilis Tsiligiannis2010-08-081-0/+2
| | | | SVN-Revision: 22527
* move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵Felix Fietkau2010-07-201-1/+1
| | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304
* hostapd: make rfkill support optionalFelix Fietkau2010-07-083-2/+272
| | | | SVN-Revision: 22101