1rfkill - radio frequency (RF) connector kill switch support 2 3For details to this subsystem look at Documentation/rfkill.txt. 4 5For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in 6Documentation/ABI/removed/sysfs-class-rfkill. 7 8For the deprecated /sys/class/rfkill/*/state knobs of this interface look in 9Documentation/ABI/obsolete/sysfs-class-rfkill. 10 11What: /sys/class/rfkill 12Date: 09-Jul-2007 13KernelVersion: v2.6.22 14Contact: [email protected], 15Description: The rfkill class subsystem folder. 16 Each registered rfkill driver is represented by an rfkillX 17 subfolder (X being an integer > 0). 18 19 20What: /sys/class/rfkill/rfkill[0-9]+/name 21Date: 09-Jul-2007 22KernelVersion v2.6.22 23Contact: [email protected] 24Description: Name assigned by driver to this key (interface or driver name). 25Values: arbitrary string. 26 27 28What: /sys/class/rfkill/rfkill[0-9]+/type 29Date: 09-Jul-2007 30KernelVersion v2.6.22 31Contact: [email protected] 32Description: Driver type string ("wlan", "bluetooth", etc). 33Values: See include/linux/rfkill.h. 34 35 36What: /sys/class/rfkill/rfkill[0-9]+/persistent 37Date: 09-Jul-2007 38KernelVersion v2.6.22 39Contact: [email protected] 40Description: Whether the soft blocked state is initialised from non-volatile 41 storage at startup. 42Values: A numeric value. 43 0: false 44 1: true 45 46 47What: /sys/class/rfkill/rfkill[0-9]+/hard 48Date: 12-March-2010 49KernelVersion v2.6.34 50Contact: [email protected] 51Description: Current hardblock state. This file is read only. 52Values: A numeric value. 53 0: inactive 54 The transmitter is (potentially) active. 55 1: active 56 The transmitter is forced off by something outside of 57 the driver's control. 58 59 60What: /sys/class/rfkill/rfkill[0-9]+/soft 61Date: 12-March-2010 62KernelVersion v2.6.34 63Contact: [email protected] 64Description: Current softblock state. This file is read and write. 65Values: A numeric value. 66 0: inactive 67 The transmitter is (potentially) active. 68 1: active 69 The transmitter is turned off by software. 70