up vote 3 down vote favorite
share [g+] share [fb]

Is it possible to create a Ad-hoc Wifi network in OS X using the command line? Without using Apple Script to do it through the UI.

link|improve this question
feedback

1 Answer

I've used sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -i[<arg>] to do the job. Take a look at /usr/sbin/networksetup to round out the solution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.