| .. | .. |
|---|
| 1 | 1 | rfkill - radio frequency (RF) connector kill switch support |
|---|
| 2 | 2 | |
|---|
| 3 | | -For details to this subsystem look at Documentation/rfkill.txt. |
|---|
| 3 | +For details to this subsystem look at Documentation/driver-api/rfkill.rst. |
|---|
| 4 | 4 | |
|---|
| 5 | | -For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in |
|---|
| 5 | +For the deprecated ``/sys/class/rfkill/*/claim`` knobs of this interface look in |
|---|
| 6 | 6 | Documentation/ABI/removed/sysfs-class-rfkill. |
|---|
| 7 | 7 | |
|---|
| 8 | 8 | What: /sys/class/rfkill |
|---|
| .. | .. |
|---|
| 36 | 36 | Contact: linux-wireless@vger.kernel.org |
|---|
| 37 | 37 | Description: Whether the soft blocked state is initialised from non-volatile |
|---|
| 38 | 38 | storage at startup. |
|---|
| 39 | | -Values: A numeric value. |
|---|
| 40 | | - 0: false |
|---|
| 41 | | - 1: true |
|---|
| 39 | +Values: A numeric value: |
|---|
| 40 | + |
|---|
| 41 | + - 0: false |
|---|
| 42 | + - 1: true |
|---|
| 42 | 43 | |
|---|
| 43 | 44 | |
|---|
| 44 | 45 | What: /sys/class/rfkill/rfkill[0-9]+/state |
|---|
| .. | .. |
|---|
| 54 | 55 | through this interface. There will likely be another attempt to |
|---|
| 55 | 56 | remove it in the future. |
|---|
| 56 | 57 | Values: A numeric value. |
|---|
| 58 | + |
|---|
| 57 | 59 | 0: RFKILL_STATE_SOFT_BLOCKED |
|---|
| 58 | 60 | transmitter is turned off by software |
|---|
| 59 | 61 | 1: RFKILL_STATE_UNBLOCKED |
|---|
| .. | .. |
|---|
| 69 | 71 | Contact: linux-wireless@vger.kernel.org |
|---|
| 70 | 72 | Description: Current hardblock state. This file is read only. |
|---|
| 71 | 73 | Values: A numeric value. |
|---|
| 74 | + |
|---|
| 72 | 75 | 0: inactive |
|---|
| 73 | 76 | The transmitter is (potentially) active. |
|---|
| 74 | 77 | 1: active |
|---|
| .. | .. |
|---|
| 82 | 85 | Contact: linux-wireless@vger.kernel.org |
|---|
| 83 | 86 | Description: Current softblock state. This file is read and write. |
|---|
| 84 | 87 | Values: A numeric value. |
|---|
| 88 | + |
|---|
| 85 | 89 | 0: inactive |
|---|
| 86 | 90 | The transmitter is (potentially) active. |
|---|
| 91 | + |
|---|
| 87 | 92 | 1: active |
|---|
| 88 | 93 | The transmitter is turned off by software. |
|---|