Home
last modified time | relevance | path

Searched defs:chrePalWifiApi (Results 1 – 1 of 1) sorted by relevance

/system/chre/pal/include/chre/pal/
Dwifi.h147 struct chrePalWifiApi { struct
154 uint32_t moduleVersion;
170 bool (*open)(const struct chrePalSystemApi *systemApi,
179 void (*close)(void);
182 uint32_t (*getCapabilities)(void);
200 bool (*configureScanMonitor)(bool enable);
256 bool (*requestScan)(const struct chreWifiScanParams *params);
264 void (*releaseScanEvent)(struct chreWifiScanEvent *event);
322 bool (*requestRanging)(const struct chreWifiRangingParams *params);
346 const struct chrePalWifiApi *chrePalWifiGetApi(uint32_t requestedApiVersion); argument