mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update hostapd.conf
Added support for Raspberry Pi 3 on board wifi/wlan adapter.
This commit is contained in:
parent
265b6e5af0
commit
f2247e7844
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue