Created
April 2, 2019 20:20
-
-
Save cowgp/3d3a52bc472d3c1dbb0c0bcaa30e2392 to your computer and use it in GitHub Desktop.
testing bad SSID characters
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
| config wifi-device 'mt7628' | |
| option type 'mt7628' | |
| option vendor 'ralink' | |
| option band '2.4G' | |
| option channel 'auto' | |
| option autoch_skip '12;13;' | |
| option wifimode '9' | |
| option bw '1' | |
| option country 'US' | |
| option region '1' | |
| option ht_txstream '2' | |
| option ht_rxstream '2' | |
| option hwmode '11ng' | |
| config wifi-iface | |
| option device 'mt7628' | |
| option network 'lan' | |
| option mode 'ap' | |
| option key 'goodlife' | |
| option encryption 'psk-mixed' | |
| option wds '1' | |
| option ssid 'Ç$' | |
| option ifname 'ra0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment