summaryrefslogtreecommitdiffstats
path: root/package/madwifi/files/lib/wifi/madwifi.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move txpower settings after the interface comes up. Thanks alisonken1thepeople2008-12-031-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: ap+sta race conditionsnbd2008-11-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵nbd2008-10-291-7/+3
| | | | | | when bringing an interface down - fixes an issue with random hostapd death git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵thepeople2008-10-231-14/+5
| | | | | | by defualt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove polarity from config file generationthepeople2008-10-231-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mistakes in last committhepeople2008-10-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.thepeople2008-10-231-12/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix polaritythepeople2008-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement uci config option for the nanostation antenna/polarity control ↵nbd2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵nbd2008-10-161-1/+4
| | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: set essid on to avoid association with different ssid (patch from ↵nbd2008-09-281-0/+1
| | | | | | #3937) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option to shutoff softledthepeople2008-09-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert accidental change to madwifi.shnbd2008-08-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix encryption type checknbd2008-08-281-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: only start hostapd when necessarynbd2008-08-281-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: keep a/g mode and pureg setting in sync across vapsnbd2008-08-211-18/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add generic wpa_supplicant calls and use them for mac80211 and madwifi.florian2008-08-121-75/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 802.1x client configuration support and corresponding documentation (#2069)florian2008-08-111-2/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 11gdt, 11adt, 11ast and fh modes (#3824)florian2008-08-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable wds sta interface splitting by defaultnbd2008-08-011-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵nbd2008-08-011-11/+6
| | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the madwifi driver instead of wext in the wpa_supplicant command line. ↵nbd2008-07-311-1/+1
| | | | | | the madwifi driver can associate faster because it uses a different ioctl interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix duplicate "doth" interface option in madwifinbd2008-07-311-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: change the network scripts to use the new wds sta separation featurenbd2008-07-301-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow madwifi devices to be set in monitor modeflorian2008-07-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi mode settingnbd2008-07-201-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove the sleep since we delayed bringing up the interfaceflorian2008-06-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Delay bringing up the interface because some cards requires setting the mode ↵florian2008-06-181-1/+1
| | | | | | before bringing it up (#3541) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make madwifi startup script aware of new iwpriv optionsblogic2008-03-131-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix problems with the use of a passphrase, add option to use a key instead ↵thepeople2008-02-131-5/+13
| | | | | | of passphrase git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable radar detection by default until it is fixednbd2008-02-051-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wpa_supplicant for madwifiblogic2008-02-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵nbd2008-01-251-2/+4
| | | | | | default to automatic channel selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵thepeople2008-01-171-0/+12
| | | | | | Schori <lorenz.schori@gmx.ch> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add options for rate 80211h compression bursting wmm and mac filtering From: ↵thepeople2007-11-281-0/+38
| | | | | | Vasilis T. (aka Acinonyx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some cleanup and remove overwriting of device defaults for bgscan and diversitythepeople2007-11-281-22/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't overwrite device default for fast frames closes #2321thepeople2007-11-281-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed wpa2 support for madwifi/wpa_supplicantblogic2007-10-181-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix agmode selection (#2438)florian2007-09-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi channel setting (#2073)nbd2007-09-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adhoc has issues with bgscan as wellnbd2007-08-101-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a missing variable assignmentnbd2007-08-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: bgscan is a bit broken. disable by defaultnbd2007-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2007-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* keep track of the wifi interface state in /var/state/wirelessnbd2007-07-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for the hostapd killed issue when using more than one wifi ↵nbd2007-07-201-1/+0
| | | | | | card (#1928, #2040) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up default wifi configmbm2007-07-041-12/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fragmentation and rts settings thanks rene closes #1725thepeople2007-06-271-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add some extra delay between bringing the interface up and ↵nbd2007-06-251-0/+1
| | | | | | configuring it (#1703) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi update: include upstream fixes for ff handling, disable ff by ↵nbd2007-06-021-1/+4
| | | | | | default (not reliable enough), wpa in ap mode should be working now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7440 3c298f89-4303-0410-b956-a3cf2f4a3e73