summaryrefslogtreecommitdiffstats
path: root/wifi/1.0/Android.bp
blob: 096fb6cc5d24b3292e98257177d1ed39b68f2313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
// This file is autogenerated by hidl-gen -Landroidbp.

hidl_interface {
    name: "android.hardware.wifi@1.0",
    root: "android.hardware",
    vndk: {
        enabled: true,
    },
    srcs: [
        "types.hal",
        "IWifi.hal",
        "IWifiApIface.hal",
        "IWifiChip.hal",
        "IWifiChipEventCallback.hal",
        "IWifiEventCallback.hal",
        "IWifiIface.hal",
        "IWifiNanIface.hal",
        "IWifiNanIfaceEventCallback.hal",
        "IWifiP2pIface.hal",
        "IWifiRttController.hal",
        "IWifiRttControllerEventCallback.hal",
        "IWifiStaIface.hal",
        "IWifiStaIfaceEventCallback.hal",
    ],
    interfaces: [
        "android.hidl.base@1.0",
    ],
    types: [
        "IfaceType",
        "NanBandIndex",
        "NanBandSpecificConfig",
        "NanCapabilities",
        "NanCipherSuiteType",
        "NanClusterEventInd",
        "NanClusterEventType",
        "NanConfigRequest",
        "NanDataPathChannelCfg",
        "NanDataPathConfirmInd",
        "NanDataPathRequestInd",
        "NanDataPathSecurityConfig",
        "NanDataPathSecurityType",
        "NanDebugConfig",
        "NanDiscoveryCommonConfig",
        "NanEnableRequest",
        "NanFollowupReceivedInd",
        "NanInitiateDataPathRequest",
        "NanMatchAlg",
        "NanMatchInd",
        "NanParamSizeLimits",
        "NanPublishRequest",
        "NanPublishType",
        "NanRangingIndication",
        "NanRespondToDataPathIndicationRequest",
        "NanSrfType",
        "NanStatusType",
        "NanSubscribeRequest",
        "NanSubscribeType",
        "NanTransmitFollowupRequest",
        "NanTxType",
        "RttBw",
        "RttCapabilities",
        "RttConfig",
        "RttLciInformation",
        "RttLcrInformation",
        "RttMotionPattern",
        "RttPeerType",
        "RttPreamble",
        "RttResponder",
        "RttResult",
        "RttStatus",
        "RttType",
        "StaApfPacketFilterCapabilities",
        "StaBackgroundScanBucketEventReportSchemeMask",
        "StaBackgroundScanBucketParameters",
        "StaBackgroundScanCapabilities",
        "StaBackgroundScanParameters",
        "StaLinkLayerIfacePacketStats",
        "StaLinkLayerIfaceStats",
        "StaLinkLayerRadioStats",
        "StaLinkLayerStats",
        "StaRoamingCapabilities",
        "StaRoamingConfig",
        "StaRoamingState",
        "StaScanData",
        "StaScanDataFlagMask",
        "StaScanLimits",
        "StaScanResult",
        "WifiBand",
        "WifiChannelInfo",
        "WifiChannelWidthInMhz",
        "WifiDebugHostWakeReasonRxIcmpPacketDetails",
        "WifiDebugHostWakeReasonRxMulticastPacketDetails",
        "WifiDebugHostWakeReasonRxPacketDetails",
        "WifiDebugHostWakeReasonStats",
        "WifiDebugPacketFateFrameInfo",
        "WifiDebugPacketFateFrameType",
        "WifiDebugRingBufferFlags",
        "WifiDebugRingBufferStatus",
        "WifiDebugRingBufferVerboseLevel",
        "WifiDebugRxPacketFate",
        "WifiDebugRxPacketFateReport",
        "WifiDebugTxPacketFate",
        "WifiDebugTxPacketFateReport",
        "WifiInformationElement",
        "WifiNanStatus",
        "WifiRateInfo",
        "WifiRateNss",
        "WifiRatePreamble",
        "WifiStatus",
        "WifiStatusCode",
    ],
    gen_java: true,
    gen_java_constants: true,
}