Page 1 of 1

Question about Nstreme

Posted: Thu Dec 06, 2012 7:30 pm
by jazier
Dear Mikrotik Forum,
I am confused about Nstreme, so I would like you answer my doubt.
What the difference is when I set my wireless card as:
1. "interface wireless set wireless-protocol=nstreme 0"
2. "interface wireless nstreme set enable-nstreme=yes 0"
Both command lines do the same?, Should I set my wireless card with both command lines?
Thanks a lot.

Re: Question about Nstreme

Posted: Sat Dec 08, 2012 12:09 am
by jazier
Please, I need some help. Thanks.

Re: Question about Nstreme

Posted: Sat Dec 08, 2012 11:42 pm
by rodolfo
the first one force to connect only with a device with wireless-protocol=nstreme or wireless-protocol=any
the second one enable the nstream in the wlan.

these are two separate options

if you want to use nstream, you need to set enable-nstreme=yes, either in station and in the ap
then if station have wireless-protocol=any and the AP have wireless-protocol=nstreme, the connection is made using nstream

Re: Question about Nstreme

Posted: Mon Dec 10, 2012 8:21 pm
by jazier
Thanks. I believe I understood.