Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Difaceeventhandler.cpp568 void WifihalGeneric::getDriverFeatures(features_info *pfeatures) in getDriverFeatures() argument
570 if (!pfeatures) in getDriverFeatures()
574 pfeatures->flags = (u8 *)malloc(mDriverFeatures.flags_len); in getDriverFeatures()
575 if (pfeatures->flags) { in getDriverFeatures()
576 memcpy(pfeatures->flags, mDriverFeatures.flags, in getDriverFeatures()
578 pfeatures->flags_len = mDriverFeatures.flags_len; in getDriverFeatures()
583 pfeatures->flags_len = 0; in getDriverFeatures()
584 pfeatures->flags = NULL; in getDriverFeatures()
Difaceeventhandler.h105 virtual void getDriverFeatures(features_info *pfeatures);