blob: 8afb5c1b3c065a2365b4141769d7377f8cace081 [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
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>
22enum {
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080024 WIMAX_GNL_VERSION = 01,
25 WIMAX_GNL_ATTR_INVALID = 0x00,
26 WIMAX_GNL_ATTR_MAX = 10,
Ben Cheng655a7c02013-10-16 16:09:24 -070027};
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29enum {
Tao Baod7db5942015-01-28 10:07:51 -080030 WIMAX_GNL_OP_MSG_FROM_USER,
31 WIMAX_GNL_OP_MSG_TO_USER,
32 WIMAX_GNL_OP_RFKILL,
Ben Cheng655a7c02013-10-16 16:09:24 -070033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080034 WIMAX_GNL_OP_RESET,
35 WIMAX_GNL_RE_STATE_CHANGE,
36 WIMAX_GNL_OP_STATE_GET,
Ben Cheng655a7c02013-10-16 16:09:24 -070037};
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39enum {
Tao Baod7db5942015-01-28 10:07:51 -080040 WIMAX_GNL_MSG_IFIDX = 1,
41 WIMAX_GNL_MSG_PIPE_NAME,
42 WIMAX_GNL_MSG_DATA,
Ben Cheng655a7c02013-10-16 16:09:24 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44};
45enum wimax_rf_state {
Tao Baod7db5942015-01-28 10:07:51 -080046 WIMAX_RF_OFF = 0,
47 WIMAX_RF_ON = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080049 WIMAX_RF_QUERY = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -070050};
51enum {
Tao Baod7db5942015-01-28 10:07:51 -080052 WIMAX_GNL_RFKILL_IFIDX = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080054 WIMAX_GNL_RFKILL_STATE,
Ben Cheng655a7c02013-10-16 16:09:24 -070055};
56enum {
Tao Baod7db5942015-01-28 10:07:51 -080057 WIMAX_GNL_RESET_IFIDX = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59};
60enum {
Tao Baod7db5942015-01-28 10:07:51 -080061 WIMAX_GNL_STGET_IFIDX = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -070062};
63/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64enum {
Tao Baod7db5942015-01-28 10:07:51 -080065 WIMAX_GNL_STCH_IFIDX = 1,
66 WIMAX_GNL_STCH_STATE_OLD,
67 WIMAX_GNL_STCH_STATE_NEW,
Ben Cheng655a7c02013-10-16 16:09:24 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69};
Tao Baod7db5942015-01-28 10:07:51 -080070enum wimax_st {
71 __WIMAX_ST_NULL = 0,
72 WIMAX_ST_DOWN,
Ben Cheng655a7c02013-10-16 16:09:24 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080074 __WIMAX_ST_QUIESCING,
75 WIMAX_ST_UNINITIALIZED,
76 WIMAX_ST_RADIO_OFF,
77 WIMAX_ST_READY,
Ben Cheng655a7c02013-10-16 16:09:24 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -080079 WIMAX_ST_SCANNING,
80 WIMAX_ST_CONNECTING,
81 WIMAX_ST_CONNECTED,
82 __WIMAX_ST_INVALID
Ben Cheng655a7c02013-10-16 16:09:24 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84};
85#endif