Searched refs:request_id (Results 1 - 5 of 5) sorted by path

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp48 void GScanCommandEventHandler::set_request_id(int request_id) argument
50 mRequestId = request_id;
1083 /* If event has a different request_id, ignore that and use the
1084 * request_id value which we're maintaining.
H A Dgscan_event_handler.h71 virtual void set_request_id(int request_id);
H A Dwifihal_internal.h60 int (*rtt_range_request)(u32 request_id,
65 int (*rtt_range_cancel)(u32 request_id,
83 wifi_error (*start_gscan)(wifi_request_id request_id,
88 wifi_error (*stop_gscan)(wifi_request_id request_id,
97 wifi_error (*set_bssid_hotlist)(wifi_request_id request_id,
102 wifi_error (*reset_bssid_hotlist)(wifi_request_id request_id,
H A Dwifilogger_diag.cpp147 sizeof(pScanCapabilities->request_id),
148 (u8 *)&pScanCapabilities->request_id, pTlv);
149 tot_len += sizeof(tlv_log) + sizeof(pScanCapabilities->request_id);
492 sizeof(pExtScanStop->request_id),
493 (u8 *)&pExtScanStop->request_id, pTlv);
502 u32 request_id; local
506 request_id = pExtScanResultsAvail->request_id;
508 (u8 *)&request_id, pTlv);
H A Dwifilogger_event_defs.h370 u32 request_id; member in struct:__anon4276
376 u32 request_id; member in struct:__anon4277
388 u32 request_id; member in struct:__anon4278
425 u32 request_id; member in struct:__anon4281

Completed in 70 milliseconds