There are various openwrt packages that if installed would all you to write Luup that could shell out to the OS to turn the radio on and off. Just Google for “openwrt radio off”.
os.execute(“command”) will all you to run shell commands within a Luup scene. You need to include the double quotes around you command.