From a81565ecc86349a798ce1642105c42eeebda4f4f Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 22 Dec 2019 06:39:13 +0100 Subject: Nintendo Switch compatible --- autoDHCP.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autoDHCP.sh b/autoDHCP.sh index 67109bc..484dd33 100755 --- a/autoDHCP.sh +++ b/autoDHCP.sh @@ -7,7 +7,7 @@ range="24" interface_internet="" # For Wifi teth -ssid=🦄 +ssid=🦄🌈 passphrase=chocolat @@ -177,7 +177,7 @@ ssid=${ssid} wpa=1 wpa_passphrase=${passphrase} -channel=1 +channel=11 hw_mode=g logger_syslog=-1 @@ -219,6 +219,10 @@ wmm_ac_vo_cwmax=3 wmm_ac_vo_txop_limit=47 wmm_ac_vo_acm=0 +wpa_key_mgmt=WPA-PSK +rsn_pairwise=CCMP +wpa=2 + vht_oper_chwidth=3 eap_message=hello eapol_key_index_workaround=0 -- cgit v1.2.3