Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Difaceeventhandler.cpp686 void WifihalGeneric::getDriverFeatures(features_info *pfeatures) in getDriverFeatures() argument
688 if (!pfeatures) in getDriverFeatures()
692 pfeatures->flags = (u8 *)malloc(mDriverFeatures.flags_len); in getDriverFeatures()
693 if (pfeatures->flags) { in getDriverFeatures()
694 memcpy(pfeatures->flags, mDriverFeatures.flags, in getDriverFeatures()
696 pfeatures->flags_len = mDriverFeatures.flags_len; in getDriverFeatures()
701 pfeatures->flags_len = 0; in getDriverFeatures()
702 pfeatures->flags = NULL; in getDriverFeatures()
Difaceeventhandler.h109 virtual void getDriverFeatures(features_info *pfeatures);
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Difaceeventhandler.cpp798 void WifihalGeneric::getDriverFeatures(features_info *pfeatures) in getDriverFeatures() argument
800 if (!pfeatures) in getDriverFeatures()
804 pfeatures->flags = (u8 *)malloc(mDriverFeatures.flags_len); in getDriverFeatures()
805 if (pfeatures->flags) { in getDriverFeatures()
806 memcpy(pfeatures->flags, mDriverFeatures.flags, in getDriverFeatures()
808 pfeatures->flags_len = mDriverFeatures.flags_len; in getDriverFeatures()
813 pfeatures->flags_len = 0; in getDriverFeatures()
814 pfeatures->flags = NULL; in getDriverFeatures()
Difaceeventhandler.h115 virtual void getDriverFeatures(features_info *pfeatures);