From f2247e78446e4d6bf2af27ae7a6965920cd5032d Mon Sep 17 00:00:00 2001 From: Challon Holt Date: Mon, 6 Feb 2017 09:54:59 -0500 Subject: [PATCH 1/2] Update hostapd.conf Added support for Raspberry Pi 3 on board wifi/wlan adapter. --- config/hostapd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hostapd.conf b/config/hostapd.conf index 42a52ea1..c0a2edf4 100644 --- a/config/hostapd.conf +++ b/config/hostapd.conf @@ -12,3 +12,6 @@ interface=wlan0 wpa=1 wpa_pairwise=TKIP country_code= +#ieee80211n=1 # 802.11n support (Raspberry Pi 3) +#wmm_enabled=1 # QoS support (Raspberry Pi 3) +#ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40] # (Raspberry Pi 3) From 7039463d883a962d80fec5be7859c1885bb57655 Mon Sep 17 00:00:00 2001 From: Challon Holt Date: Mon, 6 Feb 2017 09:59:25 -0500 Subject: [PATCH 2/2] Added support for RasPi 3 Wifi Added support for RasPi 3 on board Wifi --- config/hostapd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hostapd.conf b/config/hostapd.conf index c0a2edf4..ab44b673 100644 --- a/config/hostapd.conf +++ b/config/hostapd.conf @@ -12,6 +12,7 @@ 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) #ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40] # (Raspberry Pi 3)