Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.h223 #define get_requestid() ((arc4random()%REQUEST_ID_MAX) + 1) macro
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcommon.h277 #define get_requestid() ((arc4random()%REQUEST_ID_MAX) + 1) macro