Thank you for your reply. My hostapd.conf looks like this: # This is the name of the WiFi interface we configured above interface=wlan0 # Use the nl80211 driver with the brcmfmac driver driver=nl80211 # This is the name of the network ssid=WifiPi # Use the 2.4GHz band hw_mode=g # Use channel 6 chann...
Hey guys! I tried to use my RPi 3 as a wifi hotspot using follow website: https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/ The guide says I can test my confics using next code. Then the network will show up at the wifi list, but you cannot connect to it. sudo /usr/s...