Home
last modified time | relevance | path

Searched refs:mSubcmd (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Difaceeventhandler.cpp108 switch(mSubcmd) in handleEvent()
128 ALOGV("NL Event : %d Not supported", mSubcmd); in handleEvent()
138 registerHandler(mSubcmd); in IfaceEventHandlerCommand()
147 unregisterHandler(mSubcmd); in ~IfaceEventHandlerCommand()
169 mSubcmd = subcmd; in wifiEventHandler()
170 registerHandler(mSubcmd); in wifiEventHandler()
177 unregisterHandler(mSubcmd); in ~wifiEventHandler()
183 mSubcmd = gnlh->cmd; in handleEvent()
347 switch(mSubcmd) in handleResponse()
558 ALOGE("%s: Wrong Wi-Fi HAL event received %d", __func__, mSubcmd); in handleResponse()
Dtdls.cpp54 unregisterVendorHandler(mVendor_id, mSubcmd); in ~TdlsCommand()
86 mSubcmd = subcmd; in setSubCmd()
98 switch(mSubcmd) in handleEvent()
177 ALOGE("%s: Wrong TDLS subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
187 switch(mSubcmd) in handleResponse()
279 __FUNCTION__, mSubcmd); in handleResponse()
294 __FUNCTION__, mVendor_id, mSubcmd); in setCallbackHandler()
Dradio_mode.cpp67 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RADIOModeCommand()
104 switch(mSubcmd) in handleEvent()
221 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
Drssi_monitor.cpp122 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RSSIMonitorCommand()
184 switch(mSubcmd) in handleEvent()
245 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
Dwifihal_vendor.cpp57 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
103 mSubcmd = subcmd; in setSubCmd()
118 switch(mSubcmd) in handleResponse()
Dwifilogger.cpp800 unregisterVendorHandler(mVendor_id, mSubcmd); in ~WifiLoggerCommand()
814 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
819 __FUNCTION__, mVendor_id, mSubcmd); in create()
1019 switch(mSubcmd) in handleResponse()
1266 __FUNCTION__, mSubcmd); in handleResponse()
1287 switch(mSubcmd) in handleEvent()
1291 ALOGE("%s: Wrong subcmd received %d", __func__, mSubcmd); in handleEvent()
1302 res = registerVendorHandler(mVendor_id, mSubcmd); in setCallbackHandler()
1305 __FUNCTION__, mVendor_id, mSubcmd); in setCallbackHandler()
Dcpp_bindings.cpp740 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd), in WifiVendorCommand()
744 this, mVendor_id, mSubcmd); in WifiVendorCommand()
785 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
788 __FUNCTION__, mVendor_id, mSubcmd); in handleEvent()
812 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
836 wifi_error res = requestVendorEvent(mVendor_id, mSubcmd); in requestEvent()
Dnan_req.cpp360 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanEnable()
429 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanDisable()
710 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanConfig()
946 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanPublish()
1002 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanPublishCancel()
1243 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanSubscribe()
1300 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanSubscribeCancel()
1393 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanTransmitFollowup()
1453 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanStats()
1528 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanTCA()
[all …]
Difaceeventhandler.h57 u32 mSubcmd; variable
Droam.cpp45 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
50 __FUNCTION__, mVendor_id, mSubcmd); in create()
Dgscan_event_handler.cpp34 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
961 __FUNCTION__, mSubcmd); in handleEvent()
971 switch(mSubcmd) in handleEvent()
1836 ALOGE("%s: Wrong GScan subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
1841 switch(mSubcmd) in handleEvent()
1925 "received %d", __FUNCTION__, mSubcmd); in handleEvent()
Dllstats.cpp44 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
98 mSubcmd = subcmd; in setSubCmd()
926 switch(mSubcmd) in handleResponse()
1224 mSubcmd); in handleResponse()
1266 ALOGE("%s: Wrong LLStats subcmd received %d", __FUNCTION__, mSubcmd); in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dtdls.cpp59 unregisterVendorHandler(mVendor_id, mSubcmd); in ~TdlsCommand()
91 mSubcmd = subcmd; in setSubCmd()
103 switch(mSubcmd) in handleEvent()
182 ALOGE("%s: Wrong TDLS subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
192 switch(mSubcmd) in handleResponse()
284 __FUNCTION__, mSubcmd); in handleResponse()
299 __FUNCTION__, mVendor_id, mSubcmd); in setCallbackHandler()
Difaceeventhandler.cpp109 switch(mSubcmd) in handleEvent()
129 ALOGV("NL Event : %d Not supported", mSubcmd); in handleEvent()
139 registerHandler(mSubcmd); in IfaceEventHandlerCommand()
148 unregisterHandler(mSubcmd); in ~IfaceEventHandlerCommand()
170 mSubcmd = subcmd; in wifiEventHandler()
171 registerHandler(mSubcmd); in wifiEventHandler()
178 unregisterHandler(mSubcmd); in ~wifiEventHandler()
184 mSubcmd = gnlh->cmd; in handleEvent()
349 switch(mSubcmd) in handleResponse()
580 ALOGE("%s: Wrong Wi-Fi HAL event received %d", __func__, mSubcmd); in handleResponse()
Dradio_mode.cpp107 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RADIOModeCommand()
152 switch(mSubcmd) in handleEvent()
276 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
Drssi_monitor.cpp127 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RSSIMonitorCommand()
189 switch(mSubcmd) in handleEvent()
250 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
Dwifilogger.cpp847 unregisterVendorHandler(mVendor_id, mSubcmd); in ~WifiLoggerCommand()
861 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
866 __FUNCTION__, mVendor_id, mSubcmd); in create()
1068 switch(mSubcmd) in handleResponse()
1315 __FUNCTION__, mSubcmd); in handleResponse()
1336 switch(mSubcmd) in handleEvent()
1340 ALOGE("%s: Wrong subcmd received %d", __func__, mSubcmd); in handleEvent()
1351 res = registerVendorHandler(mVendor_id, mSubcmd); in setCallbackHandler()
1354 __FUNCTION__, mVendor_id, mSubcmd); in setCallbackHandler()
Dtcp_params_update.cpp95 switch(mSubcmd) { in handleEvent()
210 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
Dcpp_bindings.cpp746 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd), in WifiVendorCommand()
750 this, mVendor_id, mSubcmd); in WifiVendorCommand()
791 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
794 __FUNCTION__, mVendor_id, mSubcmd); in handleEvent()
818 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
842 wifi_error res = requestVendorEvent(mVendor_id, mSubcmd); in requestEvent()
Dnan_req.cpp394 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanEnable()
463 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanDisable()
744 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanConfig()
980 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanPublish()
1036 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanPublishCancel()
1279 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanSubscribe()
1336 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanSubscribeCancel()
1429 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanTransmitFollowup()
1489 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanStats()
1564 if (mSubcmd == QCA_NL80211_VENDOR_SUBCMD_NAN) { in putNanTCA()
[all …]
Dwifihal_vendor.cpp63 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
111 mSubcmd = subcmd; in setSubCmd()
144 switch(mSubcmd) in handleResponse()
Difaceeventhandler.h61 u32 mSubcmd; variable
Droam.cpp50 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
55 __FUNCTION__, mVendor_id, mSubcmd); in create()
Dgscan_event_handler.cpp34 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
961 __FUNCTION__, mSubcmd); in handleEvent()
971 switch(mSubcmd) in handleEvent()
1836 ALOGE("%s: Wrong GScan subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
1841 switch(mSubcmd) in handleEvent()
1925 "received %d", __FUNCTION__, mSubcmd); in handleEvent()
Dllstats.cpp49 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create()
103 mSubcmd = subcmd; in setSubCmd()
942 switch(mSubcmd) in handleResponse()
1240 mSubcmd); in handleResponse()
1282 ALOGE("%s: Wrong LLStats subcmd received %d", __FUNCTION__, mSubcmd); in handleResponse()

12