Home
last modified time | relevance | path

Searched refs:SIZEOF_TLV_HDR (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp36 pReq->config_support_5g ? (SIZEOF_TLV_HDR + \ in putNanEnable()
40 pReq->config_sid_beacon ? (SIZEOF_TLV_HDR + \ in putNanEnable()
44 pReq->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \ in putNanEnable()
48 pReq->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \ in putNanEnable()
52 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
56 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \ in putNanEnable()
60 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
64 pReq->config_2dot4g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
68 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
72 pReq->config_5g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
[all …]
Dnan_i.h287 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro
665 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
666 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
667 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
686 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
687 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
688 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
783 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Size */ \