changed wlan access

This commit is contained in:
2018-05-25 17:35:11 +02:00
parent 8f575e1c70
commit 4f02716575
3 changed files with 15 additions and 6 deletions
+12 -3
View File
@@ -11,7 +11,7 @@ ssid=beielipi
# First up, the SSID or Network name. This is what other devices will see when they try to connect.
hw_mode=g
# I'm setting this to Wireless G mode. A, B, and G are available here.
channel=1
channel=7
# This is setting the channel that the WiFi is on, valid channels are from 1-11, or 1-14 depending on location.
# Wifi Security Settings
@@ -20,6 +20,10 @@ channel=1
# The line above sets the wpa passphrase to "raspiwlan", this is obtained via the wpa_passphrase command.
# However, you can also set a passphrase like the line below.
#wpa_passphrase=raspiwlan
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=beielipi
#wpa_key_mgmt=WPA-PSK
#wpa_pairwise=CCMP
@@ -30,5 +34,10 @@ channel=1
# Other settings
beacon_int=100 # This sets how often the WiFi will send a beacon out.
auth_algs=3
wmm_enabled=1
auth_algs=1
wmm_enabled=0
# see https://raspberrypi.stackexchange.com/questions/11713/rtl8188cus-extremely-slow
#wme_enabled=1
#ieee80211n=1
#ht_capab=[HT40+][SHORT-GI-40][DSSS_CCK-40]