From ae4e9be739ba370f7735ad9b701e3393841d1ae3 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 18 Mar 2025 00:53:59 -0700 Subject: [PATCH] Change default SSID to RaspAP (finally) --- config/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hostapd.conf b/config/hostapd.conf index b88b5469..944ce151 100644 --- a/config/hostapd.conf +++ b/config/hostapd.conf @@ -4,7 +4,7 @@ ctrl_interface_group=0 beacon_int=100 auth_algs=1 wpa_key_mgmt=WPA-PSK -ssid=raspi-webgui +ssid=RaspAP channel=1 hw_mode=g wpa_passphrase=ChangeMe