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.
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.
there is a bug and we will try to fix it.
Edgars
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.