summaryrefslogtreecommitdiffstats
path: root/package/iwinfo
Commit message (Collapse)AuthorAgeFilesLines
* iwinfo: add hwinfo of AR9280 2T2R PCIeGabor Juhos2012-08-291-0/+1
| | | | SVN-Revision: 33306
* iwinfo: add hwinfo for Rt3050 and maintain alphabetic orderJo-Philipp Wich2012-08-291-1/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33293
* iwinfo: add hwinfo for Rt3052Jo-Philipp Wich2012-08-151-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33200
* 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> SVN-Revision: 33199
* 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> SVN-Revision: 33186
* iwinfo: transparently handle radioX names in madwifi backendJo-Philipp Wich2012-08-141-5/+20
| | | | SVN-Revision: 33180
* iwinfo: properly deal with channels 7..12 on 5GHzJo-Philipp Wich2012-07-062-17/+20
| | | | SVN-Revision: 32634
* iwinfo: find channel & frequency via nl80211 or hostapd instead of wextJo-Philipp Wich2012-07-062-13/+60
| | | | SVN-Revision: 32630
* iwinfo: assume that no tx power information is available if nl80211 returns ↵Jo-Philipp Wich2012-05-282-3/+6
| | | | | | 0 dBm maximum SVN-Revision: 31932
* iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)Jo-Philipp Wich2012-03-212-2/+3
| | | | SVN-Revision: 31053
* iwinfo: fix integer overflow in assoclist rate reporting (#11073)Jo-Philipp Wich2012-03-053-3/+4
| | | | SVN-Revision: 30825
* iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after ↵Jo-Philipp Wich2012-02-233-4/+4
| | | | | | latest abi changes SVN-Revision: 30693
* iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-2313-52/+71
| | | | SVN-Revision: 30692
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-237-240/+510
| | | | SVN-Revision: 30691
* iwinfo: fix array size mismatch after r30684Jo-Philipp Wich2012-02-221-4/+4
| | | | SVN-Revision: 30685
* Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30684
* Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30683
* iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-2210-88/+1305
| | | | SVN-Revision: 30682
* iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
| | | | SVN-Revision: 30678
* iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various ↵Jo-Philipp Wich2012-02-211-1/+1
| | | | | | WPA2-PSK only networks as mixed mode SVN-Revision: 30672
* iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write ↵Jo-Philipp Wich2012-02-201-1/+1
| | | | | | access in mmap() SVN-Revision: 30664
* iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2Jo-Philipp Wich2012-02-202-2/+13
| | | | SVN-Revision: 30663
* iwinfo: add more device entriesJo-Philipp Wich2012-02-202-1/+4
| | | | SVN-Revision: 30658
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the ↵Jo-Philipp Wich2012-02-176-77/+78
| | | | | | NanoStation 2 SVN-Revision: 30605
* iwinfo: fix detection of Bullet M5, the PCI ID was wrongJo-Philipp Wich2012-02-162-2/+2
| | | | SVN-Revision: 30591
* iwinfo: fix segmentation fault when doing two consecutive scans through ↵Jo-Philipp Wich2012-02-022-5/+8
| | | | | | wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version. SVN-Revision: 29992
* iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the ↵Jo-Philipp Wich2012-01-132-2/+5
| | | | | | family pointer SVN-Revision: 29723
* iwinfo: factor txpower offset into info display output, recompile if driver ↵Jo-Philipp Wich2012-01-012-2/+13
| | | | | | selection changes SVN-Revision: 29634
* iwinfo: support nl80211 hardware identification against radioX pseudo ↵Jo-Philipp Wich2011-12-062-1/+22
| | | | | | interfaces, useful if radio is not up yet SVN-Revision: 29462
* iwinfo: factor tx power offset into power level listingJo-Philipp Wich2011-12-041-3/+6
| | | | SVN-Revision: 29430
* iwinfo: expose txpower and frequency offset informationJo-Philipp Wich2011-12-0413-108/+281
| | | | SVN-Revision: 29425
* iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5Jo-Philipp Wich2011-12-041-8/+15
| | | | SVN-Revision: 29424
* iwinfo: fix model detection on legacy atherosJo-Philipp Wich2011-12-041-1/+68
| | | | SVN-Revision: 29423
* iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-0416-39/+361
| | | | SVN-Revision: 29421
* libiwinfo: fix hw mode detectionJo-Philipp Wich2011-12-031-0/+2
| | | | SVN-Revision: 29417
* add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-0324-0/+10947
SVN-Revision: 29403