changed wlan access
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#imis/internet is the apn for idea connection
|
||||
#connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T gprs.swisscom.ch"
|
||||
connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T internet"
|
||||
connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T gprs.swisscom.ch"
|
||||
#connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T internet"
|
||||
|
||||
# For Raspberry Pi3 use /dev/ttyS0 as the communication port:
|
||||
/dev/ttyUSB0
|
||||
|
||||
Reference in New Issue
Block a user