1WIMAX_REPORT_RFKILL_(9)        Linux Networking        WIMAX_REPORT_RFKILL_(9)
2
3
4

NAME

6       wimax_report_rfkill_sw - Reports changes in the software RF switch
7

SYNOPSIS

9       void wimax_report_rfkill_sw(struct wimax_dev * wimax_dev,
10                                   enum wimax_rf_state state);
11

ARGUMENTS

13       wimax_dev
14           WiMAX device descriptor
15
16       state
17           New state of the RF kill switch.  WIMAX_RF_ON radio on,
18           WIMAX_RF_OFF radio off.
19

DESCRIPTION

21       Reports changes in the software RF switch state to the the WiMAX stack.
22
23       The main use is during initialization, so the driver can query the
24       device for its current software radio kill switch state and feed it to
25       the system.
26
27       On the side, the device does not change the software state by itself.
28       In practice, this can happen, as the device might decide to switch (in
29       software) the radio off for different reasons.
30
32Kernel Hackers Manual 3.10         June 2019           WIMAX_REPORT_RFKILL_(9)
Impressum