config 'wifi-device' 'wl0' option 'type' 'broadcom' option 'disabled' '0' option 'channel' '06' # Channel number of REMOTE_AP, it will broadcast on the same channel config 'wifi-iface' option 'device' 'wl0' option 'encryption' 'wep' option 'network' 'wan' option 'key' 's:REMOTE_AP_PASSWORD' option 'ssid' 'REMOTE_AP_NAME' option 'mode' 'sta' config 'wifi-iface' option 'device' 'wl0' option 'network' 'lan' option 'mode' 'ap' option 'hidden' '0' option 'ssid' 'LOCAL_AP_NAME' option 'encryption' 'psk2' option 'key' 'LOCAL_AP_PASSWORD'