/interface/wireless/scan - get if nstreme is enabled!

So I use the C# API, and run this command:

mikroOS.Send("/interface/wireless/scan");
mikroOS.Send("=.id=" + id);
mikroOS.Send("=duration=5", true);

It doesn’t show if nstreme is enabled… How can I get if nstreme is enabled?

Thank you :slight_smile:

in cli you can get that using this:

:put [/interface wireless nstreme get wlan1 enable-nstreme ]

I’m not sure I understand that…

In winbox I can type: «interface wireless scan wlan1 duration=5»

Then it also pops up if nstreme is enabled. But not with API’s…

ok, now it is clear where is the problem, thought you where trying to get status weather interface has or has not the nstream enabled.

i’m trying to see if the AP-Bridge radio i want to connect to has Nstreme enabled.. like when you do a regular scan from winbox or CLI and you get the Flags (A,B,R,N).. i need the flag for Nstreme when i do a scan through API.. anyway to force flags to show? or any other way of seeing if there is Nstreme on the AP?