| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 28858
|
|
|
|
|
|
| |
hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute
SVN-Revision: 28207
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
#9299)
SVN-Revision: 26764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 26288
|
|
|
|
| |
SVN-Revision: 25543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
wpa_supplicant (#8164)
SVN-Revision: 23817
|
|
|
|
|
|
|
|
|
|
| |
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: 23602
|
|
|
|
| |
SVN-Revision: 22527
|
|
|
|
|
|
| |
handle multi-bss yet)
SVN-Revision: 22100
|
|
|
|
| |
SVN-Revision: 22098
|
|
|
|
| |
SVN-Revision: 22000
|
|
|
|
| |
SVN-Revision: 21998
|
|
|
|
| |
SVN-Revision: 21821
|
|
|
|
| |
SVN-Revision: 21179
|
|
|
|
| |
SVN-Revision: 20675
|
|
|
|
|
|
|
|
| |
assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20397
|
|
|
|
|
|
|
|
| |
/etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20396
|
|
|
|
|
|
|
|
| |
configurable in /etc/config/wireless.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20395
|
|
|
|
|
|
|
|
| |
to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh).
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20394
|
|
|
|
| |
SVN-Revision: 20363
|
|
|
|
|
|
| |
bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
SVN-Revision: 20104
|
|
|
|
| |
SVN-Revision: 20088
|
|
|
|
|
|
| |
fixes #6672
SVN-Revision: 19720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tintel)
Since client mode in mac80211is unreliable without using wpa_supplicant,
it would be better to enable wpa_supplicant by default.
With this patch, wpa_supplicant will always be used for mac80211-based
drivers in client mode. This will break client mode for images that
don't include wpa_supplicant or wpad, so maybe I need to add a check
somewhere to see if wpa_supplicant is available, and show the user a
warning if he tries client mode without wpa_supplicant. Suggestions on
where to add this check are welcome.
Tested with ath5k in client mode on open and wpa2-psk network, and
tested on my ath9k based AP as well to make sure it doesn't break AP mode.
SVN-Revision: 19718
|
|
|
|
|
|
| |
mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
|
|
|
|
|
|
| |
hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
SVN-Revision: 19286
|
|
|
|
|
|
| |
instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40-
SVN-Revision: 19235
|
|
|
|
| |
SVN-Revision: 18727
|
|
|
|
| |
SVN-Revision: 18602
|
|
|
|
| |
SVN-Revision: 18365
|
|
|
|
| |
SVN-Revision: 18364
|
|
|
|
|
|
| |
it works with internal crypto now
SVN-Revision: 18360
|
|
|
|
| |
SVN-Revision: 18358
|
|
|
|
| |
SVN-Revision: 18293
|
|
|
|
|
|
| |
association problems
SVN-Revision: 18051
|
|
|
|
| |
SVN-Revision: 17823
|
|
|
|
| |
SVN-Revision: 16841
|
|
|
|
| |
SVN-Revision: 16594
|
|
|
|
|
|
| |
is set the scripts transfers it now to g mode.
SVN-Revision: 15182
|
|
|
|
| |
SVN-Revision: 15055
|
|
|
|
|
|
| |
version.
SVN-Revision: 14992
|
|
|
|
| |
SVN-Revision: 14713
|
|
|
|
| |
SVN-Revision: 14608
|