/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_req.cpp | 187 u8* tlvs = pFwReq->ptlv; in putNanEnable() local 191 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_LOW, sizeof(pReq->cluster_low), in putNanEnable() 192 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable() 193 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_HIGH, sizeof(pReq->cluster_high), in putNanEnable() 194 (const u8*)&pReq->cluster_high, tlvs); in putNanEnable() 195 tlvs = addTlv(NAN_TLV_TYPE_MASTER_PREFERENCE, sizeof(pReq->master_pref), in putNanEnable() 196 (const u8*)&pReq->master_pref, tlvs); in putNanEnable() 198 tlvs = addTlv(NAN_TLV_TYPE_5G_SUPPORT, sizeof(pReq->support_5g_val), in putNanEnable() 199 (const u8*)&pReq->support_5g_val, tlvs); in putNanEnable() 202 tlvs = addTlv(NAN_TLV_TYPE_SID_BEACON, sizeof(pReq->sid_beacon_val), in putNanEnable() [all …]
|
D | wifilogger_diag.cpp | 121 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag() argument 123 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag() 124 (u8 *)&reason_code, *tlvs); in add_reason_code_tag() 128 int add_status_tag(tlv_log **tlvs, int status) in add_status_tag() argument 130 *tlvs = addLoggerTlv(WIFI_TAG_STATUS, sizeof(int), in add_status_tag() 131 (u8 *)&status, *tlvs); in add_status_tag() 180 pTlv = &pConnectEvent->tlvs[0]; in process_log_extscan_capabilities() 274 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_scan_event() 395 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_event() 448 pTlv = &pConnectEvent->tlvs[0]; in process_extscan_event() [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_req.cpp | 217 u8* tlvs = pFwReq->ptlv; in putNanEnable() local 221 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_LOW, sizeof(pReq->cluster_low), in putNanEnable() 222 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable() 223 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_HIGH, sizeof(pReq->cluster_high), in putNanEnable() 224 (const u8*)&pReq->cluster_high, tlvs); in putNanEnable() 225 tlvs = addTlv(NAN_TLV_TYPE_MASTER_PREFERENCE, sizeof(pReq->master_pref), in putNanEnable() 226 (const u8*)&pReq->master_pref, tlvs); in putNanEnable() 228 tlvs = addTlv(NAN_TLV_TYPE_5G_SUPPORT, sizeof(pReq->support_5g_val), in putNanEnable() 229 (const u8*)&pReq->support_5g_val, tlvs); in putNanEnable() 232 tlvs = addTlv(NAN_TLV_TYPE_SID_BEACON, sizeof(pReq->sid_beacon_val), in putNanEnable() [all …]
|
D | wifilogger_diag.cpp | 122 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag() argument 124 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag() 125 (u8 *)&reason_code, *tlvs); in add_reason_code_tag() 129 int add_status_tag(tlv_log **tlvs, int status) in add_status_tag() argument 131 *tlvs = addLoggerTlv(WIFI_TAG_STATUS, sizeof(int), in add_status_tag() 132 (u8 *)&status, *tlvs); in add_status_tag() 182 pTlv = &pConnectEvent->tlvs[0]; in process_log_extscan_capabilities() 276 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_scan_event() 397 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_event() 450 pTlv = &pConnectEvent->tlvs[0]; in process_extscan_event() [all …]
|
/hardware/nxp/uwb/halimpl/hal/ |
D | phNxpUciHal_ext.cc | 942 …auto tlvs = decodeTlvBytes({0xe0, 0xe1, 0xe2, 0xe3}, &p_data[UCI_MSG_CORE_GET_CAPS_INFO_TLV_OFFSET… in phNxpUciHal_handle_get_caps_info() local 943 if (tlvs.size() != nr) { in phNxpUciHal_handle_get_caps_info() 944 NXPLOG_UCIHAL_E("Failed to parse DevCaps %zu != %u", tlvs.size(), nr); in phNxpUciHal_handle_get_caps_info() 948 for (auto it = tlvs.begin(); it != tlvs.end();) { in phNxpUciHal_handle_get_caps_info() 950 it = tlvs.erase(it); in phNxpUciHal_handle_get_caps_info() 956 auto it = tlvs.find(AOA_SUPPORT_TAG_ID); in phNxpUciHal_handle_get_caps_info() 957 if (it != tlvs.end()) { in phNxpUciHal_handle_get_caps_info() 968 it = tlvs.find(CCC_SUPPORTED_PROTOCOL_VERSIONS_ID); in phNxpUciHal_handle_get_caps_info() 969 if (it != tlvs.end() && it->second.size() == 2) { in phNxpUciHal_handle_get_caps_info() 981 tlvs[key] = val; in phNxpUciHal_handle_get_caps_info() [all …]
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_logger.h | 194 tlv_log tlvs[0]; // separate parameter structure per event to be provided and optional data member 214 tlv_log tlvs[0]; member
|
/hardware/nxp/uwb/halimpl/utils/ |
D | phNxpUciHal_utils.cc | 578 std::vector<uint8_t> encodeTlvBytes(const std::map<uint16_t, std::vector<uint8_t>> &tlvs) in encodeTlvBytes() argument 582 for (auto const & [tag, val] : tlvs) { in encodeTlvBytes()
|
D | phNxpUciHal_utils.h | 228 std::vector<uint8_t> encodeTlvBytes(const std::map<uint16_t, std::vector<uint8_t>> &tlvs);
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
D | ISupplicantP2pIfaceCallback.aidl | 50 …way void onServiceDiscoveryResponse(in byte[] srcAddress, in char updateIndicator, in byte[] tlvs); in onServiceDiscoveryResponse() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
D | ISupplicantP2pIfaceCallback.aidl | 50 …way void onServiceDiscoveryResponse(in byte[] srcAddress, in char updateIndicator, in byte[] tlvs); in onServiceDiscoveryResponse() argument
|
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/ |
D | ISupplicantP2pIfaceCallback.aidl | 210 void onServiceDiscoveryResponse(in byte[] srcAddress, in char updateIndicator, in byte[] tlvs); in onServiceDiscoveryResponse() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
D | ISupplicantP2pIfaceCallback.aidl | 62 …way void onServiceDiscoveryResponse(in byte[] srcAddress, in char updateIndicator, in byte[] tlvs); in onServiceDiscoveryResponse() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ |
D | ISupplicantP2pIfaceCallback.aidl | 62 …way void onServiceDiscoveryResponse(in byte[] srcAddress, in char updateIndicator, in byte[] tlvs); in onServiceDiscoveryResponse() argument
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIfaceCallback.hal | 216 * @parm tlvs Refer to section 3.1.3.1 of Wifi P2P Technical specification v1.2. 219 MacAddress srcAddress, uint16_t updateIndicator, vec<uint8_t> tlvs);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2088 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie() argument 2093 ie = (bcm_tlv_t*)tlvs; in find_vendor_ie()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 852 extern bcm_tlv_t *find_vendor_ie(void *tlvs, int tlvs_len,
|