Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iwinfo: assume that no tx power information is available if nl80211 returns ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -3/+6 |
| | | | | | | 0 dBm maximum SVN-Revision: 31932 | ||||
* | iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161) | Jo-Philipp Wich | 2012-03-21 | 2 | -2/+3 |
| | | | | SVN-Revision: 31053 | ||||
* | iwinfo: fix integer overflow in assoclist rate reporting (#11073) | Jo-Philipp Wich | 2012-03-05 | 3 | -3/+4 |
| | | | | SVN-Revision: 30825 | ||||
* | iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after ↵ | Jo-Philipp Wich | 2012-02-23 | 3 | -4/+4 |
| | | | | | | latest abi changes SVN-Revision: 30693 | ||||
* | iwinfo: replace internal constant mode strings with enums | Jo-Philipp Wich | 2012-02-23 | 13 | -52/+71 |
| | | | | SVN-Revision: 30692 | ||||
* | iwinfo: implement netlink scanning code, rework IE parsing code | Jo-Philipp Wich | 2012-02-23 | 7 | -240/+510 |
| | | | | SVN-Revision: 30691 | ||||
* | iwinfo: fix array size mismatch after r30684 | Jo-Philipp Wich | 2012-02-22 | 1 | -4/+4 |
| | | | | SVN-Revision: 30685 | ||||
* | Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on ↵ | Jo-Philipp Wich | 2012-02-22 | 1 | -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 Wich | 2012-02-22 | 1 | -2/+2 |
| | | | | | | Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30683 | ||||
* | iwinfo: add per-station rate and mcs info to assoclist op | Jo-Philipp Wich | 2012-02-22 | 10 | -88/+1305 |
| | | | | SVN-Revision: 30682 | ||||
* | iwinfo: fix logic flaw in mtd partition check | Jo-Philipp Wich | 2012-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 30678 | ||||
* | iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various ↵ | Jo-Philipp Wich | 2012-02-21 | 1 | -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 Wich | 2012-02-20 | 1 | -1/+1 |
| | | | | | | access in mmap() SVN-Revision: 30664 | ||||
* | iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2 | Jo-Philipp Wich | 2012-02-20 | 2 | -2/+13 |
| | | | | SVN-Revision: 30663 | ||||
* | iwinfo: add more device entries | Jo-Philipp Wich | 2012-02-20 | 2 | -1/+4 |
| | | | | SVN-Revision: 30658 | ||||
* | iwinfo: implement proper hardware detection for ar23xx SoC devices like the ↵ | Jo-Philipp Wich | 2012-02-17 | 6 | -77/+78 |
| | | | | | | NanoStation 2 SVN-Revision: 30605 | ||||
* | iwinfo: fix detection of Bullet M5, the PCI ID was wrong | Jo-Philipp Wich | 2012-02-16 | 2 | -2/+2 |
| | | | | SVN-Revision: 30591 | ||||
* | iwinfo: fix segmentation fault when doing two consecutive scans through ↵ | Jo-Philipp Wich | 2012-02-02 | 2 | -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 Wich | 2012-01-13 | 2 | -2/+5 |
| | | | | | | family pointer SVN-Revision: 29723 | ||||
* | iwinfo: factor txpower offset into info display output, recompile if driver ↵ | Jo-Philipp Wich | 2012-01-01 | 2 | -2/+13 |
| | | | | | | selection changes SVN-Revision: 29634 | ||||
* | iwinfo: support nl80211 hardware identification against radioX pseudo ↵ | Jo-Philipp Wich | 2011-12-06 | 2 | -1/+22 |
| | | | | | | interfaces, useful if radio is not up yet SVN-Revision: 29462 | ||||
* | iwinfo: factor tx power offset into power level listing | Jo-Philipp Wich | 2011-12-04 | 1 | -3/+6 |
| | | | | SVN-Revision: 29430 | ||||
* | iwinfo: expose txpower and frequency offset information | Jo-Philipp Wich | 2011-12-04 | 13 | -108/+281 |
| | | | | SVN-Revision: 29425 | ||||
* | iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5 | Jo-Philipp Wich | 2011-12-04 | 1 | -8/+15 |
| | | | | SVN-Revision: 29424 | ||||
* | iwinfo: fix model detection on legacy atheros | Jo-Philipp Wich | 2011-12-04 | 1 | -1/+68 |
| | | | | SVN-Revision: 29423 | ||||
* | iwinfo: add initial hardware detection capabilities | Jo-Philipp Wich | 2011-12-04 | 16 | -39/+361 |
| | | | | SVN-Revision: 29421 | ||||
* | libiwinfo: fix hw mode detection | Jo-Philipp Wich | 2011-12-03 | 1 | -0/+2 |
| | | | | SVN-Revision: 29417 | ||||
* | add libiwinfo (moved from LuCI trunk) | Jo-Philipp Wich | 2011-12-03 | 24 | -0/+10947 |
SVN-Revision: 29403 |