Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-25 | ssid might contain spaces. sleep for a second for wlan to come up. | Waldemar Brodkorb | |
2015-11-01 | base-files: remove set -e, not available in ash | Waldemar Brodkorb | |
2015-07-26 | package/base-files: wireless: support appending to hostapd.conf | Phil Sutter | |
This is useful for adding additional (virtual) access points. In my setup, /etc/hostapd.conf.post contains: | bss=ath6 | ssid=IPv6XS4all In /etc/network/interfaces, there is a standard entry for ath6 which defines the IP address. Maybe this could be implemented in a cleaner way by introducing a 'wireless-master' setting which points to the real wireless interface (wlan0 in my case), so ifup knows which hostapd.conf file to add the settings to. | |||
2015-07-26 | package/base-files: wireless: allow setting pairwise algorithm | Phil Sutter | |
Not perfect, since allowing WPA+WPA2 means setting wpa_pairwise as well as rsn_pairwise, but I do not want to add unnecessary complexity to interface configuration. This is relevant for my X40 with ipw2200, which bugs for CCMP pairwise cipher. | |||
2014-06-18 | package/base-files: tolerate systems without rfkill application | Phil Sutter | |
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2013-04-29 | channel is not required anymore for STA mode | Waldemar Brodkorb | |
2013-04-22 | allow the use of WEP | Waldemar Brodkorb | |
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2010-07-09 | minor fix for ap mode | Waldemar Brodkorb | |
2010-07-09 | set wireless extension to 0 by default | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |
2010-02-28 | fixup some wlan ap stuff, still no success on foxg20 | Waldemar Brodkorb | |
2010-02-13 | implement WPA client mode | Waldemar Brodkorb | |
2010-02-13 | add support for wireless access point with p54usb stick | Waldemar Brodkorb | |