From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from senator.holtmann.net ([87.106.208.187]:35119 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755909AbZEDQJc (ORCPT ); Mon, 4 May 2009 12:09:32 -0400 Subject: Re: [PATCH] add basic support for parsing country information element From: Marcel Holtmann To: Johannes Berg Cc: linux-wireless@vger.kernel.org In-Reply-To: <1241452664.8683.51.camel@johannes.local> References: <1241413787-3185-1-git-send-email-marcel@holtmann.org> <1241423772.8683.8.camel@johannes.local> <1241423924.8683.9.camel@johannes.local> <1241427107.2899.9.camel@localhost.localdomain> <1241435567.8683.35.camel@johannes.local> <1241437035.8683.37.camel@johannes.local> <1241452364.2903.3.camel@localhost.localdomain> <1241452664.8683.51.camel@johannes.local> Content-Type: text/plain Date: Mon, 04 May 2009 09:09:21 -0700 Message-Id: <1241453361.2903.15.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Johannes, > > > I've done that now, and pushed it out, but I think the RSN IE printing > > > you added (and I renamed to print_rsn_ie) is missing some input length > > > validation, could you take a look at that please? In particular it takes > > > the count from the IE, but doesn't verify it fits, I think? > > > > I can have a look at it since it is by no means perfect, but at least we > > know have something that allows us to not bother with iwlist. > > Certainly. I just don't want to have it crash on an AP that advertises > completely bogus information :) if nobody beats me to it, then I will fix this. Just have to deal with some other stuff first. > > Btw. I named it WPA2 on purpose since not everybody using iw will > > understand that it is actually named RSN. In the end it is your call, > > just to let you know why I did it. One of my first patches actually did > > use RSN in it :) > > :) > I was going to call it RSN/WPA2 but that was too long for nice > displaying. Now that I think about it though, I think RSN is more > correct because WPA2 certification doesn't include any 11w things which > this will include. I suspect something like WPA3 will be done for that. > Who knows :) tried the RSN/WPA2 too, but it is too long :) On a different note, what is your preferred coding style for loops? for (i = 0; i < len; i++) { or for(i=0; i