Commit Graph

28 Commits (07e87689fba4ce4bcc7db3afed6dff922a311ad2)

Author SHA1 Message Date
Jo-Philipp Wich 672c216c63 [package] iwinfo: assume that no tx power information is available if nl80211 returns 0 dBm maximum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-28 00:52:26 +00:00
Jo-Philipp Wich e7de53b9bf [package] iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-21 19:47:16 +00:00
Jo-Philipp Wich ec780171b1 [package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-05 17:52:46 +00:00
Jo-Philipp Wich 1b20c8b960 [package] iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after latest abi changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30693 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 18:20:51 +00:00
Jo-Philipp Wich 69dd217a4a [package] iwinfo: replace internal constant mode strings with enums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 13:16:09 +00:00
Jo-Philipp Wich 80317f56a4 [package] iwinfo: implement netlink scanning code, rework IE parsing code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-23 12:18:46 +00:00
Jo-Philipp Wich cef9c9c45a [package] iwinfo: fix array size mismatch after r30684
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:56:06 +00:00
Jo-Philipp Wich 6d622da605 [PATCH] Allow full 250mw (24dBm) on WRT54GL and related with wl legacy 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
2012-02-22 13:41:50 +00:00
Jo-Philipp Wich fc30b039a0 [PATCH] Adjust txpower offset for Nano and Picostation M2 in iwinfo
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:40:29 +00:00
Jo-Philipp Wich 22f95cf93c [package] iwinfo: add per-station rate and mcs info to assoclist op
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 13:39:16 +00:00
Jo-Philipp Wich 39923b50f8 [package] iwinfo: fix logic flaw in mtd partition check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-22 12:30:24 +00:00
Jo-Philipp Wich 75e8b877d1 [package] iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various WPA2-PSK only networks as mixed mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-21 18:19:26 +00:00
Jo-Philipp Wich 2afb201588 [package] iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write access in mmap()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-20 21:27:41 +00:00
Jo-Philipp Wich bbf5ddc6ff [package] iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-20 21:17:59 +00:00
Jo-Philipp Wich f2e47079d7 [package] iwinfo: add more device entries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-20 09:27:32 +00:00
Jo-Philipp Wich 6892cb5808 [package] iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-17 00:36:25 +00:00
Jo-Philipp Wich b33a75d2f1 [package] iwinfo: fix detection of Bullet M5, the PCI ID was wrong
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 17:58:33 +00:00
Jo-Philipp Wich def1af2528 [package] iwinfo: fix segmentation fault when doing two consecutive scans 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
2012-02-02 14:06:16 +00:00
Jo-Philipp Wich 15c833bfc4 [package] iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the family pointer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29723 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-13 00:54:25 +00:00
Jo-Philipp Wich 9eb767be13 [package] iwinfo: factor txpower offset into info display output, recompile if driver selection changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-01 16:17:10 +00:00
Jo-Philipp Wich 473fd91146 [package] iwinfo: support nl80211 hardware identification against radioX pseudo interfaces, useful if radio is not up yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-06 13:24:47 +00:00
Jo-Philipp Wich 6b2568151d [package] iwinfo: factor tx power offset into power level listing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-04 22:04:00 +00:00
Jo-Philipp Wich 3a5a1c6ef9 [package] iwinfo: expose txpower and frequency offset information
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-04 20:37:01 +00:00
Jo-Philipp Wich 4c0321a6aa [package] iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-04 19:44:47 +00:00
Jo-Philipp Wich 76634407f9 [package] iwinfo: fix model detection on legacy atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-04 18:11:57 +00:00
Jo-Philipp Wich cf716c04e6 [package] iwinfo: add initial hardware detection capabilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-04 03:42:17 +00:00
Jo-Philipp Wich 0f2f3e734d [package] libiwinfo: fix hw mode detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-03 18:13:38 +00:00
Jo-Philipp Wich e100550bf2 [package] add libiwinfo (moved from LuCI trunk)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-03 13:57:38 +00:00