| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 27830
|
|
|
|
| |
SVN-Revision: 27823
|
|
|
|
|
|
| |
eapol frame
SVN-Revision: 27822
|
|
|
|
| |
SVN-Revision: 27571
|
|
|
|
|
|
| |
fixes reconnect issues under load
SVN-Revision: 27570
|
|
|
|
|
|
| |
supported - fixes windows 7 interop issues
SVN-Revision: 27569
|
|
|
|
| |
SVN-Revision: 27022
|
|
|
|
| |
SVN-Revision: 27021
|
|
|
|
|
|
| |
#9299)
SVN-Revision: 26764
|
|
|
|
| |
SVN-Revision: 26751
|
|
|
|
| |
SVN-Revision: 26749
|
|
|
|
| |
SVN-Revision: 26724
|
|
|
|
| |
SVN-Revision: 26644
|
|
|
|
|
|
| |
without reassociation (#9222)
SVN-Revision: 26611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
rejected assoc attempts after hostapd restart
SVN-Revision: 26415
|
|
|
|
| |
SVN-Revision: 26414
|
|
|
|
|
|
| |
fix EAP rekeying timeout issues with intel clients (#8830)
SVN-Revision: 26367
|
|
|
|
| |
SVN-Revision: 26288
|
|
|
|
| |
SVN-Revision: 26272
|
|
|
|
| |
SVN-Revision: 26261
|
|
|
|
| |
SVN-Revision: 26220
|
|
|
|
| |
SVN-Revision: 26216
|
|
|
|
| |
SVN-Revision: 26212
|
|
|
|
| |
SVN-Revision: 26203
|
|
|
|
|
|
| |
binary size a bit
SVN-Revision: 25821
|
|
|
|
| |
SVN-Revision: 25543
|
|
|
|
|
|
| |
hostapd/wpa_supplicant can make it optional
SVN-Revision: 25518
|
|
|
|
| |
SVN-Revision: 25094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24724
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
| |
or /sbin/wifi if an incorrect channel is configured
SVN-Revision: 24041
|
|
|
|
|
|
| |
issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267)
SVN-Revision: 24032
|
|
|
|
|
|
| |
hostapd builds)
SVN-Revision: 23987
|
|
|
|
| |
SVN-Revision: 23969
|
|
|
|
| |
SVN-Revision: 23933
|
|
|
|
| |
SVN-Revision: 23932
|
|
|
|
|
|
| |
wpa_supplicant (#8164)
SVN-Revision: 23817
|
|
|
|
| |
SVN-Revision: 23738
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 23674
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 23641
|
|
|
|
| |
SVN-Revision: 23625
|
|
|
|
| |
SVN-Revision: 23604
|
|
|
|
| |
SVN-Revision: 23603
|
|
|
|
| |
SVN-Revision: 23602
|