From aaf1528009f14cacf2c3dd3289e5dcbabae4afda Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 10 Oct 2019 17:28:32 -0400 Subject: [PATCH] Default wireless N --- config/hostapd.conf | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/config/hostapd.conf b/config/hostapd.conf index 19a768a..b177771 100644 --- a/config/hostapd.conf +++ b/config/hostapd.conf @@ -1,17 +1,40 @@ + + driver=nl80211 ctrl_interface=/var/run/hostapd ctrl_interface_group=0 -beacon_int=100 auth_algs=1 wpa_key_mgmt=WPA-PSK +beacon_int=100 ssid=loki-access -channel=1 +channel=6 hw_mode=g +ieee80211n=1 +wme_enabled=1 wpa_passphrase=ChangeMe interface=wlan0 -wpa=1 -wpa_pairwise=TKIP -country_code= +wpa=2 +wpa_pairwise=CCMP +country_code=US +ignore_broadcast_ssid=0 + + + + +#driver=nl80211 +#ctrl_interface=/var/run/hostapd +#ctrl_interface_group=0 +#beacon_int=100 +#auth_algs=1 +#wpa_key_mgmt=WPA-PSK +#ssid=loki-access +#channel=1 +#hw_mode=g +#wpa_passphrase=ChangeMe +#interface=wlan0 +#wpa=1 +#wpa_pairwise=TKIP +#country_code= ## 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)