1WIMAX_RFKILL(9) Linux Networking WIMAX_RFKILL(9)
2
3
4
6 wimax_rfkill - Set the software RF switch state for a WiMAX device
7
9 int wimax_rfkill(struct wimax_dev * wimax_dev,
10 enum wimax_rf_state state);
11
13 wimax_dev
14 WiMAX device descriptor
15
16 state
17 New RF state.
18
20 >= 0 toggle state if ok, < 0 errno code on error. The toggle state is
21 returned as a bitmap, bit 0 being the hardware RF state, bit 1 the
22 software RF state.
23
24 0 means disabled (WIMAX_RF_ON, radio on), 1 means enabled radio off
25 (WIMAX_RF_OFF).
26
28 Called by the user when he wants to request the WiMAX radio to be
29 switched on (WIMAX_RF_ON) or off (WIMAX_RF_OFF). With WIMAX_RF_QUERY,
30 just the current state is returned.
31
33 This call will block until the operation is complete.
34
36Kernel Hackers Manual 2.6. June 2019 WIMAX_RFKILL(9)