> The order is as follows: > > iwconfig [iface] key [KEY] > iwconfig [iface] key off I had a similar problem - I wanted to delete the key while testing. It doesn't work the way it was said in the man-page, but the following worked for me: iwconfig wlan0 key "s:mykey" off Hope this might be the solution for your problem... Bye, Carsten