Home
last modified time | relevance | path

Searched refs:mSetSizeMax (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Difaceeventhandler.cpp199 mSetSizeMax = 0; in WifihalGeneric()
285 val = val > (unsigned int)mSetSizeMax ? in handleResponse()
286 (unsigned int)mSetSizeMax : val; in handleResponse()
588 mSetSizeMax = set_size_max; in setMaxSetSize()
Difaceeventhandler.h87 int mSetSizeMax; variable