Skip to content

Instantly share code, notes, and snippets.

@pichuang
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pichuang/fbaa2d4b234da112e6c5 to your computer and use it in GitHub Desktop.
Save pichuang/fbaa2d4b234da112e6c5 to your computer and use it in GitHub Desktop.
OpenWrt /etc/config/network
config wifi-device radio0
option type mac80211
option channel 11
option hwmode 11g
option path 'platform/ar934x_wmac'
option htmode HT20
config wifi-iface
option device radio0
#option network lan
option mode ap
option ssid sdnds-tw_24G
option encryption none
config wifi-device radio1
option type mac80211
option channel 36
option hwmode 11a
option path 'pci0000:00/0000:00:00.0'
option htmode HT20
config wifi-iface
option device radio1
#option network lan
option mode ap
option ssid sdnds-tw_5G
option encryption none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment