summaryrefslogtreecommitdiffstats
path: root/package/iwinfo
Commit message (Collapse)AuthorAgeFilesLines
* [package] iwinfo: properly deal with channels 7..12 on 5GHzjow2012-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 ↵jow2012-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 ↵jow2012-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 ↵jow2012-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)jow2012-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 ↵jow2012-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 enumsjow2012-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 codejow2012-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 r30684jow2012-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 ↵jow2012-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 iwinfojow2012-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 opjow2012-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 checkjow2012-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 ↵jow2012-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 ↵jow2012-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 ↵jow2012-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 entriesjow2012-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 ↵jow2012-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 wrongjow2012-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 ↵jow2012-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 ↵jow2012-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 ↵jow2012-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 ↵jow2011-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 listingjow2011-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 informationjow2011-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 ↵jow2011-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 atherosjow2011-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 capabilitiesjow2011-12-0416-39/+361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libiwinfo: fix hw mode detectionjow2011-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)jow2011-12-0324-0/+10947
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29403 3c298f89-4303-0410-b956-a3cf2f4a3e73