On Wed, Feb 04, 2009 at 02:51:13PM -0800, Kishore Ramachandran wrote: > "Not yet, but please feel free to give a shot at hacking it up. It would require > a new cfg80211 command but keep in mind the way I believe we want this is to > use the 802.11 MLME SAP interface for this." > > I thought as much to start looking at the iw source but thought would check with you guys first. Would the implementation be similar to the "set channel" and/or the "set frequency" commands? Is there is another function using the 802.11 MLME SAP interface that I can use as a guideline? Well in general I was talking about IEEE-802.11 section 10.3 stuff. In cfg80211/nl80211 we don't want to allow things like "set essid" as iwconfig has, instead we want to break things down a bit more, which can really help debugging. The MLME SAP already has some decent layout of commands/responses but after a quick glance I do not see anything for setting a static rate. May want to review that a bit before implementing set rate though. Just remember post early and review early. If you have an idea of how you want to do it let us know to get feedback. Luis -- 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