On Mon, Oct 25, 2010 at 5:31 PM, Blaise Gassend <blaise@xxxxxxxxxxxxxxxx> wrote: > > > How can I know if a AP is "compliant/certified" ? I'm such a newbie. > > I suspect that most of them are. If they have a WiFi logo on the box > they should be: > http://www.wi-fiplanet.com/tutorials/article.php/2203361/Wi-Fi-Interoperability-Compliance-Steps.htm > > >> I had a look at the paper, and the original poster seems to have > >> exaggerated the paper's claims. They do indeed do the authentication > >> and association request before getting responses. For everything else, > >> they wait to get the response for the previous stage. The main > >> difference is that they greatly reduce the timeouts before retrying at > >> each stage. The paper is also limited to non-encrypted networks. > > > > My objetive in my current job is just that, reduce the time of authentication. > > > > Someone has a better idea or solution to reduce the association time? > > I need to use DHCP and could be a open network. > > How short does it need to be for you? In my experience sub-second is > pretty if you know the frequency, have low packet loss, and have an > aggressive DHCP client. The methods in the paper should make it work > even with higher packet loss. what is a "agressive DHCP client" ? I saw in the manual, there a lot of telnet commans for DHCP I tryed: sudo iwconfig wlan0 mode managed freq 2.437G rate 1M frag 256 key open essid 'cassiano-PC_AP' But when I try to run: sudo dhclient wlan0 return: "No DHCPOFFERS received" And I need to do this because my code will connect automatic. Using the networkManager (ubuntu) the connection appears to occur fast. > -- > 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 -- 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