KStatefan
Posts: 6
Joined: Wed Jan 27, 2016 12:51 am

Unsecurred Network

Fri Jul 15, 2016 12:25 pm

Trying to get a pi with open sprinkler to work on an unsecured network. I can get it to connect while sitting on my desk to a secured network with the following code:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

# To configure wifi access insert your SSID and PSK with keeping the quotation marks then save the file

network={
ssid="ConfRm_2.4GHz"
psk="*********"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}

When I move it to the sprinkler box there is not a secure network to use so I change the code to this but it will not connect.

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

# To configure wifi access insert your SSID and PSK with keeping the quotation marks then save the file

network={
ssid="Hutchinson Campus WiFi"
key_mgmt=none

}

How do I connect to the unsecured network?

User avatar
davidcoton
Posts: 5027
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: Unsecurred Network

Fri Jul 15, 2016 1:12 pm

You do realise that by publishing the PSK your secured network is no longer secure?
Signature retired

KStatefan
Posts: 6
Joined: Wed Jan 27, 2016 12:51 am

Re: Unsecurred Network

Fri Jul 15, 2016 1:43 pm

davidcoton wrote:You do realise that by publishing the PSK your secured network is no longer secure?
How do I connect to the unsecured network? I am not worried about the secured network.

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13092
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Unsecurred Network

Sat Jul 16, 2016 1:41 pm

censored psk.

Return to “Troubleshooting”