XtR wrote:How do i setup these? I have the same problem with my Ps Vita.
you have to edit your /etc/config/wireless. make a backup of this file and then open it, it will look something like this:
config wifi-device 'radio0'
option type 'mac80211'
option macaddr 'your radio0 mac address, don't change this'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '20'
option country 'your country, don't change this'
option hwmode '11ng'
option htmode 'HT40-'
option channel '9'
config wifi-iface
option device 'radio0'
option mode 'ap'
option wps_pushbutton '1'
option ssid 'your wireless 2.4 name, don't change this'
option key 'your key, don't change this'
option network 'lan'
option encryption 'psk2'
config wifi-device 'radio1'
option type 'mac80211'
option channel '36'
option macaddr 'your radio1 mac address, don't change this'
option hwmode '11na'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '17'
option htmode 'HT40+'
option country 'your country, don't change this'
config wifi-iface
option device 'radio1'
option mode 'ap'
option encryption 'psk2'
option wps_pushbutton '1'
option ssid 'your wireless 5 name, don't change this'
option key 'your key, don't change this'
option network 'lan'
you have to edit it to look like this:
config wifi-device 'radio0'
option type 'mac80211'
option macaddr 'your radio0 mac address, don't change this'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '20'
option country 'your country, don't change this'
option hwmode '11ng'
option htmode 'HT40-'
option channel '9'
config wifi-iface
option device 'radio0'
option mode 'ap'
option wps_pushbutton '1'
option ssid 'your wireless name, don't change this'
option key 'your key, don't change this'
option network 'lan'
option encryption 'psk2'
config wifi-iface
option device 'radio0'
option mode 'ap'
option ssid 'another wireless name <- you need to change this'
option key 'your key'
option network 'lan'
option encryption 'psk2'
option wmm '0'
config wifi-device 'radio1'
option type 'mac80211'
option channel '36'
option macaddr 'your radio1 mac address, don't change this'
option hwmode '11na'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '17'
option htmode 'HT40+'
option country 'your country, don't change this'
config wifi-iface
option device 'radio1'
option mode 'ap'
option encryption 'psk2'
option wps_pushbutton '1'
option ssid 'your wireless n name, don't change this'
option key 'your key, don't change this'
option network 'lan'
basically copy and paste the first "config wifi-iface", change the ssid name, remove the wps line (not sure if needed), add the wmm line.
done. now use the "another wireless name" to connect your vita to internet, and the other ssid for every other device.
hope this helps ![smile](https://forum.openwrt.org/img/smilies/smile.png)