![]() |
![]() |
![]() |
urfkill Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
typedef enum { URF_ENUM_STATE_NO_ADAPTER = -1, URF_ENUM_STATE_UNBLOCKED = 0, URF_ENUM_STATE_SOFT_BLOCKED, URF_ENUM_STATE_HARD_BLOCKED, } UrfEnumState;
The state of the switch
typedef enum { URF_ENUM_TYPE_ALL = 0, URF_ENUM_TYPE_WLAN, URF_ENUM_TYPE_BLUETOOTH, URF_ENUM_TYPE_UWB, URF_ENUM_TYPE_WIMAX, URF_ENUM_TYPE_WWAN, URF_ENUM_TYPE_GPS, URF_ENUM_TYPE_FM, URF_ENUM_TYPE_NUM, } UrfEnumType;
The type of the rfkill device following the definition in <linux/rfkill.h>
toggles all switches (requests only - not a switch type) | |
switch is on a 802.11 wireless network device. | |
switch is on a bluetooth device. | |
switch is on a ultra wideband device. | |
switch is on a WiMAX device. | |
switch is on a wireless WAN device. | |
switch is on a GPS device. | |
switch is on a FM radio device. | |
number of defined rfkill types |