Wireless config - ljerezchaves/cogtra GitHub Wiki

Introduction

This tutorial explains how to configure the wireless network at OpenWrt for the Ubitiqui RouterStation Pro and Mini-PCI Senao NL-5354MP PLUS ARIES2.

Details

After flashing the router with our custom firmware, we also have installed all packages that are listed in this file. For detailed information you can check this page: http://wiki.openwrt.org/doc/howto/wireless.essentials

You can use the following command order to automatically get all wireless configuration, and check the results at /etc/config/wireless configuration file:

wifi detect

If this command does not work, you can manually include these configurations at /etc/config/wireless file. Be careful with option macaddr: it is different for each device.

config 'wifi-device' 'radio0'
	option 'type' 'mac80211'
	option 'channel' '11'
	option 'macaddr' '00:02:6f:24:42:fe'
	option 'hwmode' '11g'

config 'wifi-iface'
	option 'device' 'radio0'
	option 'network' 'lan'
	option 'mode' 'ap'
	option 'ssid' 'rspro'
	option 'encryption' 'none'