aboutsummaryrefslogtreecommitdiffstats
path: root/package/iwinfo
Commit message (Collapse)AuthorAgeFilesLines
* iwinfo: when using nl80211, parse interface combinations instead of ↵Felix Fietkau2013-09-141-9/+57
| | | | | | | | | | creating/deleting interfaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r37983 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: merge r36471Jo-Philipp Wich2013-04-282-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: merge r34982, r35005, r35007, r35471, r36292, r36339, r36417, ↵Jo-Philipp Wich2013-04-277-174/+393
| | | | | | r36449, r36450 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: backport r34003Jo-Philipp Wich2012-10-292-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hwinfo of AR9280 2T2R PCIeGabor Juhos2012-08-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hwinfo for Rt3050 and maintain alphabetic orderJo-Philipp Wich2012-08-291-1/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hwinfo for Rt3052Jo-Philipp Wich2012-08-151-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hw info support for Rt3xxx SoCsJo-Philipp Wich2012-08-152-1/+24
| | | | | | | | | | | This takes the device_id and subsystem_id from the EEPROM, I'll add the info for other Rt3xxx chips in the next days. [jow: minor whitespace changes] Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add some Atheros cardsJo-Philipp Wich2012-08-141-0/+2
| | | | | | | | | These are two Atheros modules we are using, just for the cosmetics to make them show up with the proper names in LuCI. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: transparently handle radioX names in madwifi backendJo-Philipp Wich2012-08-141-5/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: properly deal with channels 7..12 on 5GHzJo-Philipp Wich2012-07-062-17/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: find channel & frequency via nl80211 or hostapd instead of ↵Jo-Philipp Wich2012-07-062-13/+60
| | | | | | wext git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: assume that no tx power information is available if ↵Jo-Philipp Wich2012-05-282-3/+6
| | | | | | nl80211 returns 0 dBm maximum git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm ↵Jo-Philipp Wich2012-03-212-2/+3
| | | | | | values (#11161) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)Jo-Philipp Wich2012-03-053-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision ↵Jo-Philipp Wich2012-02-233-4/+4
| | | | | | bump after latest abi changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-2313-52/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-237-240/+510
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix array size mismatch after r30684Jo-Philipp Wich2012-02-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Allow full 250mw (24dBm) on WRT54GL and related with wl legacy ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | | | | driver on iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfoJo-Philipp Wich2012-02-221-2/+2
| | | | | | | Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-2210-88/+1305
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting ↵Jo-Philipp Wich2012-02-211-1/+1
| | | | | | various WPA2-PSK only networks as mixed mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not ↵Jo-Philipp Wich2012-02-201-1/+1
| | | | | | request write access in mmap() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti ↵Jo-Philipp Wich2012-02-202-2/+13
| | | | | | Picostation M2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add more device entriesJo-Philipp Wich2012-02-202-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: implement proper hardware detection for ar23xx SoC devices ↵Jo-Philipp Wich2012-02-176-77/+78
| | | | | | like the NanoStation 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix detection of Bullet M5, the PCI ID was wrongJo-Philipp Wich2012-02-162-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix segmentation fault when doing two consecutive scans ↵Jo-Philipp Wich2012-02-022-5/+8
| | | | | | | | | | through wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: plug memory leak in nl80211 backend, nl80211_close() did ↵Jo-Philipp Wich2012-01-132-2/+5
| | | | | | not put the family pointer git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: factor txpower offset into info display output, recompile ↵Jo-Philipp Wich2012-01-012-2/+13
| | | | | | if driver selection changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: support nl80211 hardware identification against radioX ↵Jo-Philipp Wich2011-12-062-1/+22
| | | | | | pseudo interfaces, useful if radio is not up yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: factor tx power offset into power level listingJo-Philipp Wich2011-12-041-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: expose txpower and frequency offset informationJo-Philipp Wich2011-12-0413-108/+281
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: populate tx power offsets for most ubnt devices, add ↵Jo-Philipp Wich2011-12-041-8/+15
| | | | | | NSM2/5 and BM2/5 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: fix model detection on legacy atherosJo-Philipp Wich2011-12-041-1/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-0416-39/+361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libiwinfo: fix hw mode detectionJo-Philipp Wich2011-12-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-0324-0/+10947
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29403 3c298f89-4303-0410-b956-a3cf2f4a3e73