1

I have already configured a Raspberry Pi 3 as an Access Point by performing a series of steps given at https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md

I would like to configure it as an "open" network. That is, remove the authentication which is now required while connecting to the network.

goldilocks
  • 60,325
  • 17
  • 117
  • 234

1 Answers1

2

From the /etc/hostapd/hostapd.conf file you should remove these lines:

wpa=2
wpa_passphrase=***************
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

And should be done with that.