Search Linux Wireless

[PATCH] iw: print out eirp for triplets on scan

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When debugging country IE parsing when scanning you will not see this:

	Channels [1 - 1] @ 14 dBm
	Channels [2 - 10] @ 21 dBm
	Channels [11 - 11] @ 14 dBm

Instead of this:

	Channels [1 - 1]
	Channels [2 - 10]
	Channels [11 - 11

Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx>
---
 scan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scan.c b/scan.c
index 3b5fb60..486a70e 100644
--- a/scan.c
+++ b/scan.c
@@ -222,7 +222,7 @@ static void print_country(const uint8_t type, uint8_t len, const uint8_t *data)
 		else
 			end_channel =  triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1));
 
-		printf("\t\tChannels [%d - %d]\n", triplet->chans.first_channel, end_channel);
+		printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->chans.max_power);
 
 		data += 3;
 		len -= 3;
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux