Hello,
I was hoping someone could help me out with an issue that I'm running into. I've recently compiled a new Mavericks image (AutoDMG) and threw a post install script on top of it. For some reason I cannot get our clients to join the specified SSID (WPA2). Parsing through logs only shows: "Could not find network network_name." while wifi logs show: "en1 attached (down)".
I'm using the following in our script:
networksetup -addpreferredwirelessnetworkatindex en1 "ssid" 0 WPA2 "password"
networksetup -setairportnetwork "en1" "ssid" "password"
Has something changed that I'm unaware of? Maybe I'm going about this the wrong way and making it harder on myself than it really should be? Any help would be greatly appreciated.