/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | ifaceeventhandler.cpp | 108 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()
|
D | tdls.cpp | 54 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()
|
D | radio_mode.cpp | 67 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RADIOModeCommand() 104 switch(mSubcmd) in handleEvent() 221 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
|
D | rssi_monitor.cpp | 122 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RSSIMonitorCommand() 184 switch(mSubcmd) in handleEvent() 245 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
|
D | wifihal_vendor.cpp | 57 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create() 103 mSubcmd = subcmd; in setSubCmd() 118 switch(mSubcmd) in handleResponse()
|
D | wifilogger.cpp | 800 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()
|
D | cpp_bindings.cpp | 740 : 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()
|
D | nan_req.cpp | 360 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 …]
|
D | ifaceeventhandler.h | 57 u32 mSubcmd; variable
|
D | roam.cpp | 45 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create() 50 __FUNCTION__, mVendor_id, mSubcmd); in create()
|
D | gscan_event_handler.cpp | 34 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()
|
D | llstats.cpp | 44 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/ |
D | tdls.cpp | 59 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()
|
D | ifaceeventhandler.cpp | 109 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()
|
D | radio_mode.cpp | 107 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RADIOModeCommand() 152 switch(mSubcmd) in handleEvent() 276 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
|
D | rssi_monitor.cpp | 127 unregisterVendorHandler(mVendor_id, mSubcmd); in ~RSSIMonitorCommand() 189 switch(mSubcmd) in handleEvent() 250 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
|
D | wifilogger.cpp | 847 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()
|
D | tcp_params_update.cpp | 95 switch(mSubcmd) { in handleEvent() 210 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd); in handleEvent()
|
D | cpp_bindings.cpp | 746 : 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()
|
D | nan_req.cpp | 394 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 …]
|
D | wifihal_vendor.cpp | 63 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create() 111 mSubcmd = subcmd; in setSubCmd() 144 switch(mSubcmd) in handleResponse()
|
D | ifaceeventhandler.h | 61 u32 mSubcmd; variable
|
D | roam.cpp | 50 ret = mMsg.put_u32(NL80211_ATTR_VENDOR_SUBCMD, mSubcmd); in create() 55 __FUNCTION__, mVendor_id, mSubcmd); in create()
|
D | gscan_event_handler.cpp | 34 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()
|
D | llstats.cpp | 49 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()
|