Page 1 of 1

How do I tell if my wireless Interface has been disabled?

Posted: Tue Nov 16, 2004 5:13 pm
by rafit
Hi All,
how do I tell if my wireless interface has been disable? The following test script gives no print out irrespective of the wireless interface status (either anabled or otherwise) Any help?

:put [ /in wi get wlan2 disabled ]

Thanks,
solo.

Posted: Tue Nov 16, 2004 5:25 pm
by edzix
there is a bug and we will try to fix it.

Edgars

Posted: Tue Nov 16, 2004 6:55 pm
by rafit
Hi Again,
until the fix, a work-around I have found:

I preceeded my code with: set disable-running-check=yes, and then checked for running istead of disabled. This returns false if (and only if) the radio card has been disabled.

I restore the disable-running-check after my tests.

solomon.