Go to the documentation of this file.
24 #ifndef __CSR_WIFI_HIP_SIGNALS_H__
25 #define __CSR_WIFI_HIP_SIGNALS_H__
27 #include <linux/types.h>
37 #define IE_SUPPORTED_RATES_ID 1
38 #define IE_FH_PARAM_SET_ID 2
39 #define IE_DS_PARAM_SET_ID 3
40 #define IE_CF_PARAM_SET_ID 4
42 #define IE_IBSS_PARAM_SET_ID 6
43 #define IE_COUNTRY_ID 7
44 #define IE_HOPPING_PATTERN_PARAMS_ID 8
45 #define IE_HOPPING_PATTERN_TABLE_ID 9
46 #define IE_REQUEST_ID 10
47 #define IE_QBSS_LOAD_ID 11
48 #define IE_EDCA_PARAM_SET_ID 12
49 #define IE_TRAFFIC_SPEC_ID 13
50 #define IE_TRAFFIC_CLASS_ID 14
51 #define IE_SCHEDULE_ID 15
52 #define IE_CHALLENGE_TEXT_ID 16
53 #define IE_POWER_CONSTRAINT_ID 32
54 #define IE_POWER_CAPABILITY_ID 33
55 #define IE_TPC_REQUEST_ID 34
56 #define IE_TPC_REPORT_ID 35
57 #define IE_SUPPORTED_CHANNELS_ID 36
58 #define IE_CHANNEL_SWITCH_ANNOUNCE_ID 37
59 #define IE_MEASUREMENT_REQUEST_ID 38
60 #define IE_MEASUREMENT_REPORT_ID 39
61 #define IE_QUIET_ID 40
62 #define IE_IBSS_DFS_ID 41
63 #define IE_ERP_INFO_ID 42
64 #define IE_TS_DELAY_ID 43
65 #define IE_TCLAS_PROCESSING_ID 44
66 #define IE_QOS_CAPABILITY_ID 46
68 #define IE_EXTENDED_SUPPORTED_RATES_ID 50
69 #define IE_AP_CHANNEL_REPORT_ID 52
75 #define UNIFI_MAX_DATA_REFERENCES 2
78 #define UNIFI_PACKED_SIGBUF_SIZE 64
86 #define UNIFI_IF_2G4 1
90 #define HOST_PROC_ID 0xc000
92 #define SIG_CAP_ESS 0x0001
93 #define SIG_CAP_IBSS 0x0002
94 #define SIG_CAP_CF_POLLABLE 0x0004
95 #define SIG_CAP_CF_POLL_REQUEST 0x0008
96 #define SIG_CAP_PRIVACY 0x0010
97 #define SIG_CAP_SHORT_PREAMBLE 0x0020
98 #define SIG_CAP_DSSSOFDM 0x2000