> P.S.: Is there a way to get an overview of the current interface > configuration with iw? What is the equivalent of "iwconfig wlan0"? There's none. Currently, iw iw written almost like a direct representation of cfg80211 commands. For things like "iw link", the code has added a bit of magic, so that this actually sends two cfg80211 command. But in general, it's a 1:1 relation. So, you'd need to write some "give me greatest amount of info" command newly for iw. -- http://www.holgerschurig.de -- 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