Searched refs:mLowpanInterfaceName (Results 1 – 1 of 1) sorted by relevance
45 private String mLowpanInterfaceName; field in LowpanCtl124 if (mLowpanInterfaceName == null) { in getLowpanInterface()127 mLowpanInterfaceName = interfaceArray[0]; in getLowpanInterface()132 mLowpanInterface = getLowpanManager().getInterface(mLowpanInterfaceName); in getLowpanInterface()135 throwCommandError("Unknown LoWPAN interface \"" + mLowpanInterfaceName + "\""); in getLowpanInterface()154 mLowpanInterfaceName = nextArgRequired(); in onRun()