OpenWrt /etc/config/network
This file contains 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 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