From 52b11b092c1d8968ba567b96312e0fdd249c937d Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 22 Jun 2022 21:52:09 +0200 Subject: [PATCH] Set default country_code --- config/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hostapd.conf b/config/hostapd.conf index 856e4a1b..c058a308 100644 --- a/config/hostapd.conf +++ b/config/hostapd.conf @@ -11,7 +11,7 @@ wpa_passphrase=ChangeMe interface=wlan0 wpa=2 wpa_pairwise=CCMP -country_code= +country_code=UK ## Rapberry Pi 3 specific to on board WLAN/WiFi #ieee80211n=1 # 802.11n support (Raspberry Pi 3) #wmm_enabled=1 # QoS support (Raspberry Pi 3)