summaryrefslogtreecommitdiffstats
path: root/package/madwifi/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixed wpa2 support for madwifi/wpa_supplicantJohn Crispin2007-10-181-3/+8
| | | | SVN-Revision: 9355
* Fix agmode selection (#2438)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9075
* fix madwifi channel setting (#2073)Felix Fietkau2007-09-071-1/+1
| | | | SVN-Revision: 8681
* adhoc has issues with bgscan as wellFelix Fietkau2007-08-101-4/+2
| | | | SVN-Revision: 8394
* add a missing variable assignmentFelix Fietkau2007-08-041-0/+1
| | | | SVN-Revision: 8339
* madwifi: bgscan is a bit broken. disable by defaultFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8315
* fix a typoFelix Fietkau2007-07-291-1/+1
| | | | SVN-Revision: 8220
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-221-0/+2
| | | | SVN-Revision: 8108
* add a workaround for the hostapd killed issue when using more than one wifi ↵Felix Fietkau2007-07-201-1/+0
| | | | | | card (#1928, #2040) SVN-Revision: 8077
* clean up default wifi configMike Baker2007-07-041-12/+2
| | | | SVN-Revision: 7873
* add fragmentation and rts settings thanks rene closes #1725Travis Kemen2007-06-271-0/+12
| | | | SVN-Revision: 7743
* madwifi: add some extra delay between bringing the interface up and ↵Felix Fietkau2007-06-251-0/+1
| | | | | | configuring it (#1703) SVN-Revision: 7729
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-021-1/+4
| | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440
* madwifi: add patch for doing ad-hoc and master mode at the same (including ↵Felix Fietkau2007-05-311-0/+1
| | | | | | beacon handling) SVN-Revision: 7409
* madwifi: add support for the ahdemo (ad-hoc demo) mode in ↵Felix Fietkau2007-05-211-3/+3
| | | | | | /etc/config/wireless. using it, simultaneous ap+mesh operation is possible SVN-Revision: 7302
* fix essid setting in adhoc modeFelix Fietkau2007-05-211-3/+1
| | | | SVN-Revision: 7301
* fix isolate modeMike Baker2007-05-101-1/+1
| | | | SVN-Revision: 7155
* add isolate closes #1636Travis Kemen2007-05-081-0/+3
| | | | SVN-Revision: 7133
* madwifi: fix static bssid setting for ad-hoc modeFelix Fietkau2007-04-291-3/+3
| | | | SVN-Revision: 7067
* don't try to set up wpa if hostapd is not installedFelix Fietkau2007-04-191-7/+9
| | | | SVN-Revision: 7005
* improve handling of 11a/b/g mode setting. redirect iwconfig channel errors ↵Felix Fietkau2007-04-161-4/+5
| | | | | | to /dev/null (the command fails at times and needs to be run multiple times, because it's a bit unreliable) SVN-Revision: 6975
* madwifi init: set the channel after bringing up the interface (sometimes it ↵Felix Fietkau2007-04-121-0/+1
| | | | | | needs the channel before bringing up the interface, sometimes after, no idea what's going on) SVN-Revision: 6939
* don't call wpa_supplicant unconditionallyFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6656
* fix wep encryption setting for madwifiFelix Fietkau2007-03-241-1/+5
| | | | SVN-Revision: 6655
* fix a small typoFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6654
* fix a harmless warningFelix Fietkau2007-03-231-1/+1
| | | | SVN-Revision: 6650
* Add bssid fix from #1281Florian Fainelli2007-03-181-0/+6
| | | | SVN-Revision: 6601
* remove duplicate section to find bridge nameTravis Kemen2007-03-171-4/+0
| | | | SVN-Revision: 6591
* add a new 'option disabled' to wifi-deviceMike Baker2007-03-161-1/+1
| | | | SVN-Revision: 6576
* Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than ↵Mike Baker2007-03-151-1/+4
| | | | | | "why isn't wifi working?" SVN-Revision: 6570
* added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 ↵Travis Kemen2007-03-151-7/+71
| | | | | | settings, from #1287 #1255 SVN-Revision: 6567
* use config_get_bool for hide_ssid option in madwifiFelix Fietkau2007-02-271-3/+3
| | | | SVN-Revision: 6408
* Add hidden_ssid option to madwifi script (#1363)Florian Fainelli2007-02-271-0/+3
| | | | SVN-Revision: 6406
* Fix wep encryption setting with madwifi (#1173)Florian Fainelli2007-01-181-1/+1
| | | | SVN-Revision: 6125
* fix a small typoFelix Fietkau2007-01-151-1/+1
| | | | SVN-Revision: 6104
* fix madwifi mode selection problemsFelix Fietkau2007-01-101-8/+8
| | | | SVN-Revision: 6063
* fix a typoFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6039
* fix b/g mode selection for madwifi, update documentationFelix Fietkau2007-01-041-3/+18
| | | | SVN-Revision: 5973
* madwifi: fix setting the essid for ap modeFelix Fietkau2006-12-271-1/+1
| | | | SVN-Revision: 5903
* move hostapd setup function to wireless-tools package, as it is driver ↵Felix Fietkau2006-12-221-65/+0
| | | | | | independent SVN-Revision: 5890
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵Felix Fietkau2006-12-221-0/+3
| | | | | | configurations already), fix up a target name SVN-Revision: 5889
* lots of enhancements for the madwifi script (hostapd calls for ap with wpa ↵Felix Fietkau2006-12-221-36/+125
| | | | | | implemented, two kinds of wds support added - by essid or by bssid, various bugfixes) SVN-Revision: 5888
* /etc/config/wireless support for madwifi (work in progress)Mike Baker2006-11-231-0/+147
SVN-Revision: 5630