Skip to content

Instantly share code, notes, and snippets.

Created January 28, 2016 11:53
Show Gist options
  • Save anonymous/d776daa618dfcdbe72f3 to your computer and use it in GitHub Desktop.
Save anonymous/d776daa618dfcdbe72f3 to your computer and use it in GitHub Desktop.
config wifi-device 'radio0'
option type 'mac80211'
option macaddr '30:b5:c2:fd:59:aa'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option country 'RU'
option channel 'auto'
option txpower '20'
config wifi-iface
option device 'radio0'
option mode 'ap'
option ssid 'Free WiFi'
option encryption 'none'
option wmm '0'
option network 'WiFI'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment