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.cpp35 pReq->config_support_5g ? (SIZEOF_TLV_HDR + \ in putNanEnable()
39 pReq->config_sid_beacon ? (SIZEOF_TLV_HDR + \ in putNanEnable()
43 pReq->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \ in putNanEnable()
47 pReq->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \ in putNanEnable()
51 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
55 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \ in putNanEnable()
59 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
63 pReq->config_2dot4g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
67 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
71 pReq->config_5g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
[all …]
Dnan_i.h282 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro
629 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
630 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
631 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
650 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
651 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
652 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
747 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Size */ \