> iw phy phy0 interface add wlan0 type adhoc > iw wlan0 set channel 36 > iwconfig wlan0 channel 36 > iwconfig wlan0 essid txctest I can't think of ANY reason why you do that. Use "iw", not "iwconfig". All the last three commands should be replaced with one single "iw dev wlan0 ibss join myibss XXXX", where XXXX is the frequency for channel 36. If in doubt what this is, just do "iw list" and you'll see it. -- 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