- Nov 03, 2016
-
-
Christian Lamparter authored
Previously, wifi detect simply dumped its generated wireless configuration to STDOUT. A second step was needed to append the configuration to /etc/config/wireless (or create it, if it didn't exist). With this patch, The wifi detection script will now use uci to update the wireless configuration directly. This patch also makes the initially created wifi-iface a named section ('default_radio$X' for mac80211 and 'default_wl$X' for broadcom). With this change, uci will not print the cfgHASH to STDOUT (which would now corrupt the wireless configuration). It will also prevent adding duplicated wifi interface configurations, if the wifi configuration is run concurrently. Signed-off-by:
Christian Lamparter <chunkeey@gmail.com>
-
- May 29, 2016
-
-
Rafał Miłecki authored
LEDE project seems to be using "LEDE" as its acronym everywhere. To keep things consistent adjust default wireless SSID. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> Acked-by:
Jo-Philipp Wich <jo@mein.io> Acked-by:
John Crispin <john@phrozen.org> Acked-by:
Alexander Couzens <lynxis@fe80.eu>
-
- Mar 24, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org>
-
- Jan 21, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48440
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48439
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48426
-
Felix Fietkau authored
mac80211: make the path phy lookup more robust regarding config upgrades, allow partial path matching Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48425
-
- Mar 20, 2015
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44907
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44906
-
- Jan 28, 2015
-
-
John Crispin authored
If '/sys/class/ieee80211/phyN' is not a symlink, the call to readlink produces either an empty path (if /sys/class/ieee80211/phyN/device doesn't exist) or a path that begins with '/sys/class/ieee80211' (which does not work with the subsequent line to strip '/sys/devices' from the beginning of the path). Modify the checks to detect these conditions, and fallback to using the macaddr. Signed-off-by:
Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44172
-
- Oct 09, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Michel Stam <m.stam@fugro.nl> SVN-Revision: 42861
-
- Jul 29, 2014
-
-
Jo-Philipp Wich authored
This change introduces support for wildcard patterns in "option path" of section "wifi-device". Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim any usb device using the same backend type, regardless of its bus address or phy name. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41873
-
- May 06, 2014
-
-
Felix Fietkau authored
... or else "option htmode" is added multiple times to the second and following device sections. Signed-off-by:
Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 40711
-
- May 03, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40693
-
Felix Fietkau authored
mac80211: clean up ht capability handling, drop the use of the ht_capab list, use individual variables instead Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40682
-
- Feb 03, 2014
-
-
Felix Fietkau authored
This patch introduces 802.11ac support to mac80211 and hostapd. The split of VHT160 in two 80 MHz bands is not yet supported, since it requires an additional user supplied parameter for the channel of the second band. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> Signed-off-by:
Simon Wunderlich <simon@open-mesh.com> [sven@open-mesh.com: Rebased patch, merged htmode and vhtmode, removed special hwmode, replaced uci vht_capab list with overwritable autoconfig, fixed hostapd integration, fixed commit description, add HT40+/- for VHT modes, add VHT40 center_freq autoconfig, refactored major parts] Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 39456
-
- Dec 02, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988
-
- Nov 25, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38915
-
- Aug 06, 2013
-
-
Felix Fietkau authored
Use the "start_disabled" option in hostapd that was added in the earlier patch. Signed-off-by:
Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37732
-
- Jul 26, 2013
-
-
Felix Fietkau authored
This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by:
Emanuel Taube <emanuel.taube@gmail.com> [etienne.champetier@free.fr: just update mac80211.sh path] Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 37554
-
- Jul 13, 2013
-
-
Felix Fietkau authored
Apparently there are some broken devices out there that have the local bit already set in the factory MAC address. Move the | 0x2 over to the other side of the xor operation to fix this without affecting devices with proper addresses. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37269
-
- Jun 21, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37007
-