View Single Post
Old 18th May 2011
Daffy Daffy is offline
Fdisk Soldier
 
Join Date: Jun 2010
Posts: 73
Default

Quote:
Originally Posted by backrow View Post
# ifconfig foo0 nwid networkgoeshere wpa wpapsk keygoeshere
I think this is wrong. "Wpapsk" was being used up until 4.9. Someone correct me if I'm wrong, but ifconfig(8), states that you must use "wpakey" instead.

So you should use
Code:
ifconfig <interface> nwid <id> wpakey <key>
Reply With Quote