Commit graph

144 commits

Author SHA1 Message Date
Jo-Philipp Wich
a243847f73 broadcom-wl: add "assoclist" command to wlc
SVN-Revision: 17144
2009-08-06 12:02:50 +00:00
Nicolas Thill
a42072ddf4 broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release number
This patch fixes an issue with the broadcom.sh configuration script when
enabling sta mode.  Currently sta mode works provided that you have an AP
enabled as well but it doesn't work if you have a sta interface but not an
AP.  I found that merely reversing the order of the ap and apsta variables
in the broadcom.sh script corrects this problem, and the attached patch does
exactly that.

Signed-off-by: Eric Bishop <ebishop@bu.edu>

SVN-Revision: 16256
2009-06-01 14:37:11 +00:00
Florian Fainelli
553c950287 delay the starting of nas4wds, seems like 5 seconds works in every case: none, psk, psk2 (#4974)
SVN-Revision: 16159
2009-05-28 20:41:21 +00:00
Florian Fainelli
fa4d544363 allow sta mode to work with psk+aes (#4687)
SVN-Revision: 15983
2009-05-22 10:30:55 +00:00
Felix Fietkau
7f8b55cec9 broadcom-wl: add nvram stub to fix nas compile after the switch to unvram
SVN-Revision: 15439
2009-04-27 14:18:34 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Jo-Philipp Wich
7e6c947e4b sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa
SVN-Revision: 15028
2009-03-24 23:42:09 +00:00
Nicolas Thill
21d7852de0 replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
SVN-Revision: 14651
2009-02-24 00:08:08 +00:00
Andy Boyett
32dce30e26 broadcom-wl: move txpower back to wifi-device section, but remain backwards compatible
SVN-Revision: 14306
2009-01-31 16:08:19 +00:00
Felix Fietkau
59a00d52a9 make broadcom-wl robust against implicit kernel config changes (e.g. netfilter), upgrade it from minor version .2 to .3 (adds fixed bssid support for ad-hoc)
SVN-Revision: 13912
2009-01-07 04:26:14 +00:00
Jo-Philipp Wich
0c67453253 remove mac address handling, now handled by /lib/network/config.sh
SVN-Revision: 13259
2008-11-17 13:30:14 +00:00
Jo-Philipp Wich
2a4a3ffd6a move the txpower option to wifi-iface to mimic madwifi configuration
SVN-Revision: 13239
2008-11-16 19:38:55 +00:00
Jo-Philipp Wich
53f4888b7b package/broadcom-wl: - use [tr]xantenna instead of [tr]xant to unify config - implement txpower option
SVN-Revision: 13236
2008-11-16 18:03:38 +00:00
Florian Fainelli
9c97f76e21 Allow setting the MAC address on a broadcom device (#1512)
SVN-Revision: 13154
2008-11-09 17:05:15 +00:00
Felix Fietkau
ec6c0fdc5e broadcom-wl: only use mssid if necessary (fixes spurious error messages on older hw)
SVN-Revision: 12769
2008-09-28 18:30:23 +00:00
Felix Fietkau
1bdd7d0460 add vif selection fix for the broadcom-wl wifi script (thx, sn9)
SVN-Revision: 12324
2008-08-16 17:00:27 +00:00
Florian Fainelli
d7c8f38007 Make sure we will have lower case MAC addresses when doing WDS
SVN-Revision: 12259
2008-08-09 10:00:49 +00:00
Florian Fainelli
22aa7c6406 Support encrypted WDS connections (#2463)
SVN-Revision: 12251
2008-08-09 00:18:25 +00:00
Felix Fietkau
0cc7199e71 install libshared into the staging dir (required by wrt-radauth)
SVN-Revision: 12181
2008-08-05 22:32:26 +00:00
Florian Fainelli
7f3193a673 Default to port 1812 for radius authentication when doing 802.1x
SVN-Revision: 11890
2008-07-21 09:58:16 +00:00
Florian Fainelli
f11d6c2d84 Support for setting monitor mode (#1306)
SVN-Revision: 11838
2008-07-15 17:03:10 +00:00
Felix Fietkau
0cb8228277 add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841
SVN-Revision: 10750
2008-04-07 00:24:26 +00:00
Felix Fietkau
978958a888 upgrade to broadcom-wl 4.150.10.5.2
SVN-Revision: 10749
2008-04-07 00:24:19 +00:00
Travis Kemen
f97e92cee0 add frameburst closes #1759
SVN-Revision: 10689
2008-03-29 21:10:24 +00:00
Felix Fietkau
aee68ecb03 upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
SVN-Revision: 10207
2008-01-16 03:40:08 +00:00
Felix Fietkau
bb57348b94 fix multi-essid setting for broadcom-wl
SVN-Revision: 10206
2008-01-16 03:40:04 +00:00
Felix Fietkau
338e846c79 revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
SVN-Revision: 10202
2008-01-15 03:22:10 +00:00
Andy Boyett
e233aed2bd broadcom-wl md5sum fixed, thanks ix.
SVN-Revision: 10201
2008-01-15 02:25:05 +00:00
Felix Fietkau
178721f76b update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly
SVN-Revision: 10137
2008-01-06 19:28:07 +00:00
Florian Fainelli
49abd3445d Set country before channel (#2958)
SVN-Revision: 10113
2008-01-04 07:14:40 +00:00
Florian Fainelli
d188c641cf Force broadcom-compat-ldso to be 2.4 only (#2963)
SVN-Revision: 10095
2008-01-03 19:33:51 +00:00
Felix Fietkau
418f0e9c10 enable broadcom-wl compat hacks
SVN-Revision: 10089
2008-01-03 02:12:50 +00:00
Florian Fainelli
9065915d0c Fix macfiltering for broadcom devices (#2822)
SVN-Revision: 9805
2007-12-19 17:49:51 +00:00
Felix Fietkau
2bcaf23a68 add missing dependency
SVN-Revision: 9650
2007-12-03 00:34:39 +00:00
Felix Fietkau
9ad0b9e924 comment out dependencies that are not supposed to be used yet (#2723)
SVN-Revision: 9577
2007-11-17 15:50:41 +00:00
Felix Fietkau
658fcd6cf3 wlcompat: show wet mode as Managed mode as well to avoid confusion
SVN-Revision: 9529
2007-11-10 19:01:00 +00:00
Felix Fietkau
2ab260e917 move wlcompat to the broadcom-wl package
SVN-Revision: 9528
2007-11-10 19:00:53 +00:00
Felix Fietkau
1423753198 revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
SVN-Revision: 9519
2007-11-09 13:20:21 +00:00
Felix Fietkau
694cbbccb1 disable crt_fini compatibility in uClibc, compile custom ld-uClibc for broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases
SVN-Revision: 9518
2007-11-09 03:20:13 +00:00
Florian Fainelli
0a993680d5 Revert [9176] now that we have network config handling stp [9343]
SVN-Revision: 9344
2007-10-18 13:08:59 +00:00
Florian Fainelli
ab72460ac6 Turn on stp for br-lan only when doing wds (#2476)
SVN-Revision: 9176
2007-10-07 11:15:22 +00:00
Florian Fainelli
a65a31d165 Fix macfiltering options (#2397)
SVN-Revision: 8792
2007-09-16 13:17:47 +00:00
Florian Fainelli
49bead58e6 Add macfiltering to broadcom-wl
SVN-Revision: 8763
2007-09-12 15:49:32 +00:00
Felix Fietkau
a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Nicolas Thill
34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Felix Fietkau
56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
SVN-Revision: 8653
2007-09-06 16:27:37 +00:00
Nicolas Thill
02cd6d278f use a default VERSION field for kmod packages
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Felix Fietkau
b13426e21b keep track of the wifi interface state in /var/state/wireless
SVN-Revision: 8108
2007-07-22 18:32:47 +00:00
Mike Baker
6fe5338591 restart wds links when wifi is restarted
SVN-Revision: 7901
2007-07-09 16:11:21 +00:00
Mike Baker
9a785f0b0a more wpa+wds patches
SVN-Revision: 7888
2007-07-08 12:51:30 +00:00
Mike Baker
463ade84f9 fix bug with ap+sta modes using wpa
SVN-Revision: 7877
2007-07-04 18:34:11 +00:00
Mike Baker
ee0977d0d3 patch wlc and scripts to control wl's builtin wpa supplicant
SVN-Revision: 7875
2007-07-04 16:49:08 +00:00
Mike Baker
31ea6879d7 clean up default wifi config
SVN-Revision: 7873
2007-07-04 11:15:12 +00:00
Mike Baker
47e575eadb wds-wpa support
SVN-Revision: 7858
2007-07-02 22:58:11 +00:00
Felix Fietkau
fdc53d7e06 add antenna diversity config support for broadcom-wl
SVN-Revision: 7710
2007-06-22 20:17:43 +00:00
Mike Baker
625e17c6a1 Allow the use of psk+psk2 (ap mode only). Thanks ragorn
SVN-Revision: 7682
2007-06-20 20:00:47 +00:00
Mike Baker
40ca38580d change wifi defaults (was default hidden ssid)
SVN-Revision: 7430
2007-06-01 13:09:50 +00:00
Felix Fietkau
24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
SVN-Revision: 6582
2007-03-16 20:21:39 +00:00
Felix Fietkau
1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
SVN-Revision: 6580
2007-03-16 19:18:55 +00:00
Mike Baker
a738f566e6 add a new 'option disabled' to wifi-device
SVN-Revision: 6576
2007-03-16 13:56:36 +00:00
Mike Baker
568c026623 Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than "why isn't wifi working?"
SVN-Revision: 6570
2007-03-15 23:17:16 +00:00
Tim Yardley
026e6046eb same propset here as changeset:6500
SVN-Revision: 6501
2007-03-04 04:41:46 +00:00
Felix Fietkau
b420fccd92 add broadcom-wl patchtable again
SVN-Revision: 6215
2007-01-27 10:09:53 +00:00
Felix Fietkau
7248b5e0a9 fix typos
SVN-Revision: 6149
2007-01-20 23:44:45 +00:00
Felix Fietkau
c606df6563 cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
SVN-Revision: 6136
2007-01-20 02:01:53 +00:00
Felix Fietkau
ee54f19d41 move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
SVN-Revision: 6096
2007-01-14 17:56:42 +00:00
Felix Fietkau
11ebfb9517 add wlc commands for setting 802.11d and 802.11h mode, disable both by default (helps with ipw2200 assoc problems, see #1075 for more information)
SVN-Revision: 5874
2006-12-20 05:07:11 +00:00
Mike Baker
a794de98b9 allow channel to be ommited
SVN-Revision: 5807
2006-12-16 09:05:37 +00:00
Felix Fietkau
aae28d7120 add 64 bit dma support to broadcom-wl, fixes wrt300n wifi support
SVN-Revision: 5717
2006-12-07 21:42:03 +00:00
Felix Fietkau
1c12036f6d add wep fix from #998
SVN-Revision: 5715
2006-12-07 15:55:20 +00:00
Felix Fietkau
c5358474ac fix typo in broadcom wifi script: s/crypto/wsec/
SVN-Revision: 5686
2006-12-01 14:44:44 +00:00
Felix Fietkau
c2211dc51e replace lots of manual install commands with INSTALL_* variables
SVN-Revision: 5624
2006-11-23 00:29:07 +00:00
Felix Fietkau
c541a3939b fix wepkey default (#972)
SVN-Revision: 5594
2006-11-20 21:18:05 +00:00
Felix Fietkau
d390e637dd fix typo (#972)
SVN-Revision: 5593
2006-11-20 21:17:24 +00:00
Felix Fietkau
c31771f203 add distance/slottime setting to broadcom.sh (fixes #950)
SVN-Revision: 5578
2006-11-18 23:38:07 +00:00
Felix Fietkau
04d97fb594 more mssid fixes
SVN-Revision: 5555
2006-11-17 05:36:27 +00:00
Felix Fietkau
45eb8ae06a new upload of broadcom-wl package
SVN-Revision: 5553
2006-11-17 05:24:52 +00:00
Felix Fietkau
44ebd8d578 fix mssid support
SVN-Revision: 5552
2006-11-17 05:16:01 +00:00
Felix Fietkau
1e428b677b add wep support for broadcom-wl
SVN-Revision: 5551
2006-11-17 05:13:24 +00:00
Felix Fietkau
d812826035 more mssid fixes
SVN-Revision: 5549
2006-11-17 04:44:12 +00:00
Felix Fietkau
e99fcb6c25 client mode fixes for broadcom wl
SVN-Revision: 5548
2006-11-17 04:19:56 +00:00
Felix Fietkau
6995dcc331 upgrade to broadcom wl driver version 4.80.53.0 (from wrt350n release)
SVN-Revision: 5546
2006-11-17 03:54:33 +00:00
Felix Fietkau
105a602ecf implement target profiles in menuconfig
SVN-Revision: 5512
2006-11-12 05:06:56 +00:00
Felix Fietkau
cbe21ae5f5 move two functions from broadcom.sh to /sbin/wifi
SVN-Revision: 5496
2006-11-11 12:57:23 +00:00
Felix Fietkau
05bbc05eaa add hotplug script for setting up networking on wds interfaces
SVN-Revision: 5125
2006-10-15 17:52:31 +00:00
Felix Fietkau
a19201b641 wlc: use custom ether_ntoa implementation that pads the address parts
SVN-Revision: 5124
2006-10-15 17:52:08 +00:00
Felix Fietkau
e27b59f130 add support for wds vifs for broadcom wl
SVN-Revision: 5122
2006-10-15 17:25:07 +00:00
Felix Fietkau
82d1c7f615 implement wlc call to read wds endpoint mac
SVN-Revision: 5121
2006-10-15 16:56:09 +00:00
Felix Fietkau
0123c3eef8 always return true in disable_broadcom()
SVN-Revision: 5120
2006-10-15 16:24:57 +00:00
Felix Fietkau
60d2df5f70 implement network callbacks for broadcom wl
SVN-Revision: 5118
2006-10-15 16:23:36 +00:00
Felix Fietkau
a819576073 scan_interfaces is unnecessary at this point
SVN-Revision: 5117
2006-10-15 15:57:43 +00:00
Felix Fietkau
313556e91e remove all broadcom interfaces from bridges and bring them down completely when wifi down is called
SVN-Revision: 5116
2006-10-15 15:50:02 +00:00
Felix Fietkau
2d072c5997 implement simple device autodetection for wifi drivers
SVN-Revision: 5113
2006-10-15 15:27:34 +00:00
Felix Fietkau
60c1f0f64d finally move buildroot-ng to trunk 2016-03-20 17:29:15 +01:00