Can bssid (wifi mac) be changed on wr941v3

I have hard time to resolve 3 roters with i dont know how same macs and lan and wan and wlan , i need wlan in discusion about. i seted one to have one ssid its one mac starts with b0. when i on another set two ssid firsn onther ssid name and password second my ap than mac is difrent but event than pc and fone are reconecting and decline to connect on another router that with two ssid

Yes, you can. See here [SOLVED] Meshing 2 Ubiquiti NanoHD with 802.11s (not working) - #5 by amteza

i hope i make itm but i get these messages in putty ssh i cant change no that option



BusyBox v1.28.4 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 18.06.9, r8077-7cbbab7246
 -----------------------------------------------------
root@WR941v3:~# option
-ash: option: not found
root@WR941v3:~# help
-ash: help: not found
root@WR941v3:~# help
-ash: help: not found
root@WR941v3:~# option macaddr 'C0:4A:00:60:E4:4A'
-ash: option: not found
root@WR941v3:~#

they're options in /etc/config/wireless.

nothng :frowning:

root@WR941v3:~# /etc/config/wireless.
-ash: /etc/config/wireless.: not found

it's a text file, gotta edit it, skip the dot.

ok i see i try now

1 Like

it deny why


BusyBox v1.28.4 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 18.06.9, r8077-7cbbab7246
 -----------------------------------------------------
root@WR941v3:~# /etc/config/wireless
-ash: /etc/config/wireless: Permission denied
root@WR941v3:~#

still not an executable, but a text file, still got to edit it ....

thanks eduperez

i got these :slight_smile: and loading more(my only allow mac devices) what is my next move

root@WR941v3:~# vi /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11g'
        option path 'platform/ath9k'
        option htmode 'HT20'
        option legacy_rates '1'
        option txpower '24'
        option channel '10'
        option country 'CA'

add the option from the link in the 1st reply ?
if you don't know how, use the link in my last reply.

1 Like

is these i need to type? vi option /etc/config/wireless

no, it's not.

I really recommend you to read how to edit the file(s) using vi.
or winscp to the device from your PC, and edit the file from there.

1 Like

i cant open those fotos on site i tryed vi index.php gives nothing emty lines and text 100 precent on bottom

that was just an example file in the guide.
it's not the file you're supposed to edit :slight_smile:
that part you already had figured out in a previous post.... ?

1 Like

please give me that linux code for vi routers os i have small knowlage about linux i use windows and also i need to be carfule its unbricked router all three wr941

on all is same wifi bssid mac so i only can use one not all at time my point is to use all three at same time
so how on another two change wlan mac?

please help mi i didnt figured out

you really need to read the replies, and take in the info already provided to you.

currently, the issue's your lack of linux knowledge, not openwrt, and a workaround
have been given.

2 Likes

do i need these to do to enter
these

root@WR941v3:~# vi /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11g'
        option path 'platform/ath9k'
        option htmode 'HT20'
        option legacy_rates '1'
        option txpower '24'
        option channel '10'
        option country 'CA'

than these
option type 'mac80211'

small problem is that that wifi alowe list is loading slow in my wifi ssid interface

802.11g is slow, indeed.
you probably want to change it into 802.11n :wink:

but this can be done in the web UI.

2 Likes