1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ***   To edit the content of this header, modify the corresponding
11  ***   source file (e.g. under external/kernel-headers/original/) then
12  ***   run bionic/libc/kernel/tools/update_all.py
13  ***
14  ***   Any manual change here will be lost the next time this script will
15  ***   be run. You've been warned!
16  ***
17  ****************************************************************************
18  ****************************************************************************/
19 #ifndef __LINUX__WIMAX_H__
20 #define __LINUX__WIMAX_H__
21 #include <linux/types.h>
22 enum {
23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24   WIMAX_GNL_VERSION = 01,
25   WIMAX_GNL_ATTR_INVALID = 0x00,
26   WIMAX_GNL_ATTR_MAX = 10,
27 };
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 enum {
30   WIMAX_GNL_OP_MSG_FROM_USER,
31   WIMAX_GNL_OP_MSG_TO_USER,
32   WIMAX_GNL_OP_RFKILL,
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34   WIMAX_GNL_OP_RESET,
35   WIMAX_GNL_RE_STATE_CHANGE,
36   WIMAX_GNL_OP_STATE_GET,
37 };
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 enum {
40   WIMAX_GNL_MSG_IFIDX = 1,
41   WIMAX_GNL_MSG_PIPE_NAME,
42   WIMAX_GNL_MSG_DATA,
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 };
45 enum wimax_rf_state {
46   WIMAX_RF_OFF = 0,
47   WIMAX_RF_ON = 1,
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49   WIMAX_RF_QUERY = 2,
50 };
51 enum {
52   WIMAX_GNL_RFKILL_IFIDX = 1,
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54   WIMAX_GNL_RFKILL_STATE,
55 };
56 enum {
57   WIMAX_GNL_RESET_IFIDX = 1,
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 };
60 enum {
61   WIMAX_GNL_STGET_IFIDX = 1,
62 };
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64 enum {
65   WIMAX_GNL_STCH_IFIDX = 1,
66   WIMAX_GNL_STCH_STATE_OLD,
67   WIMAX_GNL_STCH_STATE_NEW,
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69 };
70 enum wimax_st {
71   __WIMAX_ST_NULL = 0,
72   WIMAX_ST_DOWN,
73 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74   __WIMAX_ST_QUIESCING,
75   WIMAX_ST_UNINITIALIZED,
76   WIMAX_ST_RADIO_OFF,
77   WIMAX_ST_READY,
78 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
79   WIMAX_ST_SCANNING,
80   WIMAX_ST_CONNECTING,
81   WIMAX_ST_CONNECTED,
82   __WIMAX_ST_INVALID
83 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84 };
85 #endif
86