![]() |
Quellcode |
1 2 3 4 5 6 7 |
# lspci -nn .. 03:00.0 Network controller [0280]: Atheros Communications Inc. AR922X Wireless Network Adapter [168c:0029] (rev 01) .. #dmesg phy0: Atheros AR9280 Rev:2 mem=0xf8500000, irq=16 .. |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# iwconfig wlan0 wlan0 IEEE 802.11bgn Mode:Master Frequency:2.447 GHz Tx-Power=20 dBm Retry long limit:7 RTS thr=2347 B Fragment thr=2346 B Power Management:off # iw list Wiphy phy0 Band 1: HT capabilities: 0x104e * 20/40 MHz operation * SM PS disabled * 40 MHz short GI * max A-MSDU len 3839 * DSSS/CCK 40 MHz HT A-MPDU factor: 0x0003 (65535 bytes) HT A-MPDU density: 0x0006 (8 usec) HT MCS set: ff ff 00 00 00 00 00 00 00 00 00 00 01 00 00 00 HT TX/RX MCS rate indexes supported: MCS index 0 MCS index 1 MCS index 2 MCS index 3 MCS index 4 MCS index 5 MCS index 6 MCS index 7 MCS index 8 MCS index 9 MCS index 10 MCS index 11 MCS index 12 MCS index 13 MCS index 14 MCS index 15 Frequencies: * 2412 MHz [1] (20.0 dBm) * 2417 MHz [2] (20.0 dBm) * 2422 MHz [3] (20.0 dBm) * 2427 MHz [4] (20.0 dBm) * 2432 MHz [5] (20.0 dBm) * 2437 MHz [6] (20.0 dBm) * 2442 MHz [7] (20.0 dBm) * 2447 MHz [8] (20.0 dBm) * 2452 MHz [9] (20.0 dBm) * 2457 MHz [10] (20.0 dBm) * 2462 MHz [11] (20.0 dBm) * 2467 MHz [12] (20.0 dBm) * 2472 MHz [13] (20.0 dBm) * 2484 MHz [14] (disabled) Bitrates (non-HT): * 1.0 Mbps * 2.0 Mbps (short preamble supported) * 5.5 Mbps (short preamble supported) * 11.0 Mbps (short preamble supported) * 6.0 Mbps * 9.0 Mbps * 12.0 Mbps * 18.0 Mbps * 24.0 Mbps * 36.0 Mbps * 48.0 Mbps * 54.0 Mbps max # scan SSIDs: 4 Fragmentation threshold: 2346 RTS threshold: 2347 Supported interface modes: * IBSS * managed * AP * AP/VLAN * monitor * mesh point Supported commands: * new_interface * set_interface * new_key * new_beacon * new_station * new_mpath * set_mesh_params * set_bss * authenticate * associate * deauthenticate * disassociate * join_ibss * set_wiphy_netns * connect * disconnect |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »bell« (12.07.2010, 20:14) aus folgendem Grund: Tags angepasst
Quelle
Zitat
wo siehst du dass du nur über 54MBit kommst?
wenn über iwconfig/iwlist, dann kein wunder, denn diese tools können die bitrate >54MBit nicht anzeigen. Da diese tools noch keinen support dafür haben.
aber mitbekommst du auch die aktuelle bitrate angezeigt, wenn diese höher as 54MBit ist
![]()
Quellcode
1 iw dev <wlan device> link
![]() |
Quellcode |
1 2 3 4 5 6 7 8 |
# iw dev wlan0 link Connected to 00:24:01:ee:a2:2f (on wlan0) SSID: etherN freq: 2447 RX: 1774229 bytes (17107 packets) TX: 129364800 bytes (90874 packets) signal: -38 dBm tx bitrate: 150.0 MBit/s MCS 7 40Mhz short GI |