2️⃣ Wi-Fi with 802.1X
Step 1 - hostapd
While you are still in 'Classic mode'
Make the following changes to hostapd.conf
hostapd.conf holds the configuration for our software defined AP
Open the file:
Should look like this on entry:
hostapd Edits
Comment out
wpa_passphrase=wifipros
Change
wpa_key_mgmt=
fromWPA-PSK
toWPA-EAP
hostapd Additions
Add this to the bottom of the file:\
Server mode
Now we make the switch over to 'server mode'
Via FPMS
Modes > Server Mode
WLAN Pi reboots into server mode
Default DHCP server is already up and running
Soft AP is configured by
hostapd.conf
fileSSID should be up and broadcasting
What happens when you attempt to join this SSID?
QR Code?
Manually select your WLAN Pi SSID
Attempt authentication with
lameuser
user1
user2
Once successfully associated, do you get an IP address? Confirm this!
Last updated
Was this helpful?