summaryrefslogtreecommitdiffstats
path: root/package/iwinfo
Commit message (Expand)AuthorAgeFilesLines
* iwinfo: add hwinfo of AR9280 2T2R PCIeGabor Juhos2012-08-291-0/+1
* iwinfo: add hwinfo for Rt3050 and maintain alphabetic orderJo-Philipp Wich2012-08-291-1/+2
* iwinfo: add hwinfo for Rt3052Jo-Philipp Wich2012-08-151-0/+1
* iwinfo: add hw info support for Rt3xxx SoCsJo-Philipp Wich2012-08-152-1/+24
* iwinfo: add some Atheros cardsJo-Philipp Wich2012-08-141-0/+2
* iwinfo: transparently handle radioX names in madwifi backendJo-Philipp Wich2012-08-141-5/+20
* iwinfo: properly deal with channels 7..12 on 5GHzJo-Philipp Wich2012-07-062-17/+20
* iwinfo: find channel & frequency via nl80211 or hostapd instead of wextJo-Philipp Wich2012-07-062-13/+60
* iwinfo: assume that no tx power information is available if nl80211 returns 0...Jo-Philipp Wich2012-05-282-3/+6
* iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)Jo-Philipp Wich2012-03-212-2/+3
* iwinfo: fix integer overflow in assoclist rate reporting (#11073)Jo-Philipp Wich2012-03-053-3/+4
* iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after l...Jo-Philipp Wich2012-02-233-4/+4
* iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-2313-52/+71
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-237-240/+510
* iwinfo: fix array size mismatch after r30684Jo-Philipp Wich2012-02-221-4/+4
* Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on iwin...Jo-Philipp Wich2012-02-221-2/+2
* Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: Ha...Jo-Philipp Wich2012-02-221-2/+2
* iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-2210-88/+1305
* iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
* iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various WPA2...Jo-Philipp Wich2012-02-211-1/+1
* iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write a...Jo-Philipp Wich2012-02-201-1/+1
* iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2Jo-Philipp Wich2012-02-202-2/+13
* iwinfo: add more device entriesJo-Philipp Wich2012-02-202-1/+4
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the N...Jo-Philipp Wich2012-02-176-77/+78
* iwinfo: fix detection of Bullet M5, the PCI ID was wrongJo-Philipp Wich2012-02-162-2/+2
* iwinfo: fix segmentation fault when doing two consecutive scans through wpa_s...Jo-Philipp Wich2012-02-022-5/+8
* iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the ...Jo-Philipp Wich2012-01-132-2/+5
* iwinfo: factor txpower offset into info display output, recompile if driver s...Jo-Philipp Wich2012-01-012-2/+13
* iwinfo: support nl80211 hardware identification against radioX pseudo interfa...Jo-Philipp Wich2011-12-062-1/+22
* iwinfo: factor tx power offset into power level listingJo-Philipp Wich2011-12-041-3/+6
* iwinfo: expose txpower and frequency offset informationJo-Philipp Wich2011-12-0413-108/+281
* iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5Jo-Philipp Wich2011-12-041-8/+15
* iwinfo: fix model detection on legacy atherosJo-Philipp Wich2011-12-041-1/+68
* iwinfo: add initial hardware detection capabilitiesJo-Philipp Wich2011-12-0416-39/+361
* libiwinfo: fix hw mode detectionJo-Philipp Wich2011-12-031-0/+2
* add libiwinfo (moved from LuCI trunk)Jo-Philipp Wich2011-12-0324-0/+10947