1 rfkill - radio frequency (RF) connector kill switch support
3 For details to this subsystem look at Documentation/rfkill.txt.
5 For the deprecated /sys/class/rfkill/*/state and
6 /sys/class/rfkill/*/claim knobs of this interface look in
7 Documentation/ABI/obsolete/sysfs-class-rfkill.
9 What: /sys/class/rfkill
11 KernelVersion: v2.6.22
12 Contact: linux-wireless@vger.kernel.org,
13 Description: The rfkill class subsystem folder.
14 Each registered rfkill driver is represented by an rfkillX
15 subfolder (X being an integer > 0).
18 What: /sys/class/rfkill/rfkill[0-9]+/name
21 Contact: linux-wireless@vger.kernel.org
22 Description: Name assigned by driver to this key (interface or driver name).
23 Values: arbitrary string.
26 What: /sys/class/rfkill/rfkill[0-9]+/type
29 Contact: linux-wireless@vger.kernel.org
30 Description: Driver type string ("wlan", "bluetooth", etc).
31 Values: See include/linux/rfkill.h.
34 What: /sys/class/rfkill/rfkill[0-9]+/persistent
37 Contact: linux-wireless@vger.kernel.org
38 Description: Whether the soft blocked state is initialised from non-volatile
40 Values: A numeric value.
45 What: /sys/class/rfkill/rfkill[0-9]+/hard
48 Contact: linux-wireless@vger.kernel.org
49 Description: Current hardblock state. This file is read only.
50 Values: A numeric value.
52 The transmitter is (potentially) active.
54 The transmitter is forced off by something outside of
58 What: /sys/class/rfkill/rfkill[0-9]+/soft
61 Contact: linux-wireless@vger.kernel.org
62 Description: Current softblock state. This file is read and write.
63 Values: A numeric value.
65 The transmitter is (potentially) active.
67 The transmitter is turned off by software.