Created
August 24, 2021 05:54
-
-
Save seanlinmt/7662a5d67e82b668a1643e50fb44dac2 to your computer and use it in GitHub Desktop.
rpi VHT80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver=nl80211 | |
auth_algs=1 | |
wpa_key_mgmt=WPA-PSK | |
beacon_int=100 | |
ssid=YourWifiNetwork | |
channel=36 | |
hw_mode=a | |
ieee80211n=1 | |
require_ht=1 | |
ht_capab=[MAX-AMSDU-3839][HT40+][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40] | |
ieee80211ac=1 | |
require_vht=1 | |
ieee80211d=0 | |
ieee80211h=0 | |
vht_capab=[MAX-AMSDU-3839][SHORT-GI-80] | |
vht_oper_chwidth=1 | |
vht_oper_centr_freq_seg0_idx=42 | |
wpa_passphrase=ChangeThePasswordSilly | |
interface=wlan0 | |
bridge=br0 | |
wpa=2 | |
wpa_pairwise=CCMP | |
rsn_pairwise=CCMP | |
country_code=US | |
ignore_broadcast_ssid=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment