Home
last modified time | relevance | path

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

/system/chre/pal/include/chre/pal/
Dwifi.h153 struct chrePalWifiApi { struct
160 uint32_t moduleVersion;
176 bool (*open)(const struct chrePalSystemApi *systemApi,
185 void (*close)(void);
188 uint32_t (*getCapabilities)(void);
206 bool (*configureScanMonitor)(bool enable);
262 bool (*requestScan)(const struct chreWifiScanParams *params);
270 void (*releaseScanEvent)(struct chreWifiScanEvent *event);
328 bool (*requestRanging)(const struct chreWifiRangingParams *params);
352 const struct chrePalWifiApi *chrePalWifiGetApi(uint32_t requestedApiVersion); argument