Felix Fietkau
6e9542e392
hostapd: fix a race condition related to assoc response tx status processing
...
SVN-Revision: 27022
14 years ago
Felix Fietkau
1b2b3be64d
hostapd: update to 20110527, includes a client mode wpa auth fix
...
SVN-Revision: 27021
14 years ago
Felix Fietkau
2b5517934d
wpa_supplicant: make sure that the common 802.11 code gets linked in ( fixes #9299 )
...
SVN-Revision: 26764
14 years ago
Felix Fietkau
cbbe49a1d8
hostapd: fix a few compile errors and warnings
...
SVN-Revision: 26751
14 years ago
Felix Fietkau
d7bdfca6d0
hostapd: update to 2011-04-21
...
SVN-Revision: 26749
14 years ago
Felix Fietkau
ea07da5fe5
hostapd: fix bridge handling for wds stations ( #9257 )
...
SVN-Revision: 26724
14 years ago
Alexandros C. Couloumbis
9ec445154e
package/hostapd: cosmetic fix
...
SVN-Revision: 26644
14 years ago
Felix Fietkau
768877966d
hostapd: properly mark random data as ready if initialization succeeds without reassociation ( #9222 )
...
SVN-Revision: 26611
14 years ago
Vasilis Tsiligiannis
9d54c7aaaf
hostapd: add accounting configuration to hostapd uci script
...
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
14 years ago
Felix Fietkau
6811425955
hostapd: write a stampfile when the random pool has been initialized - fixes rejected assoc attempts after hostapd restart
...
SVN-Revision: 26415
14 years ago
Felix Fietkau
8807b396ce
hostapd: update to 20110402, fixes issues with non-QoS clients
...
SVN-Revision: 26414
14 years ago
Felix Fietkau
08eca8da80
nl80211: send EAP frames as QoS data frames for QoS aware clients, should fix EAP rekeying timeout issues with intel clients ( #8830 )
...
SVN-Revision: 26367
14 years ago
Felix Fietkau
516440649b
hostapd: add more wps config methods to the config
...
SVN-Revision: 26288
14 years ago
Felix Fietkau
85b859a2b6
hostapd: make entropy collection contribute to the kernel pool
...
SVN-Revision: 26272
14 years ago
Felix Fietkau
e822e20348
hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
...
SVN-Revision: 26261
14 years ago
Vasilis Tsiligiannis
0e5f8f6904
hostapd: fix non-multicall hostapd compile ( #9074 )
...
SVN-Revision: 26220
14 years ago
Felix Fietkau
a75791b855
hostapd: add a patch to remove some unnecessary control interface functionality
...
SVN-Revision: 26216
14 years ago
Felix Fietkau
de2b5158a1
hostapd: add a separate config symbol for 802.11n driver support
...
SVN-Revision: 26212
14 years ago
Vasilis Tsiligiannis
6b0faf40e7
hostapd: Fix hostap driver for multicall binary builds
...
SVN-Revision: 26203
14 years ago
Felix Fietkau
0670771013
hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces binary size a bit
...
SVN-Revision: 25821
14 years ago
Jo-Philipp Wich
f1ac8cf285
hostapd: allow mixed TKIP/CCMP for 11n
...
SVN-Revision: 25543
14 years ago
Felix Fietkau
240b10673d
make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
...
SVN-Revision: 25518
14 years ago
Felix Fietkau
0e6529d50c
hostapd: update to 20110117
...
SVN-Revision: 25094
14 years ago
Felix Fietkau
b60332deb0
hostapd: Create one control interface per virtual bssid
...
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
14 years ago
Felix Fietkau
58ed4ded0e
hostapd: fix appending the iapp_interface variable to the config
...
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24724
14 years ago
Felix Fietkau
7ecd1c7484
hostapd: Add CONFIG_FULL_DYNAMIC_VLAN=y to hostapd-full.config
...
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
14 years ago
Felix Fietkau
d08bc913a8
hostapd: Allow rsn_preauth configuration
...
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
14 years ago
Jo-Philipp Wich
73f313d035
hostapd: terminate mainloop if interface setup fails, prevents blocking init or /sbin/wifi if an incorrect channel is configured
...
SVN-Revision: 24041
14 years ago
Felix Fietkau
a72af79590
hostapd: back out a problematic madwifi change that worked around some issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode ( fixes #8267 )
...
SVN-Revision: 24032
14 years ago
Felix Fietkau
336c7f084d
hostapd: fix madwifi related linker error (include wext support for non-wpad hostapd builds)
...
SVN-Revision: 23987
14 years ago
Felix Fietkau
814af8484e
hostapd: update to 2010-11-11
...
SVN-Revision: 23969
14 years ago
Felix Fietkau
c7b77f16c7
hostapd: add some wpa related madwifi fixes
...
SVN-Revision: 23933
14 years ago
Felix Fietkau
327d4d9f67
hostapd: update to 20101109, reorganize patches
...
SVN-Revision: 23932
14 years ago
Vasilis Tsiligiannis
87cba7eb46
hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant ( #8164 )
...
SVN-Revision: 23817
14 years ago
Felix Fietkau
e0194cb763
hostapd: move the madwifi segfault fix to the right place
...
SVN-Revision: 23738
14 years ago
Jo-Philipp Wich
434c8dbf33
package/hostapd: fix crash in atheros driver ( #8143 ) 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
14 years ago
Felix Fietkau
c1d125fb33
hostapd: do not restrict ht capabilities for ap+sta
...
SVN-Revision: 23674
14 years ago
Jo-Philipp Wich
0280ac8c92
Set auth_algs in hostapd.conf, make it configurable for WEP Always set 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
14 years ago
Felix Fietkau
e9378aa3cd
hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
...
SVN-Revision: 23641
14 years ago
Felix Fietkau
d80884021d
hostapd: fix wpa_supplicant standalone compile
...
SVN-Revision: 23625
14 years ago
Felix Fietkau
4d9c7b1a4b
hostapd: fix AP+STA reconnects
...
SVN-Revision: 23604
14 years ago
Felix Fietkau
025462a706
hostapd: remove some unnecessary debugging code from the last commit
...
SVN-Revision: 23603
14 years ago
Felix Fietkau
35cdc5d722
hostapd/mac80211: implement support for AP+STA
...
SVN-Revision: 23602
14 years ago
Felix Fietkau
0fbff7de83
hostapd: fix SIGHUP for multi-bss
...
SVN-Revision: 23601
14 years ago
Felix Fietkau
8cd8f6029c
hostapd: fix non-multicall wpa_supplicant compile
...
SVN-Revision: 23073
14 years ago
Felix Fietkau
7fb3870671
hostapd: fix wpa_supplicant crash issues in WDS STA mode
...
SVN-Revision: 23067
14 years ago
Felix Fietkau
d23ca9f0f3
hostapd: backport a fix to check for STA STBC capabilities before setting them ( fixes #7464 )
...
SVN-Revision: 22854
14 years ago
Vasilis Tsiligiannis
1beef305cf
hostapd: Add support for 'iapp_interface' option, thanks stsp ( #7719 )
...
SVN-Revision: 22527
14 years ago
Felix Fietkau
ae2c9dcb2b
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
...
SVN-Revision: 22304
15 years ago
Felix Fietkau
1d45111aa5
hostapd: make rfkill support optional
...
SVN-Revision: 22101
15 years ago