Home
last modified time | relevance | path

Searched refs:tlvs (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp181 u8* tlvs = pFwReq->ptlv; in putNanEnable() local
185 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_LOW, sizeof(pReq->cluster_low), in putNanEnable()
186 (const u8*)&pReq->cluster_low, tlvs); in putNanEnable()
187 tlvs = addTlv(NAN_TLV_TYPE_CLUSTER_ID_HIGH, sizeof(pReq->cluster_high), in putNanEnable()
188 (const u8*)&pReq->cluster_high, tlvs); in putNanEnable()
189 tlvs = addTlv(NAN_TLV_TYPE_MASTER_PREFERENCE, sizeof(pReq->master_pref), in putNanEnable()
190 (const u8*)&pReq->master_pref, tlvs); in putNanEnable()
192 tlvs = addTlv(NAN_TLV_TYPE_5G_SUPPORT, sizeof(pReq->support_5g_val), in putNanEnable()
193 (const u8*)&pReq->support_5g_val, tlvs); in putNanEnable()
196 tlvs = addTlv(NAN_TLV_TYPE_SID_BEACON, sizeof(pReq->sid_beacon_val), in putNanEnable()
[all …]
Dwifilogger_diag.cpp87 int add_reason_code_tag(tlv_log **tlvs, u16 reason_code) in add_reason_code_tag() argument
89 *tlvs = addLoggerTlv(WIFI_TAG_REASON_CODE, sizeof(u16), in add_reason_code_tag()
90 (u8 *)&reason_code, *tlvs); in add_reason_code_tag()
94 int add_status_tag(tlv_log **tlvs, int status) in add_status_tag() argument
96 *tlvs = addLoggerTlv(WIFI_TAG_STATUS, sizeof(int), in add_status_tag()
97 (u8 *)&status, *tlvs); in add_status_tag()
146 pTlv = &pConnectEvent->tlvs[0]; in process_log_extscan_capabilities()
240 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_scan_event()
361 pTlv = &pConnectEvent->tlvs[0]; in process_bt_coex_event()
414 pTlv = &pConnectEvent->tlvs[0]; in process_extscan_event()
[all …]
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_logger.h194 tlv_log tlvs[0]; // separate parameter structure per event to be provided and optional data member
214 tlv_log tlvs[0]; member
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIfaceCallback.hal216 * @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/
Dbcmutils.c2088 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/
Dbcmutils.h852 extern bcm_tlv_t *find_vendor_ie(void *tlvs, int tlvs_len,