config wifi-device radio0 option type mac80211 option channel 11 option hwmode 11g option path 'platform/ar933x_wmac' option htmode HT20 # REMOVE THIS LINE TO ENABLE WIFI: option disabled 0 #This is the private SSID for the user's home config wifi-iface option device radio0 option network lan option mode ap option ssid OpenWrt option 'encryption' 'psk2' option 'key' 'passphrase' #This is the uplink station mode interface joined to the wan network (where we removed the eth1 interface) config wifi-iface option device radio0 option mode sta option ssid "Cheetah guest" option encryption none option network wan