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.
man 5 hostapd.conf
, and/or search online about configuringhostapd
that way; pretty sure it just requires you remove all thewpa_
options. – goldilocks Aug 24 '19 at 19:29