| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 23601
|
|
|
|
| |
SVN-Revision: 23073
|
|
|
|
| |
SVN-Revision: 23067
|
|
|
|
|
|
| |
them (fixes #7464)
SVN-Revision: 22854
|
|
|
|
| |
SVN-Revision: 22527
|
|
|
|
|
|
| |
dependency on mac80211. this fixes circular dependency issues
SVN-Revision: 22304
|
|
|
|
| |
SVN-Revision: 22101
|
|
|
|
|
|
| |
handle multi-bss yet)
SVN-Revision: 22100
|
|
|
|
| |
SVN-Revision: 22098
|
|
|
|
| |
SVN-Revision: 22097
|
|
|
|
| |
SVN-Revision: 22052
|
|
|
|
| |
SVN-Revision: 22000
|
|
|
|
| |
SVN-Revision: 21998
|
|
|
|
| |
SVN-Revision: 21821
|
|
|
|
|
|
| |
wpa-supplicant, fixes WPA Enterprise in client mode (#7476)
SVN-Revision: 21820
|
|
|
|
| |
SVN-Revision: 21323
|
|
|
|
| |
SVN-Revision: 21320
|
|
|
|
| |
SVN-Revision: 21179
|
|
|
|
| |
SVN-Revision: 21142
|
|
|
|
| |
SVN-Revision: 21065
|
|
|
|
| |
SVN-Revision: 21043
|
|
|
|
| |
SVN-Revision: 20675
|
|
|
|
| |
SVN-Revision: 20638
|
|
|
|
| |
SVN-Revision: 20631
|
|
|
|
| |
SVN-Revision: 20547
|
|
|
|
|
|
|
|
| |
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
|